http://msdn.microsoft.com/zh-cn/library/aa964128.aspx#mainSectionhttp://msdn.microsoft.com/en-us/library/ms155847%28v=sql.100%29.aspxhttp://www.kodyaz...
分类:
数据库 时间:
2014-09-22 19:40:43
阅读次数:
187
http://msdn.microsoft.com/en-us/library/cc351024%28v=vs.85%29.aspxhttp://caniuse.com/
分类:
Web程序 时间:
2014-09-22 18:25:12
阅读次数:
163
在minifilter里面可能有好几种获取调用进程id,名字和线程的办法。我这里有一种:
使用
PsSetCreateProcessNotifyRoutine 和
PsSetLoadImageNotifyRoutine
这是两个API,我们可以借助它们获取进程信息。具体看:http://msdn.microsoft.com/en-us/library/windows/hardware/...
分类:
编程语言 时间:
2014-09-22 17:35:52
阅读次数:
321
之前开发了RichEdit控件,现在回顾总结一下。Rich text format格式(通常缩写为RTF)是一种专有的文档文件格式,是1987年Microsoft对文件跨平台交换开发发布的规范,详情参考维基百科Rich text format(http://en.wikipedia.org/wiki...
分类:
其他好文 时间:
2014-09-21 18:51:41
阅读次数:
174
Problem Description
《Journey to the West》(also 《Monkey》) is one of the Four Great Classical Novels of Chinese literature. It was written by Wu Cheng'en during the Ming Dynasty. In this novel, Monkey ...
分类:
其他好文 时间:
2014-09-21 11:56:50
阅读次数:
398
Json字符串对于做web应用的应该很熟悉,其实在很多请求我们返回的都是Json字符串。那对于C#代码如何处理Json字符串呢,.Net封装了一个类叫做JavaScriptSerializer[MSDN Library链接http://msdn.microsoft.com/en-us/lib...
分类:
Web程序 时间:
2014-09-20 22:31:39
阅读次数:
331
Problem Description
《Journey to the West》(also 《Monkey》) is one of the Four Great Classical Novels of Chinese literature. It was written by Wu Cheng'en during the Ming Dynasty. In this novel, Monkey...
分类:
其他好文 时间:
2014-09-20 21:31:39
阅读次数:
247
我们常用的script标签,有两个和性能、js文件下载执行相关的属性:defer和asyncdefer的含义【摘自https://developer.mozilla.org/En/HTML/Element/Script】This Boolean attribute is set to indicat...
分类:
其他好文 时间:
2014-09-20 20:58:29
阅读次数:
386
Problem Description
《Journey to the West》(also 《Monkey》) is one of the Four Great Classical Novels of Chinese literature. It was written by Wu Cheng'en during the Ming Dynasty. In this novel, Monke...
分类:
其他好文 时间:
2014-09-20 20:18:49
阅读次数:
215
打印自己代码的程序 程序运行时可以打印自己源代码的程序叫叫 Quine: 具体的描述可以参见维基百科:http://en.wikipedia.org/wiki/Quine_%28computing%29 以下是几个在网上找的例子,由于手边儿有现在的 C# 环境,...
分类:
其他好文 时间:
2014-09-20 20:04:29
阅读次数:
147