随笔分类 -  学习记录

Measuring Performance of Stored Procedures
摘要:http://sqlserveruniverse.com/content/PERF0600104282008MeasuringPerformanceOfStoredProcedures.aspx 阅读全文

posted @ 2009-07-28 23:16 nchen 阅读(119) 评论(0) 推荐(0)

Smart host
摘要:http://en.wikipedia.org/wiki/Smart_hostSmart host 是一种邮件中继服务器。 阅读全文

posted @ 2009-07-28 22:21 nchen 阅读(257) 评论(0) 推荐(0)

Optimizing WPF Application Performance
摘要:http://msdn.microsoft.com/en-us/library/aa970683.aspxhttp://blogs.msdn.com/jgoldb/default.aspxhttp://www.charlespetzold.com/blog/2008/11/030337.html 阅读全文

posted @ 2009-05-18 13:56 nchen 阅读(157) 评论(0) 推荐(0)

SketchFlow, Blend 3
摘要:用 SketchFlow 做软件 prototype 太酷了,还能收集 feedback. 并且可以利用 WPF 的功能设计进去一些界面交互效果。It's really Smart!介绍的帖子:http://blog.joycode.com/soma/archive/2009/05/05/115566.aspxhttp://blogs.msdn.com/somasegar/archive/2009... 阅读全文

posted @ 2009-05-08 18:22 nchen 阅读(207) 评论(0) 推荐(0)

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 阅读(2402) 评论(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)

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)

导航