人本善良

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

11 2016 档案

javascript export excel
摘要:var tableToExcel = (function() { var uri = 'data:application/vnd.ms-excel;base64,' , template = '{worksheet}{table}' , base64 = function(s) { return window.btoa(unescape(encodeURIComponent(s))) } , f... 阅读全文

posted @ 2016-11-29 17:15 简简单单2018 阅读(1331) 评论(0) 推荐(0) 编辑

EasyuI comboxTree 使用笔记
摘要:继承至 $.fn.combo.defaults 和$.fn.tree.defaults.覆盖默认值$.fn.combotree.defaults. combotree结合选择控制和下拉树,类似于combobox只是替换了列表为tree控件,combotree 支持树复选框,可以方便的实现多选 相关依 阅读全文

posted @ 2016-11-23 10:59 简简单单2018 阅读(2864) 评论(0) 推荐(0) 编辑

asp.net mvc ajax FileUpload
摘要://后台代码 [HttpPost] public ActionResult CreateCategory(HttpPostedFileBase file) { string url = Upload(file); if(url== "empty") { r... 阅读全文

posted @ 2016-11-17 10:52 简简单单2018 阅读(192) 评论(0) 推荐(0) 编辑

js 实现图片实时预览
摘要:上传图片: 阅读全文

posted @ 2016-11-10 19:01 简简单单2018 阅读(323) 评论(0) 推荐(0) 编辑

EF jsonignore
摘要:页面单独指定不循环引用 阅读全文

posted @ 2016-11-09 20:01 简简单单2018 阅读(420) 评论(0) 推荐(0) 编辑

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