大力
世界多么美好,我却如此暴燥
博客园
首页
新闻
新随笔
联系
管理
订阅
随笔- 367 文章- 9 评论- 137
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)
编辑
利用网页强制重启服务器(C#)
摘要: 点击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)
编辑
列出IIS上的虚拟目录和网站信息。
摘要: 以前一直想不通怎么用纯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)
编辑
sql2005 分页 ROW_NUMBER()
摘要: 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#代码
摘要: 我写的第二个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)
编辑
System.Configuration.ConfigurationSettings.AppSettings”已过时问题。
摘要: 在.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#语法有很多奇怪的地方,括号一多头都看晕了。我的第一个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)
编辑
公告
昵称:
大力
园龄:
7年5个月
粉丝:
0
关注:
0
<
2006年4月
>
日
一
二
三
四
五
六
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
更多链接
我的标签
screen
(1)
BackgroundWorker
(1)
随笔分类
(423)
c#(38)
(rss)
C++(1)
(rss)
linux(44)
(rss)
mssql(45)
(rss)
mysql(8)
(rss)
NT(74)
(rss)
Perl/php(21)
(rss)
postfix(1)
(rss)
script/css/html(19)
(rss)
vb.net(52)
(rss)
vbscript(8)
(rss)
其它(112)
(rss)
随笔档案
(373)
2011年12月 (1)
2011年10月 (3)
2011年9月 (2)
2011年8月 (2)
2011年7月 (7)
2011年6月 (3)
2011年5月 (2)
2011年4月 (3)
2011年3月 (5)
2011年2月 (2)
2010年12月 (4)
2010年11月 (4)
2010年9月 (2)
2010年8月 (1)
2010年7月 (4)
2010年6月 (1)
2010年5月 (5)
2010年4月 (8)
2010年3月 (3)
2010年2月 (2)
2010年1月 (11)
2009年12月 (10)
2009年11月 (3)
2009年10月 (4)
2009年9月 (3)
2009年8月 (7)
2009年7月 (6)
2009年6月 (7)
2009年5月 (3)
2009年4月 (3)
2009年3月 (4)
2009年2月 (1)
2009年1月 (3)
2008年12月 (6)
2008年11月 (3)
2008年10月 (10)
2008年9月 (8)
2008年8月 (15)
2008年7月 (6)
2008年6月 (7)
2008年5月 (7)
2008年4月 (7)
2008年3月 (5)
2008年2月 (5)
2008年1月 (2)
2007年12月 (10)
2007年11月 (6)
2007年10月 (4)
2007年9月 (9)
2007年8月 (12)
2007年5月 (1)
2007年4月 (1)
2007年3月 (1)
2007年2月 (3)
2007年1月 (5)
2006年12月 (2)
2006年11月 (9)
2006年10月 (2)
2006年9月 (9)
2006年8月 (18)
2006年7月 (6)
2006年6月 (6)
2006年5月 (7)
2006年4月 (11)
2006年3月 (10)
2006年2月 (2)
2006年1月 (2)
2005年12月 (3)
2005年11月 (3)
2005年9月 (1)
2005年4月 (1)
2005年3月 (1)
2005年2月 (3)
2004年11月 (2)
2004年10月 (3)
2004年9月 (10)
水晶报表
阿泰的软件实用主义
(rss)
最新评论
推荐排行榜