04 2017 档案
jquery easyui DataGrid 数据表格 属性(转)
摘要:扩展自 $.fn.panel.defaults ,用 $.fn.datagrid.defaults 重写了 defaults 。 依赖 panel resizable linkbutton pagination 用法 1. <table id="tt"></table> 1. <table id="
阅读全文
window.location.href的用法(动态输出跳转)(转)
摘要:无论在静态页面还是动态输出页面中window.location.href都是不错的用了跳转的实现方案 javascript中的location.href有很多种用法,主要如下。 self.location.href="/url" 当前页面打开URL页面location.href="/url" 当前页
阅读全文
Jquery EasyUI封装简化操作
摘要://confirm function Confirm(msg, control) { $.messager.confirm('确认', msg, function (r) { if (r) { eval(control.toString().slice(11)); } }); return false; } //l...
阅读全文
C#同步网络时间的方法实例详解
摘要:获取网络时间: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Net; using System.Net.Sock
阅读全文
浙公网安备 33010602011771号