docker部分总结技术分享 / 2019-04-01 / 服务器拉取官方镜像 docker pull nginx 根据镜像创建容器 docker run -p 80:80 – […] docker部分总结 Read More »
ubuntu从安装开始技术分享 / 2019-03-31 / 服务器使用的是hyper-v虚拟机,安装ubuntu18.0.4。 – 安装完,xshell无法连上 s ubuntu从安装开始 Read More »
ubuntu修改服务器时区技术分享 / 2019-03-29 / 服务器1、查看当前时区 date -R 2、修改时区 tzselect 查看时区 date -R 修改时区 cp / ubuntu修改服务器时区 Read More »
mongodb-aggregate聚合操作技术分享 / 2019-03-18 / noderedact redaction 修订/校验,意思是对文档内容进行过滤,选择一些过滤或保留的信息。 $$DES mongodb-aggregate聚合操作 Read More »
MONGODB两个报错处理方法技术分享 / 2019-03-14 / 数据库报错: rico@ubuntu:~$ mongo MongoDB shell version: 3.2.17 MONGODB两个报错处理方法 Read More »
nginx配置socket技术分享 / 2019-03-12 / 中间件location /socket.io/ { proxy_pass http://192.168.0.106: nginx配置socket Read More »
Joi验证技术分享 / 2019-03-01 / nodeJoi官网 1、定义 schema 时 Joi.object.keys() 和 Joi.object() 有什 Joi验证 Read More »
eslint 安装及使用技术分享 / 2019-01-24 / node安装 npm install –save-dev eslint npm install –save-dev eslint 安装及使用 Read More »