会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
XLZYT丶W
博客园
首页
新随笔
联系
订阅
管理
2020年2月1日
vscode因为在此系统上禁止运行脚本
摘要: 解决方法: 1. 以管理员身份运行vscode;2. 执行:get-ExecutionPolicy,显示Restricted,表示状态是禁止的;3. 执行:set-ExecutionPolicy RemoteSigned;
阅读全文
posted @ 2020-02-01 09:25 志远丶
阅读(1390)
评论(0)
推荐(0)
2020年1月31日
git clone时报错
摘要: 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 志远丶
阅读(208)
评论(0)
推荐(0)
2019年12月24日
PHP水平铺设文字或图片水印
摘要: 找了好久找到的,git地址: https://github.com/Hi-Joe/TiledWatermark 不需要下载插件,可以完美平铺,示例代码: <?php require_once './TiledWatermark.class.php'; $test = TiledWatermark::
阅读全文
posted @ 2019-12-24 17:00 志远丶
阅读(467)
评论(0)
推荐(0)
2019年12月16日
taro适用于多端的上滑加载下拉刷新-taro-listview
摘要: 项目地址:https://github.com/Rahim-Chan/taro-listview
阅读全文
posted @ 2019-12-16 11:27 志远丶
阅读(4517)
评论(0)
推荐(0)
关于vscode扩展Prettier - Code formatter的配置(项目根目录)
摘要: { "jsxSingleQuote": true, "semi": false, "singleQuote": true, "tabWidth": 4, "useTabs": true, "proseWrap": "always", "printWidth": 150 }
阅读全文
posted @ 2019-12-16 11:22 志远丶
阅读(2494)
评论(0)
推荐(0)
.editorconfig配置,项目根目录
摘要: # 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 志远丶
阅读(220)
评论(0)
推荐(0)
记录自己的vscode配置
摘要: 上图: 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 志远丶
阅读(393)
评论(0)
推荐(0)
2019年7月22日
nginx 超时时间
摘要: 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 志远丶
阅读(199)
评论(0)
推荐(0)
2019年7月19日
nginx 下 yii 隐藏 index.php
摘要: vhosts.conf中添加 一个网站完整配置
阅读全文
posted @ 2019-07-19 15:21 志远丶
阅读(531)
评论(0)
推荐(0)
2019年7月17日
yii Auth 自定义
摘要: 在yii 开发中一个项目内实现多个不同的user Auth 认证 首先把不需要此认证的模块控制器过滤掉 新建一个认证 ; 重写authenticate; 重新定义identityClass 在需要的模块或者模型中重新写入 behaviors;
阅读全文
posted @ 2019-07-17 11:18 志远丶
阅读(279)
评论(0)
推荐(0)
下一页
公告