摘要: 查找域名对应的ip地址,并修改hosts文件 hosts地址:C:\Windows\System32\drivers\etc 之前从ip查询网站查到的地址填上hosts依然是没有用,自己用命令查出来的和它也不一样,还是用以下命令查出来的管用 nslookup github.global.ssl.fa 阅读全文
posted @ 2020-02-01 10:44 志远丶 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 解决方法: 1. 以管理员身份运行vscode;2. 执行:get-ExecutionPolicy,显示Restricted,表示状态是禁止的;3. 执行:set-ExecutionPolicy RemoteSigned; 阅读全文
posted @ 2020-02-01 09:25 志远丶 阅读(1352) 评论(0) 推荐(0) 编辑
摘要: git clone时报错 RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054,有文件太大导致的。 解决方法 :git config --global http.postBuffer 524288000 阅读全文
posted @ 2020-01-31 20:26 志远丶 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 找了好久找到的,git地址: https://github.com/Hi-Joe/TiledWatermark 不需要下载插件,可以完美平铺,示例代码: <?php require_once './TiledWatermark.class.php'; $test = TiledWatermark:: 阅读全文
posted @ 2019-12-24 17:00 志远丶 阅读(425) 评论(0) 推荐(0) 编辑
摘要: 项目地址:https://github.com/Rahim-Chan/taro-listview 阅读全文
posted @ 2019-12-16 11:27 志远丶 阅读(4398) 评论(0) 推荐(0) 编辑
摘要: { "jsxSingleQuote": true, "semi": false, "singleQuote": true, "tabWidth": 4, "useTabs": true, "proseWrap": "always", "printWidth": 150 } 阅读全文
posted @ 2019-12-16 11:22 志远丶 阅读(2470) 评论(0) 推荐(0) 编辑
摘要: # http://editorconfig.org root = true [*] indent_style = 'tab' indent_size = 4 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = 阅读全文
posted @ 2019-12-16 11:21 志远丶 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 上图: setting.json 1 { 2 "git.enableSmartCommit": true, 3 "git.confirmSync": false, 4 "git.autofetch": true, 5 "editor.tabCompletion": "on", 6 "workbenc 阅读全文
posted @ 2019-12-16 11:19 志远丶 阅读(353) 评论(0) 推荐(0) 编辑
摘要: fastcgi_connect_timeout 3600; fastcgi_read_timeout 3600; fastcgi_send_timeout 3600; fastcgi_connect_timeout 3600; fastcgi_read_timeout 3600; fastcgi_s 阅读全文
posted @ 2019-07-22 14:02 志远丶 阅读(182) 评论(0) 推荐(0) 编辑
摘要: vhosts.conf中添加 一个网站完整配置 阅读全文
posted @ 2019-07-19 15:21 志远丶 阅读(517) 评论(0) 推荐(0) 编辑