11 2016 档案

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

点击右上角即可分享
微信分享提示