大力
世界多么美好,我却如此暴燥
博客园
首页
新闻
新随笔
联系
管理
订阅
随笔- 367 文章- 9 评论- 137
12 2009 档案
如何判断网通、电信、铁通IP地址分配段
摘要: 从http://ftp.apnic.net/apnic/dbase/tools/获取地址shell> wget http://ftp.apnic.net/apnic/dbase/tools/ripe-dbase-client-v3.tar.gz shell> tar xzvf ripe-dbase-client-v3.tar.gzshell> cd whois-3.1shell&...
阅读全文
posted @
2009-12-27 17:13
大力 阅读(401) |
评论 (0)
编辑
C# 获取文件编码
摘要: 文件操作,最难的部分就是编码问题了。using System;using System.Collections.Generic;using System.Text;using System.IO;namespace Microshaoft.Text{ #region Class IdentifyEncoding..... /// <summary> /// 检测字符编码的类 /// &...
阅读全文
posted @
2009-12-26 19:25
大力 阅读(515) |
评论 (1)
编辑
用来代替SQLSERVERAGENT的VBS脚本。
摘要: 今天一台MSSQL2000出问题,SQLSERVERAGENT服务又启不过来,胡乱撮写的一个脚本。 '*******************************************************************' 目的:当MSSQL的SQLSERVERAGENT启不过来时,可以用这个脚本来备份全部数据库,也可以做成计划任务来执行' 注意还原master数据库要用单用户启动...
阅读全文
posted @
2009-12-25 19:47
大力 阅读(44) |
评论 (0)
编辑
mssql 的sp_help好难看
摘要: mssql 的sp_help好难看。//mysql的desc/
阅读全文
posted @
2009-12-22 10:06
大力 阅读(50) |
评论 (0)
编辑
greybox关闭/刷新父窗口
摘要: <script language=javascript> function reloadpage() { parent.parent.location.reload(); parent.parent.GB_hide(); } </script> <a href="javascript:reloadpage()">关闭 </a> http://gexc...
阅读全文
posted @
2009-12-20 15:15
大力 阅读(291) |
评论 (0)
编辑
jQuery的radio,checkbox,select操作
摘要: 获取一组radio被选中项的值 var item = $('input[@name=items][@checked]').val(); 获取select被选中项的文本 var item = $("select[@name=items] option[@selected]").text(); select下拉框的第二个元素为当前选中值 $('#select_id')[0].selectedIndex...
阅读全文
posted @
2009-12-18 15:14
大力 阅读(32) |
评论 (0)
编辑
如何识别当前的 SQL Server 版本号以及对应的产品级别
摘要: SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')http://support.microsoft.com/kb/321185/zh-cn
阅读全文
posted @
2009-12-18 09:38
大力 阅读(20) |
评论 (0)
编辑
IE8取不到 select 的option值
摘要: [代码]IE8取不到 select 的option值,而IE7正常,可以声明用IE7来解析页面<metahttp-equiv="X-UA-Compatible"content="IE=EmulateIE7"/>
阅读全文
posted @
2009-12-14 13:20
大力 阅读(113) |
评论 (0)
编辑
FormView Web 服务器控件事件
摘要: FormView Web 服务器控件事件在对代码能够响应的绑定数据进行分页和更新的过程中,FormView 控件会引发许多事件。有关使用一些 FormView 控件事件的示例,请参见使用 FormView Web 服务器控件修改数据。http://msdn.microsoft.com/zh-cn/library/ms228210(VS.80).aspx
阅读全文
posted @
2009-12-12 20:32
大力 阅读(20) |
评论 (0)
编辑
isql导出表到文本
摘要: [代码]
阅读全文
posted @
2009-12-03 09:56
大力 阅读(45) |
评论 (0)
编辑
公告
昵称:
大力
园龄:
7年5个月
粉丝:
0
关注:
0
<
2009年12月
>
日
一
二
三
四
五
六
29
30
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
31
1
2
3
4
5
6
7
8
9
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
更多链接
我的标签
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)
最新评论
推荐排行榜