01 2018 档案

摘要:7zGoPath.bat mac: -xr用于排除不需要备份的路径。 阅读全文
posted @ 2018-01-26 11:09 Bob-wei 阅读(289) 评论(0) 推荐(0)
摘要:在VS2015安装组件时,勾选 “Windows 8.1 和 Windows Phone 8.0/8.1”下面的“工具和 Windows SDK”,将会安装Visual Studio 2013 (v120)Visual Studio 2013 - Window XP (v120_xp)因此不必独立安 阅读全文
posted @ 2018-01-25 10:24 Bob-wei 阅读(1029) 评论(0) 推荐(0)
摘要:https://www.chiark.greenend.org.uk/~sgtatham/putty/ https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html git https://git.tartarus.org/simon/putty.git http://git.tartarus.org/?p=simon/putty... 阅读全文
posted @ 2018-01-23 16:12 Bob-wei 阅读(990) 评论(0) 推荐(0)
摘要:httpserver.go $ go run httpserver.go -p 8080 阅读全文
posted @ 2018-01-19 16:49 Bob-wei 阅读(3612) 评论(0) 推荐(0)
摘要:离线安装扩展 下载1. 用Get CRX扩展到Web Store页,点开一个扩展,右键 Get CRX 可将扩展下载到本机。2. 将下载好的扩展和App(.crx)文件复制到需要离线安装的电脑。 离线安装1. 打开 chrome://extensions2. 将扩展文件(.crx)拖拽到页面里,会提 阅读全文
posted @ 2018-01-19 13:25 Bob-wei 阅读(433) 评论(0) 推荐(0)
摘要:Cross origin requests are only supported for HTTP? 参考:https://www.zhihu.com/question/20948649 批处理: start_chrome_with_tmp_userdata.bat 调用例子1: 调用例子2: Py 阅读全文
posted @ 2018-01-18 16:09 Bob-wei 阅读(516) 评论(0) 推荐(0)
摘要:1 #region Utility 2 3 #if TRACE 4 private const string Traceformat = "\"{0}\",\"{1:yyyy-MM-dd HH:mm:ss.fffffff}\",\"{2}\",\"{3}\",\"{4}\""; 5 #endif 6 7 ... 阅读全文
posted @ 2018-01-16 16:20 Bob-wei 阅读(177) 评论(0) 推荐(0)
摘要:DevOps - Gitlab CE - Jenkins - Nexus Gitlab CE https://hub.docker.com/r/gitlab/gitlab-ce/ https://docs.gitlab.com/omnibus/docker/README.html $ docker pull gitlab/gitlab-ce sudo docker run --detach... 阅读全文
posted @ 2018-01-16 13:25 Bob-wei 阅读(573) 评论(0) 推荐(0)