闲坐敲棋

有约不来过夜半,闲敲棋子落灯花

导航

上一页 1 ··· 7 8 9 10 11 12 下一页

2009年5月4日

摘要: echo 请按任意键开始安装客户管理平台的后台服务. . . echo. pause echo. echo 清理原有服务项. . . %SystemRoot%\Microsoft.NET\Framework\v2.0.50727\installutil /U D:\Service\WindowsService1.exe > InstallService.log echo. echo 清理完毕,开始... 阅读全文

posted @ 2009-05-04 19:59 闲坐敲棋 阅读(429) 评论(0) 推荐(0)

摘要: using System; using System.Text; using System.Net.Sockets; /// /// Summary description for ClassTelnet /// public class ClassTelnet { TcpClient telnet_tcp_client; public string strhost; ... 阅读全文

posted @ 2009-05-04 12:58 闲坐敲棋 阅读(2652) 评论(4) 推荐(1)

2009年4月30日

摘要: TextBox1.Attributes.Add("style","background-color:transparent"); 阅读全文

posted @ 2009-04-30 13:05 闲坐敲棋 阅读(190) 评论(0) 推荐(0)

2009年4月23日

摘要: ^(([1-9]+[0-9]*.{1}[0-9]+)|([0].{1}[1-9]+[0-9]*)|([1-9][0-9]*)|([0][.][0-9]+[1-9]*))$ 必须是正数, ^(-)?(([1-9]+[0-9]*.{1}[0-9]+)|([0].{1}[1-9]+[0-9]*)|([1-9][0-9]*)|([0][.][0-9]+[1-9]*))$ 可以是正数,也可以是负数. ... 阅读全文

posted @ 2009-04-23 12:57 闲坐敲棋 阅读(172) 评论(0) 推荐(0)

2009年4月9日

摘要: http://blog.csdn.net/zjcxc 阅读全文

posted @ 2009-04-09 14:50 闲坐敲棋 阅读(232) 评论(0) 推荐(0)

2009年4月7日

摘要: /// /// Execute the function of the class /// /// the project name of the class /// the naming space name of the class /// the name of the class /// the function name which... 阅读全文

posted @ 2009-04-07 19:31 闲坐敲棋 阅读(1970) 评论(1) 推荐(0)

2009年4月1日

摘要: gridview导出excel(不会有乱码) 2008-04-08 09:40 之前我有贴过gridview导出excel的代码,但那个有两上缺点,一:如果gridview有分页的话,那段代码只是导出的当前页的数据,第二页之后的数据是无法导出的。二:那段代码我朋友帮我改进后,可以导出所有页的数据,但是我现在再用... 阅读全文

posted @ 2009-04-01 11:15 闲坐敲棋 阅读(887) 评论(0) 推荐(0)

2009年3月29日

摘要: /// /// 合并单元格 /// /// 要合并单元格的表单 /// 判断的列 /// 要合并的列 public static void DoUniteGroupRowsGrid(GridView gridView, int[] ArryJudgeCell, int[] ArryCellNum) { int i = 0... 阅读全文

posted @ 2009-03-29 16:22 闲坐敲棋 阅读(651) 评论(0) 推荐(0)

摘要: set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER TRIGGER [Trigger_Insert] ON [dbo].[表名] After INSERT AS BEGIN declare @id int,@pid varchar(16),@temppid varchar(16) --从Inserte... 阅读全文

posted @ 2009-03-29 10:10 闲坐敲棋 阅读(295) 评论(0) 推荐(0)

摘要: 当在前台 JS中 更新 不可用输入框(TextBox.Enable ="false" or Input box ReadOnly ="True")的值时,后台可能得不到 更新后的值 可设置输入框 属性 ForeColor="gray" ( 字体颜色为 灰色)contentEditable="false" (输入框不可输入) 后台就可以得到 不可用输入框的值了 阅读全文

posted @ 2009-03-29 10:02 闲坐敲棋 阅读(505) 评论(1) 推荐(0)

上一页 1 ··· 7 8 9 10 11 12 下一页