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
阅读全文
摘要:登陆界面 先下载jquery-2.1.4 和EasyUI1.4.4 引用相关文件到前台页面中 html如下: js文件内容如下: css样式表内容如下: 这样一个简单的登陆界面就完成了。 可以用这个为模板,进行下一步的与数据库的交互数据验证的开发。
阅读全文
摘要:$(function () { $("#box").window({ width: 450, height: 200, title: '窗口', collapsible: false, //是否可折叠 minimizable:false, //是否最小化 maxnimizable: true, //
阅读全文
摘要:public static System.DateTime ConvertIntDateTime(double d) { System.DateTime time = System.DateTime.MinValue; System.DateTime startTime = TimeZone.Cur
阅读全文
摘要:#region 读取或写入cookie /// /// 写cookie值 /// /// 名称 /// 值 public static void WriteCookie(string strName, string strValue) { HttpCookie cookie = HttpContex
阅读全文
摘要:$(function () { $("#box").accordion({ width: 450, height: 200, // fit: true, //自适应全屏 // border:true, //外边框设置 // animate: true, //是否显示动画效果 // multiple:
阅读全文

浙公网安备 33010602011771号