Chinaunix首页 | 论坛 | 博客
  • 博客访问: 67140
  • 博文数量: 19
  • 博客积分: 1164
  • 博客等级: 准尉
  • 技术积分: 210
  • 用 户 组: 普通用户
  • 注册时间: 2010-08-20 17:12
文章分类

全部博文(19)

文章存档

2017年(1)

2015年(1)

2014年(2)

2011年(14)

2010年(1)

发布时间:2017-03-09 14:24:06

# 根据iddef waitForById(driver, id, times=60):    wait = WebDriverWait(driver, times, poll_frequency=0.5)    element = wait.until(lambda x: x.find_element_by_id(id))    return element#  根据名字def waitForByName(driver, name, times=30):    wait .........【阅读全文】

阅读(1835) | 评论(0) | 转发(0)

发布时间:2015-05-26 15:07:19

导出用户年龄在18-28之间的exp test/test@tns file=person.dmp tables=person.dmp query=\" where age between 18 and 28\"......【阅读全文】

阅读(2372) | 评论(0) | 转发(0)
vim

发布时间:2014-05-07 18:06:17

set nocompatiblesource $VIMRUNTIME/vimrc_example.vim" source $VIMRUNTIME/mswin.vimset diffexpr=MyDiff()function MyDiff()  let opt = '-a --binary '  if &diffopt =~ 'icase' | let opt = opt . '-i ' | endif  if &diffopt =~ 'iwhite' | let opt = opt . '-b ' | endif  let arg1 .........【阅读全文】

阅读(2258) | 评论(0) | 转发(0)

发布时间:2014-05-06 17:22:41

Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)    Dim lngres As Long    If Item.Subject = "" Then        Application.Explorers(1).Activate        lngres = MsgBox("没有主.........【阅读全文】

阅读(2229) | 评论(0) | 转发(0)

发布时间:2011-04-07 11:14:05

......【阅读全文】

阅读(2823) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

niuniu2006t2011-02-04 20:51

gumuzhiyu: .....

回复  |  举报

niuniu2006t2011-02-04 20:51

gumuzhiyu: .....

回复  |  举报

大鬼不动2011-01-04 08:22

回复  |  举报

noiplee2010-12-17 23:51

回复  |  举报

ANHUI2010-12-14 09:07

回复  |  举报
留言热议
请登录后留言。

登录 注册