摘要: public static System.DateTime ConvertIntDateTime(double d) { System.DateTime time = System.DateTime.MinValue; System.DateTime startTime = TimeZone.Cur 阅读全文
posted @ 2016-08-17 22:14 许轩霖 阅读(744) 评论(0) 推荐(0) 编辑
摘要: #region 读取或写入cookie /// /// 写cookie值 /// /// 名称 /// 值 public static void WriteCookie(string strName, string strValue) { HttpCookie cookie = HttpContex 阅读全文
posted @ 2016-08-17 22:06 许轩霖 阅读(3072) 评论(0) 推荐(0) 编辑
摘要: $(function () { $("#box").accordion({ width: 450, height: 200, // fit: true, //自适应全屏 // border:true, //外边框设置 // animate: true, //是否显示动画效果 // multiple: 阅读全文
posted @ 2016-08-17 21:43 许轩霖 阅读(218) 评论(0) 推荐(0) 编辑