01 2015 档案

摘要:Jquery实现页面定时跳转5秒后将跳转到百度首页! 阅读全文
posted @ 2015-01-27 16:12 秋风野马 阅读(533) 评论(0) 推荐(0)
摘要:C#中的Dictionary字典类介绍关键字:C#Dictionary字典作者:txw1958原文:http://www.cnblogs.com/txw1958/archive/2012/11/07/csharp-dictionary.html说明 必须包含名空间System.Collection.... 阅读全文
posted @ 2015-01-26 14:36 秋风野马 阅读(6829) 评论(0) 推荐(0)
摘要:int i = -1;bool b = int.TryParse(null, out i);执行完毕后,b等于false,i等于0,而不是等于-1,切记。int i = -1;bool b = int.TryParse("123", out i);执行完毕后,b等于true,i等于123;1、(in... 阅读全文
posted @ 2015-01-26 13:09 秋风野马 阅读(173) 评论(0) 推荐(0)
摘要:var jschars = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 阅读全文
posted @ 2015-01-20 13:22 秋风野马 阅读(748) 评论(0) 推荐(0)
摘要:" CausesValidation="False">首页 " CausesValidation="False">上一页 " CausesValidation="False">下一页 " CausesValidation="False">末页 ... 阅读全文
posted @ 2015-01-17 10:09 秋风野马 阅读(462) 评论(0) 推荐(0)