08 2010 档案

摘要:键盘按键和键盘对应代码表:A <--------> 65 B <--------> 66 C <--------> 67 D <--------> 68 E <--------> 69 F <--------> 70 G <--------> 71 H <--------> 72 I <-----... 阅读全文
posted @ 2010-08-18 17:06 itecho 阅读(849) 评论(0) 推荐(0)
摘要:日期时间脚本库方法列表Date.prototype.isLeapYear判断闰年Date.prototype.Format日期格式化Date.prototype.DateAdd日期计算Date.prototype.DateDiff比较日期差Date.prototype.toString日期转字符串Date.prototype.toArray日期分割为数组Date.prototype.DatePar... 阅读全文
posted @ 2010-08-17 17:10 itecho 阅读(473) 评论(1) 推荐(1)
摘要:public DateTime GetTime(string timeStamp) { DateTime dtStart = TimeZone.CurrentTimeZone.ToLocalTime(new DateTime(1970, 1, 1)); long lTime = long.Parse(timeStamp + "0000000"); TimeSpan toNow = new ... 阅读全文
posted @ 2010-08-17 12:03 itecho 阅读(763) 评论(0) 推荐(1)
摘要:验证码可以有效地防止黑客对网页的攻击,现在公布一个我常用的验证码的源代码, 使用方法:   1、在Web项目中添加一个类,如“CreateImage.cs”,然后将我公布的源代码Copy进去;   2、再新建一个Web窗体,如“Image.aspx”,在Page_Load中加入代码 “CreateImage.DrawImage ();&#... 阅读全文
posted @ 2010-08-16 16:20 itecho 阅读(393) 评论(2) 推荐(1)

点击右上角即可分享
微信分享提示