
ASP.NET
文章平均质量分 71
hello_msdn
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【转】VS2008下使用FCKeditor2.6.3安装配置详解
FCKeditor官方网址 http://www.fckeditor.net/ http://ckeditor.com/ http://cksource.com/ 现在FCKeditor已经有若干版本了,最新版本为CKEditor3.6.1。可能因为是最新版,所以相关的参考资料比较少。所以选择2.6.3版本并结合自己亲身使用的经验,总结了一下。 一、安装转载 2012-10-15 19:54:25 · 838 阅读 · 0 评论 -
Account类型
在看爬虫程序时,遇到了System.ServiceProcess.ServiceAccount.LocalSystem这样的代码,就查了查: 看了看在ServiecAccount中的定义 using System; namespace System.ServiceProcess { // 摘要: // 指定服务的安全上下文,安全上下文定义其登录类型。 publ原创 2012-11-10 15:40:10 · 1388 阅读 · 0 评论