11 2016 档案
摘要:将DataSet对象导出成Excel文档 一、不带格式控制 void btnExport_Click(object sender, EventArgs e) { IList<string> fields = new List<string>(); IList<string> headers = ne
阅读全文
摘要:; (function ($, window, document, undefined) { "use strict"; var defaults = { name: "xiaoxiao", age: 18 }; function ShowPepleInfo($ele,options,callback) { th...
阅读全文
摘要:using Newtonsoft.Json; 一、Hashtable => Json 二、Dictionary => Json 三、字符串 => json对象 四、json对象 => 字符串
阅读全文
摘要:注解:1、居中样式: top:50%; left:50%; margin-left:-80px;/*宽度的一半*/ margin-top:-20px;/*高度的一半*/2、透明样式: filter:alpha(opacity=30); -moz-opacity:0.3; opacity:0.3;/*
阅读全文