人本善良

导航

上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 34 下一页

2016年12月12日 #

checkbox check all or ancheck all

摘要: <script type="text/javascript" src="js/jQuery.1.8.3.min.js"></script> <script type="text/javascript"> $(function(){ $("#cbAll").click(function(){ $("i 阅读全文

posted @ 2016-12-12 15:55 简简单单2018 阅读(147) 评论(0) 推荐(0)

2016年12月7日 #

AnyImgUpload

摘要: @{ ViewBag.Title = "ImgForAny"; Layout = null; } ImgForAny @**@ --> --> public ActionResult SavePictureForAny() { HttpFileColl... 阅读全文

posted @ 2016-12-07 14:49 简简单单2018 阅读(336) 评论(0) 推荐(0)

2016年11月29日 #

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 阅读(1362) 评论(0) 推荐(0)

2016年11月23日 #

EasyuI comboxTree 使用笔记

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

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

2016年11月17日 #

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 阅读(195) 评论(0) 推荐(0)

2016年11月10日 #

js 实现图片实时预览

摘要: 上传图片: 阅读全文

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

2016年11月9日 #

EF jsonignore

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

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

2016年10月31日 #

IIS性能提升

摘要: 1. 调整IIS 7应用程序池队列长度 由原来的默认1000改为65535。 IIS Manager > ApplicationPools > Advanced Settings Queue Length : 65535 2. 调整IIS 7的appConcurrentRequestLimit设置 阅读全文

posted @ 2016-10-31 16:43 简简单单2018 阅读(443) 评论(0) 推荐(0)

2016年10月24日 #

c# 正则表达式用法

摘要: C#正则表达式Regex类的用法 更多2014/2/18 来源:C#学习浏览量:41529 学习标签: 正则表达式 Regex 学习标签: 正则表达式 Regex 本文导读:正则表达式的本质是使用一系列特殊字符模式,来表示某一类字符串,正则表达式无疑是处理文本最有力的工具,而.NET提供的Regex 阅读全文

posted @ 2016-10-24 15:23 简简单单2018 阅读(242) 评论(0) 推荐(0)

2016年9月30日 #

jqueyr eq get用法

摘要: 相信大部份人都会把这2个的用法搞错。仔细查看下API文档就可以知道。eq返回的是一个jquery对象,get返回的是一个html 对象数组。举个例子: 使用eq来获得第一个p标签的color值: 使用get来获得第一个p标签的color值: 当然,你也可以get(num)后把对象转为jq的对象再进行 阅读全文

posted @ 2016-09-30 16:16 简简单单2018 阅读(167) 评论(0) 推荐(0)

上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 34 下一页