会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cling_chen
博客园
首页
新随笔
联系
管理
1
2
下一页
2018年2月6日
教育与社会的关系
摘要:
阅读全文
posted @ 2018-02-06 11:39 cling_chen
阅读(167)
评论(0)
推荐(0)
2018年2月5日
ITTO
摘要:
阅读全文
posted @ 2018-02-05 18:17 cling_chen
阅读(85)
评论(0)
推荐(0)
项目范围管理的输入输出
摘要:
阅读全文
posted @ 2018-02-05 18:13 cling_chen
阅读(212)
评论(0)
推荐(0)
2018年1月31日
北斗七星
摘要: 北斗星是大熊星座的一部分,由七颗亮星组成,形似斗勺,天枢、天璇、天玑、天权组成斗身,古曰魁、斗魁;玉衡、开阳、摇光组成为斗柄,古曰杓。很容易辨认,故有此名。它的勺头两颗星天璇、天枢叫“指极星”,指向北极星,可以帮助我们在夜间辨认方向,天璇、天枢相连成直线并延伸约五倍的距离,就可以找到北极星。
阅读全文
posted @ 2018-01-31 15:05 cling_chen
阅读(2866)
评论(0)
推荐(0)
2018年1月24日
appiumlibrary用的是1.2.3没有Wait Until Page Contains Element 这个关键字。
摘要: appiumlibrary用的是1.2.3没有Wait Until Page Contains Element 这个关键字。 pip list 查看本地appiumblirary版本 对比了api上的版本和本地的版本,发现本地版本好久,api上是1.3.6 运行 pip install --upgr
阅读全文
posted @ 2018-01-24 10:20 cling_chen
阅读(1258)
评论(0)
推荐(0)
安装DatabaseLibrary For RobotFramework
摘要: 用pip 失败了 c:\Python27\Scripts>pip install robotframework-databaselibrary Downloading/unpacking robotframework-databaselibrary Could not fetch URL https
阅读全文
posted @ 2018-01-24 10:18 cling_chen
阅读(193)
评论(0)
推荐(0)
python的数据结构
摘要: list list 元组 元组 ('a','b','c') 元组是不可变的,即不能修改,而list是可变的
阅读全文
posted @ 2018-01-24 10:15 cling_chen
阅读(103)
评论(0)
推荐(0)
根据params和testData来组装dataValue
摘要: """根据params和testData来组装dataValue #d是需要动态获取的参数及对应方法名的字典 遍历每个参数,如果参数需要动态获取,则调用动态获取的方法。反之,直接写入dateValue里"""
阅读全文
posted @ 2018-01-24 10:13 cling_chen
阅读(122)
评论(0)
推荐(0)
@{testData}跟${testDate的区别}
摘要: log @{testData} log ${testData} 输出结果 20140310 18:34:03.936 : INFO : [u'01010704', u'0', u'0', u'0', u'"code":"200"'] 20140310 18:34:03.941 : INFO : [[
阅读全文
posted @ 2018-01-24 10:12 cling_chen
阅读(172)
评论(0)
推荐(0)
key in d怎么用
摘要: >>> d = dict(vcode='Get_vcode', date='Get_vdate') >>> print d {'date': 'Get_vdate', 'vcode': 'Get_vcode'} >>> 'vcode' in d.keys() True >>> 'v' in d.ke
阅读全文
posted @ 2018-01-24 10:11 cling_chen
阅读(120)
评论(0)
推荐(0)
1
2
下一页
公告