上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页
摘要: ``` drv.find_element_by_xpath('//*[@id="leftSiteMapTree"]/li[9]/ul[1]/li[1]/button').click() ``` 阅读全文
posted @ 2017-04-14 10:45 idlewith 阅读(139) 评论(0) 推荐(0) 编辑
摘要: ``` is_disappeared = WebDriverWait(drv, 30, 1, ignored_exceptions=TimeoutException).\ until(lambda x: x.find_element_by_id("leftSiteMapTree_58_span").is_displayed()) ``... 阅读全文
posted @ 2017-04-14 09:58 idlewith 阅读(137) 评论(0) 推荐(0) 编辑
摘要: ``` select * from table_a t where t.name = 'a'||'&'||'b'||'&'||'c' ``` 阅读全文
posted @ 2017-04-10 09:17 idlewith 阅读(112) 评论(0) 推荐(0) 编辑
摘要: ``` background color 40 40 40 keyword cc7832 204 120 50 built-in name 8888c6 136 136 198 comma cc7832 204 120 50 decorator bbb529 187 181 41 docstring 629755 98 151 85 keyword argument aa4926 170, 73,... 阅读全文
posted @ 2017-04-06 14:54 idlewith 阅读(187) 评论(0) 推荐(0) 编辑
摘要: ``` from win32com.client import constants from win32com.client.gencache import EnsureDispatch as Dispatch outlook = Dispatch("Outlook.Application") mapi = outlook.GetNamespace("MAPI") pri... 阅读全文
posted @ 2017-04-05 10:30 idlewith 阅读(2442) 评论(0) 推荐(0) 编辑
摘要: ``` pay attention to tornado 4.4.3 tornado-4.4.3-cp27-cp27m-win_amd64 ``` 阅读全文
posted @ 2017-04-05 10:10 idlewith 阅读(184) 评论(0) 推荐(0) 编辑
摘要: ``` # _*_ coding: utf-8 _*_ # @Author : otfsenter import Tkinter as tk import threading import time import ttk import psutil key = psutil.net_io_counters(pernic=True).keys()[0] def seconds(): ... 阅读全文
posted @ 2017-04-01 18:02 idlewith 阅读(133) 评论(0) 推荐(0) 编辑
摘要: ``` HTTP/1.1 200 OK Server: Apache-Coyote/1.1 X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 ... 阅读全文
posted @ 2017-04-01 08:05 idlewith 阅读(229) 评论(0) 推荐(0) 编辑
摘要: under set the code: 阅读全文
posted @ 2017-03-31 17:45 idlewith 阅读(113) 评论(0) 推荐(0) 编辑
摘要: ``` exit = QtGui.QAction(QtGui.QIcon(':/log.ico'), 'Exit', self) exit.setShortcut('Ctrl+Q') exit.setStatusTip('Exit Application') self.connect(exit, QtCore.SIGNAL('trig... 阅读全文
posted @ 2017-03-30 15:51 idlewith 阅读(130) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页