上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 29 下一页
摘要: 运行dcpromo命令,打开“Active Directoty域服务安装向导” 阅读全文
posted @ 2017-01-27 09:14 shiningrise 阅读(202) 评论(0) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/s/blog_5101bb000100hutw.html 阅读全文
posted @ 2017-01-17 16:28 shiningrise 阅读(2897) 评论(0) 推荐(0) 编辑
摘要: --> 2.Global.asax里Application_Start方法中添加下面配置 var path = Server.... 阅读全文
posted @ 2017-01-06 21:19 shiningrise 阅读(442) 评论(0) 推荐(0) 编辑
摘要: https://code.msdn.microsoft.com/101-LINQ-Samples-3fb9811b 阅读全文
posted @ 2017-01-02 15:45 shiningrise 阅读(137) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/ef/core/modeling/alternate-keys aspnet core 教程 https://docs.microsoft.com/zh-cn/aspnet/core/ 阅读全文
posted @ 2017-01-02 10:38 shiningrise 阅读(317) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/start-mvc 阅读全文
posted @ 2017-01-01 08:36 shiningrise 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(1002) 评论(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 阅读(1247) 评论(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 阅读(815) 评论(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 阅读(342) 评论(0) 推荐(0) 编辑
摘要: http://www.lai18.com/content/3301708.html 阅读全文
posted @ 2016-12-10 13:15 shiningrise 阅读(212) 评论(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 阅读(1971) 评论(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 阅读(2258) 评论(0) 推荐(0) 编辑
摘要: System.Web.Http.Cors配置跨域访问的两种方式 使用System.Web.Http.Cors配置跨域访问,众多大神已经发布了很多文章,我就不在详细描述了,作为小白我只说一下自己的使用心得。在webapi中使用System.Web.Http.Cors配置跨域信息可以有两种方式。 一种是 阅读全文
posted @ 2016-12-05 18:22 shiningrise 阅读(807) 评论(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 阅读(185) 评论(0) 推荐(0) 编辑
摘要: C# HttpWebRequest获取COOKIES 阅读全文
posted @ 2016-12-02 07:39 shiningrise 阅读(1071) 评论(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 阅读(364) 评论(0) 推荐(0) 编辑
摘要: Swagger 阅读全文
posted @ 2016-11-26 10:09 shiningrise 阅读(151) 评论(0) 推荐(0) 编辑
摘要: https://gogs.io/ 阅读全文
posted @ 2016-11-26 00:29 shiningrise 阅读(152) 评论(0) 推荐(0) 编辑
摘要: https://help.aliyun.com/document_detail/44396.html?spm=5176.doc43595.6.154.88FxL5 阅读全文
posted @ 2016-11-24 14:32 shiningrise 阅读(190) 评论(0) 推荐(0) 编辑
摘要: http://www.zeptojs.cn http://amazeui.org http://alibaba.github.io/weex/doc/ mui http://sui.taobao.org https://webpack.js.org/ https://webpack.js.org/g 阅读全文
posted @ 2016-11-23 22:37 shiningrise 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 菜单:数据--更多筛选---标准筛选 点开“选项”,勾上“无重复值”。 然后还可以把结果复制到其它单元格。 阅读全文
posted @ 2016-11-20 13:35 shiningrise 阅读(3902) 评论(0) 推荐(0) 编辑
摘要: xml如下: 原来的Entity如下: 解决方案需要增加ElementName = "Response",如下: Done! 分类: C# 分类: C# 阅读全文
posted @ 2016-11-19 13:18 shiningrise 阅读(1944) 评论(0) 推荐(0) 编辑
摘要: 我们都知道,孙悟空大闹天宫时威风八面,十万天兵都把他无可奈何。但是他在取经路上,天界一名神仙的司机、一个烧锅炉的童子、一个水池里的宠物下界为妖,就把他整得够呛。 有人说,孙悟空大闹天宫时,十万天兵是替公家打工,所以出工不出力,大大放水;而下界为妖,是自己创业,所以拼了命也要跟孙悟空干仗,因此猴子打不 阅读全文
posted @ 2016-11-17 19:26 shiningrise 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-11-16 21:04 shiningrise 阅读(1508) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 29 下一页
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css