http://user.qzone.qq.com/810087456/infocenter

ymecho

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2013年4月17日

摘要: 日期变中文: <asp:ScriptManager ID="ScriptManager1" runat="server" EnableScriptGlobalization="true" ableScriptLocalization="true" /> 阅读全文
posted @ 2013-04-17 22:59 ymecho 阅读(108) 评论(0) 推荐(0) 编辑

摘要: /// <summary> /// 产生固定长度随机字符串 /// </summary> /// <param name="length">长度</param> /// <returns>随机串</returns> public static String getRandStringEx(int length) { char[] charList = {'0','1','2','3','4','5',' 阅读全文
posted @ 2013-04-17 22:57 ymecho 阅读(149) 评论(0) 推荐(0) 编辑