2009年4月28日

用 Python 脚本多线程方式执行多个 bat

摘要: import threading from win32api import * class MyThread(threading.Thread): def __init__(self, bat_path, **kwargs): threading.Thread.__init__(self, **kwargs) self.bat_path = bat_pat... 阅读全文

posted @ 2009-04-28 12:00 nchen 阅读(1101) 评论(1) 推荐(0)

2009年4月23日

WebBrowser控件使用技巧分享

摘要: WebBrowser控件使用技巧分享 http://www.cnblogs.com/SkyD/archive/2009/04/23/1441696.html 阅读全文

posted @ 2009-04-23 10:53 nchen 阅读(138) 评论(0) 推荐(0)

2009年4月22日

carve-out 什么意思?

摘要: 不解。 词霸的解释 "雕刻,开拓,创业" 没有一个说的通的。 As it stands now, there is no way to tie a particular carve-out benefit to the appropriate medical plan. This makes it impossible to add carved-out Rx benefit informatio... 阅读全文

posted @ 2009-04-22 15:19 nchen 阅读(772) 评论(3) 推荐(0)

VB.NET 和 js 交互

摘要: http://www.codeproject.com/KB/vb/vb_jscript_communication.aspx VB.net 要传对象给 js 的话,这个类型应该声明为 . 如果某些方法/属性想对 js 隐藏,则可以在这些成员上添加 来实现. js 传 object 给 vb.net, vb 里可以用后期绑定的语法访问其属性。 对于 js 对象的方法,如无法访问,则可以用反射调用之... 阅读全文

posted @ 2009-04-22 15:11 nchen 阅读(980) 评论(0) 推荐(0)

Rx

摘要: Rx 表示处方药。"Take this medicine". 阅读全文

posted @ 2009-04-22 14:54 nchen 阅读(130) 评论(0) 推荐(0)

导航