打赏
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 88 下一页
摘要: 1、问题 使用阿里云服务器时遇到一个问题,就是只能开一个命令窗口,加入运行node服务,只能起一个服务,不能启多个服务。pm2可以解决这个问题。 2、pm2简介 官网:https://pm2.keymetrics.io/docs/usage/quick-start/ pm2是一个进程管理工具,可以用 阅读全文
posted @ 2019-12-18 22:54 孟繁贵 阅读(1178) 评论(0) 推荐(0)
摘要: 安装流程:https://yarn.bootcss.com/docs/install/#centos-stable 阅读全文
posted @ 2019-12-18 21:07 孟繁贵 阅读(515) 评论(0) 推荐(0)
摘要: 1、文件右键属性 2、安全tab 一路 “应用”和“确定” 阅读全文
posted @ 2019-12-10 18:39 孟繁贵 阅读(1215) 评论(0) 推荐(0)
摘要: 1、创建超级用户 超级用户位于admin集合下。 user是的登陆的用户名,pwd是设置的密码。 2、修改mongodb配置文件 文件默认的路径是:路径:C:\Program Files\MongoDB\Server\4.2\bin\mongod.cfg 4.2是安装的mongodb版本,请按照自己 阅读全文
posted @ 2019-12-10 18:33 孟繁贵 阅读(1057) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zhi-leaf/p/10979629.html 阅读全文
posted @ 2019-12-06 13:05 孟繁贵 阅读(1055) 评论(0) 推荐(0)
摘要: 转载:https://blog.csdn.net/sinat_33010325/article/details/80831170 阅读全文
posted @ 2019-12-06 12:49 孟繁贵 阅读(1290) 评论(0) 推荐(0)
摘要: 1、google商店 搜索“谷歌访问助手” 2、在商店搜索Postman 3、安装Postman 4、访问chrome://apps/ 5、点击postman 更新: postman可以安装app。 https://www.postman.com/downloads/ 阅读全文
posted @ 2019-12-03 17:49 孟繁贵 阅读(1301) 评论(0) 推荐(0)
摘要: (1)下载 官网:http://nginx.org/en/docs/windows.html 下载:http://nginx.org/en/docs/windows.html 点击:nginx/Windows-1.17.6 pgp (2)解压 可以将压缩包解压到c盘 (3)静态文件部署 在c盘下放置 阅读全文
posted @ 2019-11-29 10:43 孟繁贵 阅读(651) 评论(0) 推荐(0)
摘要: 1、图表库 echarts:https://github.com/ecomfe/echarts-for-weixin 2、iview weapp https://weapp.iviewui.com/ 3、vant weapp https://youzan.github.io/vant-weapp/# 阅读全文
posted @ 2019-11-07 10:59 孟繁贵 阅读(792) 评论(0) 推荐(0)
摘要: 1、存在问题 same origin policy(同源策略) 页面中的Javascript只能读取,访问同域的网页。这里需要注意的是,Javascript自身的域定义和它所在的网站没有任何关系,只和该Javascript代码所嵌入的文档的域有关。如以下示例代码: 该HTML文档来源于http:// 阅读全文
posted @ 2019-09-18 16:37 孟繁贵 阅读(6769) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 88 下一页
TOP