码迷,mamicode.com
首页 > Windows程序
google protobuf学习笔记一:windows下环境配置
protobuf的使用和原理,请查看:http://blog.csdn.net/majianfei1023/article/details/45112415 Windows下google protobuf开发环境配置 最近项目需求,Client与Server的网络通信协议传输使用google protobuf rpc。对于Protobuf,以前是只知道有这个东西,知道它干嘛,而且一直很仰慕,但...
分类:Windows程序   时间:2015-04-29 23:34:22    阅读次数:5837
webDriver API——第14部分Color Support
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:27:16    阅读次数:223
webDriver API——第9部分Firefox WebDriver
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:27:08    阅读次数:227
webDriver API——第12部分WebElement
classselenium.webdriver.remote.webelement.WebElement(parent,id_)Bases:objectRepresents a DOM element.Generally, all interesting operations that intera...
分类:Windows程序   时间:2015-04-29 23:23:57    阅读次数:322
webDriver API——第10部分Chrome WebDriver
classselenium.webdriver.chrome.webdriver.WebDriver(executable_path='chromedriver',port=0,chrome_options=None,service_args=None,desired_capabilities=No...
分类:Windows程序   时间:2015-04-29 23:25:05    阅读次数:201
webDriver API——第11部分Remote WebDriver
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:24:40    阅读次数:305
C#, CLR, and .NET Framework versions
C# VersionCLR VersionFramework versions1.01.01.01.21.11.12.02.02.0 ,3.03.02.0(SP1)3.54.04.04.05.04.5(Patched CLR 4.0)4.5
分类:Windows程序   时间:2015-04-29 23:22:01    阅读次数:160
webDriver API——第15部分Expected conditions Support
classselenium.webdriver.support.expected_conditions.alert_is_presentBases:objectExpect an alert to be present.classselenium.webdriver.support.expected...
分类:Windows程序   时间:2015-04-29 23:18:18    阅读次数:281
WebDriver API——第3部分Action Chains
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:15    阅读次数:255
webDriver API——第13部分UI Support
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:04:15    阅读次数:136
WebDriver API——第4部分Alerts
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:04:21    阅读次数:176
WebDriver API——第2部分Exceptions
Exceptions that may happen in all the webdriver code.exceptionselenium.common.exceptions.ElementNotSelectableException(msg=None,screen=None,stacktrace...
分类:Windows程序   时间:2015-04-29 23:01:10    阅读次数:508
WebDriver API——第1部分
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:01:50    阅读次数:137
webDriver API——第8部分Utilities
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 23:00:50    阅读次数:195
webDriver API——第7部分Desired Capabilities
The Desired Capabilities implementation.classselenium.webdriver.common.desired_capabilities.DesiredCapabilitiesBases:objectSet of default supported de...
分类:Windows程序   时间:2015-04-29 22:58:35    阅读次数:225
C# 产生验证码图片
?? 一、实例并初始化GDI+ 位图        Bitmap image = new Bitmap(int width,int height); 二、实例并初始化绘图画面对象       Graphics g = Graphics.FromImage(image);      1.  清空并已指定的颜色填充背景              g.Clear(Color.White); ...
分类:Windows程序   时间:2015-04-29 21:55:07    阅读次数:182
Delphi 实现右下角任务栏功能
实现软件在右下角任务栏很简单,只需要使用TTrayIcon控件,代码只要一句就可以了。 指定托盘图标, 有几种用法: 1、设计时选择; 2、把一个 TIcon 对象给它; 3、使用当前程序图标: TrayIcon1.Icon := Application.Icon; 4、TrayIcon1.SetDefaultIcon; 这也是使用当前程序图标. 一般使用这个功能都是像QQ那样,关闭QQ...
分类:Windows程序   时间:2015-04-29 21:53:01    阅读次数:551
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!