12 2016 档案

摘要:http://semantic-ui.com/introduction/getting-started.html 阅读全文
posted @ 2016-12-31 22:51 shiningrise 阅读(124) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/cxd4321/p/3795911.html 阅读全文
posted @ 2016-12-29 18:25 shiningrise 阅读(147) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/bobositlife/p/aspnet-mvc-csharp-quartz-net-timer-task-scheduler.html 在之前的文章《推荐一个简单、轻量、功能非常强大的C#/ASP.NET定时任务执行管理器组件–FluentSchedu 阅读全文
posted @ 2016-12-29 15:22 shiningrise 阅读(1005) 评论(0) 推荐(0) 编辑
摘要:调用Interop.zkemkeeper.dll无法使用 已经注册dll成功但是还是报错 检索 COM 类工厂中 CLSID 为 {00853A19-BD51-419B-9269-2DABE57EB61F} 的组件时失败,原因是出现以下错误: 80040154。 private CZKEMClass mechineRoom = new CZKEMClass();实例一下就报错 ------解决... 阅读全文
posted @ 2016-12-29 14:55 shiningrise 阅读(1267) 评论(0) 推荐(0) 编辑
摘要:https://www.officeweb365.com/ 阅读全文
posted @ 2016-12-27 21:58 shiningrise 阅读(145) 评论(0) 推荐(0) 编辑
摘要:protected override string AfterAddJS() { //TODO 重载这2个函数 可以控制新增和编辑之后执行的JS return AfterSaveJS_ReloadData(); //新增之后刷新当前页面数据 //return AfterSaveJS_Hide(... 阅读全文
posted @ 2016-12-27 21:38 shiningrise 阅读(818) 评论(0) 推荐(0) 编辑
摘要:<div id="demo"> <div class="inner"> <p><a href="#">链接</a></p> <p><input type="checkbox" name="" id="" /></p> </div></div>class 选择器 .inner{ width:100px 阅读全文
posted @ 2016-12-27 16:19 shiningrise 阅读(228) 评论(0) 推荐(0) 编辑
摘要:diskData磁盘数据分析 阅读全文
posted @ 2016-12-25 17:00 shiningrise 阅读(217) 评论(0) 推荐(0) 编辑
摘要:Metronic Bootstrap后台模板 阅读全文
posted @ 2016-12-25 13:16 shiningrise 阅读(115) 评论(0) 推荐(0) 编辑
摘要:"> 阅读全文
posted @ 2016-12-22 13:21 shiningrise 阅读(103) 评论(0) 推荐(0) 编辑
摘要:protected void Page_Load(object sender, EventArgs e) { OperateLoger.FunctionInfo =new FunctionInfo { PageCode= "PageCode",ModuleName= "模块名称",PowerCode= "PowerCode",PowerNa... 阅读全文
posted @ 2016-12-21 17:35 shiningrise 阅读(154) 评论(0) 推荐(0) 编辑
摘要:C#通过WebClient/HttpWebRequest实现http的post/get方法 http://www.cnblogs.com/shadowtale/p/3372735.html 阅读全文
posted @ 2016-12-17 11:55 shiningrise 阅读(123) 评论(0) 推荐(0) 编辑
摘要:常用正则表达式 [拿把小刀,强大自己] http://www.cnblogs.com/wwlhome/p/4933933.html 阅读全文
posted @ 2016-12-11 10:31 shiningrise 阅读(343) 评论(0) 推荐(0) 编辑
摘要:http://www.lai18.com/content/3301708.html 阅读全文
posted @ 2016-12-10 13:15 shiningrise 阅读(213) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/chengmodelong/article/details/46680143 阅读全文
posted @ 2016-12-10 13:08 shiningrise 阅读(130) 评论(0) 推荐(0) 编辑
摘要:private static string GetNameValue(object value) { dynamic obj = value; try { return obj.Name; } catch ... 阅读全文
posted @ 2016-12-08 22:51 shiningrise 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-12-07 17:11 shiningrise 阅读(1973) 评论(0) 推荐(0) 编辑
摘要:1. 如果只是host、端口转换,则cookie不会丢失。例如: location /project { proxy_pass http://127.0.0.1:8080/project; } 通过浏览器访问http://127.0.0.1/project时,浏览器的cookie内有jsession 阅读全文
posted @ 2016-12-06 10:34 shiningrise 阅读(2290) 评论(0) 推荐(0) 编辑
摘要:System.Web.Http.Cors配置跨域访问的两种方式 使用System.Web.Http.Cors配置跨域访问,众多大神已经发布了很多文章,我就不在详细描述了,作为小白我只说一下自己的使用心得。在webapi中使用System.Web.Http.Cors配置跨域信息可以有两种方式。 一种是 阅读全文
posted @ 2016-12-05 18:22 shiningrise 阅读(851) 评论(0) 推荐(0) 编辑
摘要:https://www.codeproject.com/Articles/18490/Reverse-Proxy-in-C-NET-v https://www.codeproject.com/Articles/18490/Reverse-Proxy-in-C-NET-v 阅读全文
posted @ 2016-12-05 09:29 shiningrise 阅读(475) 评论(0) 推荐(0) 编辑
摘要:<appSettings> <add key="DomainProxy" value="http://e3api.lcsyzx.cn/api/" xdt:Locator="Match(key)" xdt:Transform="SetAttributes"/> </appSettings> 阅读全文
posted @ 2016-12-04 22:42 shiningrise 阅读(152) 评论(0) 推荐(0) 编辑
摘要:会导致重复执行--> 阅读全文
posted @ 2016-12-04 22:34 shiningrise 阅读(409) 评论(0) 推荐(0) 编辑
摘要:Entity.Teacher = Regex.Replace(txt, @"\s", ""); 阅读全文
posted @ 2016-12-04 15:31 shiningrise 阅读(107) 评论(0) 推荐(0) 编辑
摘要:当你提交以上信息时,办公逸将发送GET请求到填写的URL,GET请求将携带四个参数, 企业通过传递的参数进行验签,如果确认此次GET请求来自办公逸,那么企业应返回echostr(不能加引号,不能带bom头,不能带换行符),则接入验证生效。 后续推送企业时都会在请求URL中带上以上参数(echostr 阅读全文
posted @ 2016-12-03 15:09 shiningrise 阅读(186) 评论(0) 推荐(0) 编辑
摘要:C# HttpWebRequest获取COOKIES 阅读全文
posted @ 2016-12-02 07:39 shiningrise 阅读(1075) 评论(0) 推荐(0) 编辑
摘要:Request.Form接收不到post数据. https://q.cnblogs.com/q/62635/ Content-Type 有没有设置为 application/x-www-form-urlencoded,如果你是Ajax 提交的 post的数据格式要如下 Account=wxy&Pas 阅读全文
posted @ 2016-12-01 15:30 shiningrise 阅读(368) 评论(0) 推荐(0) 编辑

// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css