会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
智商感人
就是一个码农罢~
新随笔
管理
上一页
1
···
16
17
18
19
20
21
22
23
24
25
下一页
2021年9月2日
chrome复制接口参数
摘要: f12 查看接口参数 右键参数对象会出现Store as global variable 点击Store as global variable后,下方console会出现temp变量,例如 temp1 输入copy(temp1)命令,此时参数会被复制到粘贴板, 直接ctrl + v正常粘贴即可啦!
阅读全文
posted @ 2021-09-02 16:29 智商感人
阅读(319)
评论(0)
推荐(0)
2021年8月7日
nginx 配置多个 ssl 证书
摘要: nginx 配置多个 ssl 证书 在 usr/local/nginx/conf/下,新增ssl 文件夹,专门存放ssl 证书 在server 中,以 443 端口监听,并列写多个server, 针对不同的server_name, 配置对应的ssl证书, 注意:记得针对非https的普通域名也要创建
阅读全文
posted @ 2021-08-07 09:42 智商感人
阅读(3067)
评论(0)
推荐(0)
vue-cli 打包去掉 console.log() 日志
摘要: vue-cli 打包去掉 console.log() 日志 1.安装依赖 npm install babel-plugin-transform-remove-console --save-dev 2.找到babel.config.js文件, 代码如下: const plugins = ["@vue/
阅读全文
posted @ 2021-08-07 09:40 智商感人
阅读(273)
评论(0)
推荐(0)
pm2 操作指南(未完待续)
摘要: 启动任务 # 启动app.js pm2 start app.js 启动任务,并在文件变化时自动重启 pm2 start app.js --watch 启动任务并重命名 pm2 start app.js --name newName 启动任务,在文件变化时自动重启,并重命名 pm2 start app
阅读全文
posted @ 2021-08-07 09:37 智商感人
阅读(121)
评论(0)
推荐(0)
2021年8月5日
centos7 安装 禅道
摘要: linux一键安装包内置了XXD、apache, php, mysql这些应用程序,不需要再单独安装部署。 说在前面 本文使用系统:CentOS 7 一、安装 禅道软件下载地址:http://www.zentao.net/download.html 或者 直接下载: wget https://www
阅读全文
posted @ 2021-08-05 18:08 智商感人
阅读(359)
评论(0)
推荐(0)
上一页
1
···
16
17
18
19
20
21
22
23
24
25
下一页