06 2016 档案
摘要:解析出PDF中的文字。用项目名称作Key取对应的值。。 正则匹配 、。。。。:..\n 源码路径:https://share.weiyun.com/31bfcfb61f0147322102bfeba97e7819
阅读全文
摘要:问题描述一般网站发布到远程iis中了。我们就无法调试了。。。 今天查到个可以远程调试iis或winform的方法; 记录下 第一步:copy 本地 C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\Remote Debug
阅读全文
摘要:public bool IsExist(string uri) { HttpWebRequest req = null; HttpWebResponse res = null; try { req = (HttpWebRequest)WebRequ...
阅读全文
摘要:基于bootstrap样式、与jq。 使用方法: myJqHelp.excelDownLoad(url, "myProgress","orders.xls","2003");
阅读全文
摘要:https://cdn.mysql.com/Downloads/MySQLInstaller/mysql-visualstudio-plugin-1.1.1.msi
阅读全文
摘要:看效果: 代码(代码很乱,见谅): js: <script> (function($){ $(window).on("load",function(){ $("#content-1").mCustomScrollbar({ theme: "minimal-dark" }); }); })(jQuer
阅读全文
摘要:二、dfdsdfdsf: 11111三、dfsdfsdfds:Regex reg = new Regex(@"\n.*、.{1,}:\s{1,}");匹配 二、xxxxxxx:X、xxxxxxx: 正则验证是字母还是汉字 字母 /^[a-zA-Z]*$/ 汉字 /^[\u4e00-\u9fa5]*$
阅读全文
摘要:public class GC_ModelBindcs : IModelBinder { public object BindModel(ControllerContext controllerContext, ModelBindingContext bindingContext) { List model = (List)bin...
阅读全文