上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 37 下一页

2017年6月22日

摘要: Open Browser http://xxx.xxx.xxx.xxx:1000/portal/login/init.htm gcMaximize Browser Window sleep 2 #Get Window Size 300 500Input Text id=_userName admin 阅读全文
posted @ 2017-06-22 18:25 sunny_2016 阅读(154) 评论(0) 推荐(0)
摘要: django的admin用户被我多动症一样的测试,给密码弄丢了,需要重置。 从数据库重置的可能性为0,因为django对于密码有保护策略。考虑从运行程序的地方进行重置: 1.在程序的文件夹下,执行这样的命令,进行shell窗口: 1 python manage.py shell 2.对admin用户 阅读全文
posted @ 2017-06-22 18:19 sunny_2016 阅读(913) 评论(0) 推荐(0)

2017年6月19日

摘要: https://github.com/robotframework/Selenium2Library/downloads 阅读全文
posted @ 2017-06-19 13:06 sunny_2016 阅读(697) 评论(0) 推荐(0)

2017年6月17日

摘要: 阅读全文
posted @ 2017-06-17 11:46 sunny_2016 阅读(125) 评论(0) 推荐(0)

2017年6月14日

摘要: http://selenium-release.storage.googleapis.com/index.html IE驱动https://sites.google.com/a/chromium.org/chromedriver/downloads chrome驱动 阅读全文
posted @ 2017-06-14 14:05 sunny_2016 阅读(169) 评论(0) 推荐(0)

2017年6月12日

该文被密码保护。 阅读全文
posted @ 2017-06-12 11:49 sunny_2016 阅读(1) 评论(0) 推荐(0)

2017年6月1日

摘要: http://blog.csdn.net/ken_wanglin/article/details/53095967 http://www.infoq.com/cn/articles/Python-writing-module http://blog.csdn.net/maocaowu_csdn/ar 阅读全文
posted @ 2017-06-01 18:09 sunny_2016 阅读(66) 评论(0) 推荐(0)
摘要: >>> a=1992>>> b="free">>> print b+ `a`free1992>>> print b+str(a)free1992>>> print b+repr(a)free1992>>>>>> dos="c:\\news">>> print dosc:\news>>> dos=r" 阅读全文
posted @ 2017-06-01 09:12 sunny_2016 阅读(63) 评论(0) 推荐(0)

2017年5月24日

摘要: SyntaxError: Non-ASCII character '\xe2' in file意思是说,在文件中存在非ASCII字符; ASCII是8位即一个字符,一共256个字符,随着计算机的发展,现在已经用到2个或者4个字符; 建议在【文件头】追加: 1 2 3 # -*- coding: cp 阅读全文
posted @ 2017-05-24 17:29 sunny_2016 阅读(291) 评论(0) 推荐(0)

2017年5月20日

摘要: Windows 10包含版本 win10家庭版win10专业版win10教育版win 10企业版 Windows 7包含6个版本分别为Windows 7 Starter(初级版)Windows 7 Home Basic(家庭普通版)Windows 7 Home Premium(家庭高级版)Windo 阅读全文
posted @ 2017-05-20 10:20 sunny_2016 阅读(1565) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 37 下一页

导航