互联网技术记录、学习、分享
安装vetur(vue) 和 prettier 两个插件打开vscode软件,左下角点击设置 》打开设置》唤出快速搜索条界面。设定自动保存文件,搜索框贴入files.autoSave筛出设置项,并把设置项属性选择为onFocuschange。设定编辑器默认代码格式化(美化)的插件为Prettier,同理在搜索设置框贴入editor.defaultFormatter,将配置项选择为Vetur。设定Prettier插件保存时自动格式化代码,搜索设置项贴入editor.formatOnSave,将搜索到的项目打钩即可
使用ma实现func BuildCondition(where map[string]interface{}) (whereSql string, values []interface{}, err error) { for key, value := range where { conditionKey := strings.Split(key, " ") if len(conditionKey) > 2 { return "", nil, fmt.Errorf("" + "map构建的条件格式不对,类似于'age >'") } if whereSql != "" { whereSql += " AND " } switch len(condit
1.注意事项a、服务器web服务必须是nginx,php必须以php-fpm启动。b、服务器同时安装了php5.6和php7.1。2.开始配置修改nginx配置文件宝塔站点管理点击你想配置的站点,选择配置文件,我们先将33行左右的include enable-php-xx.conf前加#注释掉然后加入如下代码location ~ 1.php(/|$){ fastcgi_pass unix:/tmp/php-cgi-71.sock; fastcgi_index index.php; include fastcgi.conf; include pathinfo.conf; if ($request_uri ~* "ndot_blindbox"){ fastcgi_pass unix:/tmp/php-cgi-72.sock; } }/ ↩
登录阿里云控制台/对象存储/Bucket列表/xxx/权限控制/跨域设置/创建规则。设置如下:来源:* 允许 Methods:GET|POST 允许 Headers:access-control-allow-origin:* access-control-allow-credentials:true 暴露 Headers:空白不写 缓存时间(秒):600 返回 Vary: Origin:勾选
柚子生活
一个很懒的人