会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
打赏
web前端开发技术
仰望星空,脚踏实地
首页
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
88
下一页
2020年9月4日
koro1FileHeader 注释插件 vscode
摘要: https://github.com/OBKoro1/koro1FileHeader
阅读全文
posted @ 2020-09-04 12:20 孟繁贵
阅读(437)
评论(0)
推荐(0)
2020年8月19日
nginx https协议配置
摘要: 核心配置: server { listen 9998 ssl; server_name localhost; # 证书 ssl_certificate "crt文件"; ssl_certificate_key "key文件"; ssl_session_cache shared:SSL:1m; ssl
阅读全文
posted @ 2020-08-19 15:31 孟繁贵
阅读(182)
评论(0)
推荐(0)
nginx 配置 不显示版本号
摘要: 1、nginx配置文件 http { #不显示版本号 server_tokens off; } 2、效果 配置前 配置后:
阅读全文
posted @ 2020-08-19 11:17 孟繁贵
阅读(3449)
评论(0)
推荐(0)
2020年8月14日
vue 指令 权限
摘要: Vue.directive('role', { inserted: function (el, binding, vnode) { let role = binding.value if(role){ const applist = sessionStorage.getItem("applist")
阅读全文
posted @ 2020-08-14 18:13 孟繁贵
阅读(398)
评论(0)
推荐(0)
2020年8月13日
命令行操作 execa shelljs listr
摘要: 1、execa 进程管理 https://www.npmjs.com/package/execa 支持promise 2、shelljs shell脚本 https://developer.aliyun.com/mirror/npm/package/shelljs 同步操作 3、listr http
阅读全文
posted @ 2020-08-13 16:19 孟繁贵
阅读(1300)
评论(0)
推荐(0)
2020年8月12日
gzip 设置
摘要: 1、nginx配置请参考 https://www.cnblogs.com/mengfangui/p/12165096.html 2、webpack配置 以vuecli脚手架为示例代码: const CompressionPlugin = require('compression-webpack-pl
阅读全文
posted @ 2020-08-12 17:00 孟繁贵
阅读(403)
评论(0)
推荐(1)
webpack externals减小构建物体积
摘要: 1、未使用externals 本项目以vue-cli脚手架为示例。未使用externals时,构建物中chunk-vendor.js体积90k。 其中:vue代码会打包到chunk-vendor.js。 2、使用external (1)vue.config.js修改 其中:键,就是用npm inst
阅读全文
posted @ 2020-08-12 15:03 孟繁贵
阅读(184)
评论(0)
推荐(0)
github 查看start 排名
摘要: 1.官网 https://github.com/search?q=stars:%3E1&s=stars&type=Repositories 2、github中文社区 https://www.githubs.cn/ 3、手动搜索 如:stars:>10000 webpack loader stars:
阅读全文
posted @ 2020-08-12 10:57 孟繁贵
阅读(3046)
评论(0)
推荐(0)
2020年8月11日
跨域避免 option 请求
摘要: 悟空H5专题采用的是前后端分离方案,服务器域名和专题域名不一致,会受到浏览器同源策略影响。 我们发现数据主接口会发起两次,其中第一个请求为预检请求。 一般来说使用 application/json 的 post 请求是必然会带入 OPTION 请求,何为 OPTION 预检: 用于获取目的资源所支持
阅读全文
posted @ 2020-08-11 12:05 孟繁贵
阅读(2326)
评论(0)
推荐(0)
2020年8月2日
Toolkit-常用函数库
摘要: Toolkit是将常用函数实现 详见http://39.106.100.155:1387/
阅读全文
posted @ 2020-08-02 00:18 孟繁贵
阅读(241)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
88
下一页
公告
TOP