上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 40 下一页
摘要: 链接:http://www.ruanyifeng.com/blog/2016/04/cors.html 阅读全文
posted @ 2018-01-18 14:08 b̶i̶n̶g̶.̶ 阅读(142) 评论(0) 推荐(0)
摘要: //每月第一天 var beginTime=DateTime.Now.AddDays(1 - DateTime.Now.Day); //每月最后一天 var endTime=DateTime.Now.AddDays(1 - DateTime.Now.Day).AddMonths(1).AddDays(-1); 阅读全文
posted @ 2017-08-17 11:05 b̶i̶n̶g̶.̶ 阅读(392) 评论(0) 推荐(0)
摘要: 一、摘要 1.80端口上只要没有网站使用 hosts=* 这样的配置,jexus会自动将域名跳转到 https 上。也就是说,你把网站默认配置文件default中的hosts=*改成具体的其它的域名,就会有https自动跳转功能。 2.如果多个https站点都要支持http to https,只需写 阅读全文
posted @ 2017-07-26 11:21 b̶i̶n̶g̶.̶ 阅读(939) 评论(0) 推荐(0)
摘要: 参考 http://www.cnblogs.com/yaozhenfa/p/asp_net_mvc_route_2.html 说明 1."解决与物理路径的冲突"这段教程这里如果不起作用的话,说明你的web.config缺少 阅读全文
posted @ 2017-07-17 13:46 b̶i̶n̶g̶.̶ 阅读(139) 评论(0) 推荐(0)
摘要: 1.统计IP访问次数 阅读全文
posted @ 2017-07-07 16:48 b̶i̶n̶g̶.̶ 阅读(575) 评论(0) 推荐(0)
摘要: 参考:http://blog.csdn.net/chenxiabinffff/article/details/51374635 阅读全文
posted @ 2017-07-07 13:42 b̶i̶n̶g̶.̶ 阅读(536) 评论(0) 推荐(0)
摘要: 一、准备工作 1.init.sh 文件 2.Dockerfile 二、使用说明 阅读全文
posted @ 2017-07-05 09:58 b̶i̶n̶g̶.̶ 阅读(460) 评论(0) 推荐(0)
摘要: 参考:http://www.tuicool.com/articles/mq2qm26 阅读全文
posted @ 2017-06-30 14:01 b̶i̶n̶g̶.̶ 阅读(295) 评论(0) 推荐(0)
摘要: vi打开配置文件,加一行 OwinMain=xxx.dll 阅读全文
posted @ 2017-06-26 14:01 b̶i̶n̶g̶.̶ 阅读(378) 评论(0) 推荐(0)
摘要: 参考:http://www.cnblogs.com/wolegequ/archive/2012/06/03/2532605.html 阅读全文
posted @ 2017-06-20 16:02 b̶i̶n̶g̶.̶ 阅读(359) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 40 下一页