上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 61 下一页
  2008年9月27日
摘要: 178 list = new ListItem(); 179 list.Text = "电话"; 180 list.Value = "0"; 181 validType.Items.Add(list); 182 183 list = new ListItem(); 1... 阅读全文
posted @ 2008-09-27 09:54 念时 阅读(680) 评论(0) 推荐(0) 编辑
  2008年7月22日
摘要: declare @ids varchar(50) declare @str varchar(200) declare @i int set @ids='11,222,333'+',' while @ids '' begin set @str = substring(@ids,1,charindex(',',@ids)-1) set @ids = replace(@ids,@str+',',''... 阅读全文
posted @ 2008-07-22 17:15 念时 阅读(575) 评论(0) 推荐(0) 编辑
  2008年6月27日
摘要: search 阅读全文
posted @ 2008-06-27 16:49 念时 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 关于asp.net导出Excel 近日在csdn论坛上找到了这段代码,可以像asp一样把页面导出到excel,这样就可以导出一些比较复杂的excel页面,而不用模板之类的复杂方式了! public void OutPutExcel() { //定义文档类型、字符编码 Response.Clear(); Resp... 阅读全文
posted @ 2008-06-27 09:21 念时 阅读(356) 评论(0) 推荐(0) 编辑
  2008年6月25日
摘要: 2008年6月25日 11:12:28 1.检查要创建的表是否存在? IF OBJECT_ID('Price_history','U') IS NOT NULL DROP TABLE Price_history 2.复到一个表的表结构以开成一个新表。 SELECT 1 AS ProductID,UnitPrice AS OldPrice,UnitPrice AS NewPrice,GETD... 阅读全文
posted @ 2008-06-25 11:20 念时 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2008-06-25 11:02 念时 阅读(567) 评论(0) 推荐(0) 编辑
  2008年6月17日
摘要: JS处理当前日期 来源:飞云网 阅读全文
posted @ 2008-06-17 16:15 念时 阅读(265) 评论(0) 推荐(0) 编辑
  2008年6月10日
摘要: 哈希加密 如果数据库保存了敏感的数据,如银行卡密码,客户信息等,你可能想将这些数据以加密的形式保存在数据库中。这样即使有人进入了你的数据库,并看到了这些数据,也很难获得其中的真实信息。 在应用程序的大量信息中,也许你只想交很小的一部分进行加密,如用户的密码等。这些密码不应该以明文的形式保存,它们应该以加密的形式保存在数据库中。一般情况下,大多数系统,这其中包括MySQL本身都是使用哈希算法对敏... 阅读全文
posted @ 2008-06-10 09:42 念时 阅读(929) 评论(2) 推荐(0) 编辑
  2008年6月5日
摘要: vForm表单验证程序 e-mail: * 输入密码: * 密码确认: * 选择: * 输入网址: * 输入日期 * 输入数字 输入任意但长度限制为10个 * 只能输入100个 * ... 阅读全文
posted @ 2008-06-05 11:20 念时 阅读(1616) 评论(0) 推荐(0) 编辑
摘要: //在浏览器状态栏里显示。 阅读全文
posted @ 2008-06-05 10:25 念时 阅读(1696) 评论(1) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 61 下一页

细节决定成败!态度决定一切!