04 2017 档案
摘要:什么是 Browser Link ? 这个 Browser Link 的功能就是通过一个脚本文件架起流程器和 Visual Studio IDE 之前的一个通信桥梁, 在启用 Browser Link 后, Visual Studio 会给网站注入一个 IHttpModule 模块对象, 然后在每个
阅读全文
摘要:有时候 调试程序的时候 。我们需要防止程序退出。比如调试一个定时服务。 方法1 while(true) {Thread.Sleep(1000)} 方法 2——(推荐) Well when you do that with Thread.Sleep(1000), your processor wast
阅读全文
摘要:负载均衡技术原理浅析 https://help.aliyun.com/knowledge_detail/39444.html?spm=5176.7839438.2.6.XBbX5l 阿里定制版的LVC 开源地址:https://github.com/alibaba/LVS?spm=5176.7739
阅读全文
摘要:powershell执行脚本 执行powershell脚本有两种方式: 1、通过命令行参数启动脚本 C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -version 2.0 -noexit -command ". 'C:\Users
阅读全文