08 2016 档案

摘要:下面主要是后台主页的布局。 html如下: <html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1" runat="server"><meta http-equiv="Content-Type" content="text/html; c 阅读全文
posted @ 2016-08-30 01:29 许轩霖 阅读(1357) 评论(0) 推荐(0)
摘要:登陆界面 先下载jquery-2.1.4 和EasyUI1.4.4 引用相关文件到前台页面中 html如下: js文件内容如下: css样式表内容如下: 这样一个简单的登陆界面就完成了。 可以用这个为模板,进行下一步的与数据库的交互数据验证的开发。 阅读全文
posted @ 2016-08-21 01:42 许轩霖 阅读(1744) 评论(0) 推荐(0)
摘要:$(function () { $("#box").window({ width: 450, height: 200, title: '窗口', collapsible: false, //是否可折叠 minimizable:false, //是否最小化 maxnimizable: true, // 阅读全文
posted @ 2016-08-21 00:53 许轩霖 阅读(125) 评论(0) 推荐(0)
摘要:public static System.DateTime ConvertIntDateTime(double d) { System.DateTime time = System.DateTime.MinValue; System.DateTime startTime = TimeZone.Cur 阅读全文
posted @ 2016-08-17 22:14 许轩霖 阅读(757) 评论(0) 推荐(0)
摘要:#region 读取或写入cookie /// /// 写cookie值 /// /// 名称 /// 值 public static void WriteCookie(string strName, string strValue) { HttpCookie cookie = HttpContex 阅读全文
posted @ 2016-08-17 22:06 许轩霖 阅读(3091) 评论(0) 推荐(0)
摘要:$(function () { $("#box").accordion({ width: 450, height: 200, // fit: true, //自适应全屏 // border:true, //外边框设置 // animate: true, //是否显示动画效果 // multiple: 阅读全文
posted @ 2016-08-17 21:43 许轩霖 阅读(226) 评论(0) 推荐(0)