打开注册表编辑器(regedit),定位到以下路径:HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify删除其中的 IconStreams 和 Pa...
分类:
Windows开发 时间:
2015-04-30 07:33:12
收藏:
0 评论:
0 赞:
0 阅读:
172
接上一个版本 ?http://feitianbenyue.iteye.com/blog/1989868
?
?
众所周知,Windows 版本的Nginx 是linux版本的阉割版,但是在开发或者个人测试的时候,还是非常好用? ...
分类:
Windows开发 时间:
2015-04-30 02:10:52
收藏:
0 评论:
0 赞:
0 阅读:
36
C#转义字符
分类:
Windows开发 时间:
2015-04-30 00:57:02
收藏:
0 评论:
0 赞:
0 阅读:
319
命名空间和程序集不一定相关1. 同一个命名空间中的各个类型可能是在不同的程序集中实现的。(System.IO.FileStream在MSCorLib.dll程序集中,而System.IO.FileSystemWatcher在System.dll程序集中)2. 同一个程序集中,也可能包含不同命名空间中...
分类:
Windows开发 时间:
2015-04-30 00:48:02
收藏:
0 评论:
0 赞:
0 阅读:
286
树形DP 说是树形DP,其实就是求树的最长链嘛…… K=1的时候明显是将树的最长链的两端连起来最优。 但是K=2的时候怎么搞? 考虑第一次找完树的最长链以后的影响:第一次找过的边如果第二次再走,对答案的贡献会变成-1,因为两次都选这一段的话,反而会使得这一段不得不走两次(如果只被选一次的话就...
分类:
Windows开发 时间:
2015-04-30 00:40:42
收藏:
0 评论:
0 赞:
0 阅读:
503
protobuf的使用和原理,请查看:http://blog.csdn.net/majianfei1023/article/details/45112415
Windows下google protobuf开发环境配置
最近项目需求,Client与Server的网络通信协议传输使用google protobuf rpc。对于Protobuf,以前是只知道有这个东西,知道它干嘛,而且一直很仰慕,但...
分类:
Windows开发 时间:
2015-04-29 23:32:02
收藏:
0 评论:
0 赞:
0 阅读:
734
classselenium.webdriver.support.color.Color(red,green,blue,alpha=1)Bases:objectColor conversion support classExample:from selenium.webdriver.support.c...
分类:
Windows开发 时间:
2015-04-29 23:25:31
收藏:
0 评论:
0 赞:
0 阅读:
276
classselenium.webdriver.firefox.webdriver.WebDriver(firefox_profile=None,firefox_binary=None,timeout=30,capabilities=None,proxy=None)Bases:selenium.we...
分类:
Windows开发 时间:
2015-04-29 23:24:21
收藏:
0 评论:
0 赞:
0 阅读:
405
classselenium.webdriver.remote.webelement.WebElement(parent,id_)Bases:objectRepresents a DOM element.Generally, all interesting operations that intera...
分类:
Windows开发 时间:
2015-04-29 23:23:31
收藏:
0 评论:
0 赞:
0 阅读:
574
classselenium.webdriver.chrome.webdriver.WebDriver(executable_path='chromedriver',port=0,chrome_options=None,service_args=None,desired_capabilities=No...
分类:
Windows开发 时间:
2015-04-29 23:22:31
收藏:
0 评论:
0 赞:
0 阅读:
432
The WebDriver implementation.classselenium.webdriver.remote.webdriver.WebDriver(command_executor='http://127.0.0.1:4444/wd/hub',desired_capabilities=N...
分类:
Windows开发 时间:
2015-04-29 23:21:41
收藏:
0 评论:
0 赞:
0 阅读:
479
classselenium.webdriver.support.expected_conditions.alert_is_presentBases:objectExpect an alert to be present.classselenium.webdriver.support.expected...
分类:
Windows开发 时间:
2015-04-29 23:15:21
收藏:
0 评论:
0 赞:
0 阅读:
499
The ActionChains implementation,classselenium.webdriver.common.action_chains.ActionChains(driver)Bases:objectActionChains are a way to automate low le...
分类:
Windows开发 时间:
2015-04-29 23:07:01
收藏:
0 评论:
0 赞:
0 阅读:
360
classselenium.webdriver.support.select.Select(webelement)deselect_all()Clear all selected entries. This is only valid when the SELECT supports multipl...
分类:
Windows开发 时间:
2015-04-29 23:01:41
收藏:
0 评论:
0 赞:
0 阅读:
288
The Alert implementation.classselenium.webdriver.common.alert.Alert(driver)Bases:objectAllows to work with alerts.Use this class to interact with aler...
分类:
Windows开发 时间:
2015-04-29 23:01:21
收藏:
0 评论:
0 赞:
0 阅读:
260
Exceptions that may happen in all the webdriver code.exceptionselenium.common.exceptions.ElementNotSelectableException(msg=None,screen=None,stacktrace...
分类:
Windows开发 时间:
2015-04-29 23:00:31
收藏:
0 评论:
0 赞:
0 阅读:
367
The API definitions in this chapter shows the absolute location of classes. However the recommended import style is as given below:from selenium impor...
分类:
Windows开发 时间:
2015-04-29 23:00:11
收藏:
0 评论:
0 赞:
0 阅读:
272
The Utils methods.selenium.webdriver.common.utils.free_port()Determines a free port using sockets.selenium.webdriver.common.utils.is_connectable(port)...
分类:
Windows开发 时间:
2015-04-29 22:58:52
收藏:
0 评论:
0 赞:
0 阅读:
374
The Desired Capabilities implementation.classselenium.webdriver.common.desired_capabilities.DesiredCapabilitiesBases:objectSet of default supported de...
分类:
Windows开发 时间:
2015-04-29 22:58:21
收藏:
0 评论:
0 赞:
0 阅读:
259
??
一、实例并初始化GDI+ 位图
Bitmap image = new Bitmap(int width,int height);
二、实例并初始化绘图画面对象
Graphics g = Graphics.FromImage(image);
1. 清空并已指定的颜色填充背景
g.Clear(Color.White);
...
分类:
Windows开发 时间:
2015-04-29 21:52:48
收藏:
0 评论:
0 赞:
0 阅读:
276