04 2006 档案

摘要: C#汉字转拼音Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1/**////<summary>2///汉字转拼音缩写3///CodeByMuseStudio@hotmail.com4///2004-11-305///</summar...阅读全文
posted @ 2006-04-28 18:46 大力 阅读(35) | 评论 (0) 编辑
摘要: 黑客常用命令大全阅读全文
posted @ 2006-04-24 16:46 大力 阅读(97) | 评论 (0) 编辑
摘要: 本文引用下面的 Microsoft .NET Framework 类库命名空间: •System.Web.Security•System.Security.Principal•System.Runtime.InteropServices模拟本地用户运行特定程序Code highlighting produced by Actipro CodeHighlighter (...阅读全文
posted @ 2006-04-20 14:31 大力 阅读(52) | 评论 (0) 编辑
摘要: 女朋友喝醉的话,你喜欢什么样的呢?阅读全文
posted @ 2006-04-20 10:44 大力 阅读(131) | 评论 (0) 编辑
摘要: 点击Button1,强制重启C#重启服务器代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->usingSystem;usingSystem.Collections;usingSystem.ComponentModel;usingSystem.Data...阅读全文
posted @ 2006-04-18 17:08 大力 阅读(325) | 评论 (1) 编辑
摘要: 以前一直想不通怎么用纯WEB来操作IIS(以为必需要装插件),直到发现了很少用到的System.DirectoryServices才豁然开朗。初探WEB设置IISCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ImportsSystemImportsS...阅读全文
posted @ 2006-04-16 16:12 大力 阅读(157) | 评论 (0) 编辑
摘要: select threadid from (select threadid, ROW_NUMBER() OVER (order by stickydate) as Pos from cs_threads) as T where T.Pos > 100000 and T.Pos < 100030以上是原文提供的查询例子,其中最重要的就是ROW_NUMBER()了,这个东西需要结合orde...阅读全文
posted @ 2006-04-12 16:01 大力 阅读(298) | 评论 (0) 编辑
摘要: 我写的第二个C#Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->protectedvoidPage_Load(objectsender,EventArgse){{stringstrConnection=System.Configuration.Conf...阅读全文
posted @ 2006-04-11 17:52 大力 阅读(47) | 评论 (1) 编辑
摘要: 在.net1.1我们都用 string strConnection = System.Configuration.ConfigurationSettings.AppSettings["connString"]; 在.net2.0 VS2005提示警告1“System.Configuration.ConfigurationSettings.AppSettings”已过时:&l...阅读全文
posted @ 2006-04-11 15:30 大力 阅读(1335) | 评论 (0) 编辑
摘要: 第一次写C#,发现C#语法有很多奇怪的地方,括号一多头都看晕了。我的第一个C#代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->publicpartialclass_Default:System.Web.UI.Page{protectedvoidPa...阅读全文
posted @ 2006-04-10 17:17 大力 阅读(18) | 评论 (0) 编辑
摘要: 这几天上火了,吃“小肠苦笋汤”都没效果。阅读全文
posted @ 2006-04-09 18:06 大力 阅读(13) | 评论 (0) 编辑