2009年7月28日

Measuring Performance of Stored Procedures

摘要: http://sqlserveruniverse.com/content/PERF0600104282008MeasuringPerformanceOfStoredProcedures.aspx 阅读全文

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

Smart host

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

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

2009年5月24日

Telerik ajax 控件学习笔记(1)- Ajax

摘要: 产品版本:RadControls for ASP.NET Ajax Q1 2009Telerik 的控件实现 Ajax 的方式比 asp.net ajax 要简单些。有如下特点:1. 不需要拖放很多 Update Panel, triggers. 只要在现有 webform 的底部加一个 RadAjaxManager, 然后点 "Configure Ajax Manager", 在其中配置更新关系... 阅读全文

posted @ 2009-05-24 18:47 nchen 阅读(2523) 评论(2) 推荐(1)

2009年5月18日

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

2009年5月8日

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

2009年4月29日

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

调试 Windows Service 的简便方法

摘要: http://www.codeproject.com/KB/dotnet/DebugWinServices.aspx 阅读全文

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

2009年4月28日

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

导航