04 2009 档案

SQL 函数 NTILE
摘要:分组,返回组号(从1开始)。 ms-help://MS.SQLCC.v10/MS.SQLSVR.v10.en/s10de_6tsql/html/1c364511-d72a-4789-8efa-3cf2a1f6b791.htm Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighli... 阅读全文

posted @ 2009-04-29 19:19 nchen 阅读(556) 评论(0) 推荐(0)

几个统计概念的解释(含Quartile四分位数)
摘要:http://wolfsky1982.blog.sohu.com/54313316.html 几个统计概念的解释(含Quartile四分位数) 滴答网 http://www.tigtag.com/ 2001-12-7 寄托天下 1.mode(众数) 一堆数中出现频率最高的一个或几个数 e.g.****mode****of****1,1,1,2,3,0,0,0,5****is****... 阅读全文

posted @ 2009-04-29 18:16 nchen 阅读(2403) 评论(0) 推荐(0)

调试 Windows Service 的简便方法
摘要:http://www.codeproject.com/KB/dotnet/DebugWinServices.aspx 阅读全文

posted @ 2009-04-29 11:58 nchen 阅读(145) 评论(0) 推荐(0)

WinDbg 2
摘要:Windbg 提示: *** ERROR: Symbol file could not be found. Defaulted to export symbols for ntdll.dll - ntdll!DbgBreakPoint: 7c90120e cc int 3 可能需要到这里下载 XP 的 symbol file: http://www.micro... 阅读全文

posted @ 2009-04-28 16:56 nchen 阅读(213) 评论(1) 推荐(0)

C# 编写的 windows service 不能启动
摘要:按 Start 时,提示这个错误信息: The service did not respond to the start or control request in a timely fashion 参考: http://social.msdn.microsoft.com/Forums/zh-CN/netfxbcl/thread/8f7a08ba-94cd-4dcd-8b54-68bbe7c235... 阅读全文

posted @ 2009-04-28 16:19 nchen 阅读(484) 评论(0) 推荐(0)

用 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 阅读(1107) 评论(1) 推荐(0)

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

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

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 阅读(776) 评论(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 阅读(983) 评论(0) 推荐(0)

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

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

导航