上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页
摘要: npm install pm2 -g 安装pm2 pm2 list 查看正在运行的进程 pm2 restart <AppName>/<id> 重新启动 pm2 stop <AppName>/<id> 停止进程 pm2 delete <AppName>/<id> 删除进程 pm2 info <AppN 阅读全文
posted @ 2019-09-29 14:28 chenlw101 阅读(1462) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 复制这行代码,到你本地,找个文件夹,开始clone吧 提交项目 一个好习惯,不管这个项目多少人参与,push之前先pull一下,看看有没有merge的代码,有merge解决merge,没有的话直接下面的命令 恢复内容结束 阅读全文
posted @ 2019-09-09 18:16 chenlw101 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 1.启动 2.关闭 3.使用nginx代理服务器做负载均衡 4.更新 阅读全文
posted @ 2019-06-24 10:24 chenlw101 阅读(241) 评论(0) 推荐(0) 编辑
摘要: text-align:justify;text-justly:inter-inter-ideograph 阅读全文
posted @ 2019-05-28 14:16 chenlw101 阅读(324) 评论(0) 推荐(0) 编辑
摘要: //item需要display:inline-block {{item.coursetitle}} .coursetitle{ display: inline-block; fon... 阅读全文
posted @ 2019-05-24 16:12 chenlw101 阅读(431) 评论(0) 推荐(0) 编辑
摘要: 1、修改mysql的my.ini文件: 在 [client] 下面增加 default-character-set=utf8 在 [mysqld] 下面增加: character_set_server=utf8 2、创建数据库: 示例创建数据库代码: 创建数据库php: 创建表user: 插入数据: 阅读全文
posted @ 2019-05-23 14:40 chenlw101 阅读(556) 评论(0) 推荐(0) 编辑
摘要: 原文章地址: vscode: Visual Studio Code 常用快捷键 官方快捷键说明:Key Bindings for Visual Studio Code 主命令框 F1 或 Ctrl+Shift+P: 打开命令面板。在打开的输入框内,可以输入任何命令,例如: 按一下 Backspace 阅读全文
posted @ 2019-05-22 17:31 chenlw101 阅读(342) 评论(0) 推荐(0) 编辑
摘要: var createError = require('http-errors');//404检测错误页 var express = require('express'); var path = require('path'); var cookieParser = require('cookie-parser');//解析cookie var logger = require('morgan')... 阅读全文
posted @ 2019-05-22 17:03 chenlw101 阅读(938) 评论(0) 推荐(0) 编辑
摘要: 全局安装脚手架 创建项目 安装依赖/启动 方便代码修改和重启项目 添加执行代码(监听文件变化) 修改一下 执行命令 阅读全文
posted @ 2019-05-22 16:39 chenlw101 阅读(157) 评论(0) 推荐(0) 编辑
摘要: sql注入解决 xss攻击 加密 阅读全文
posted @ 2019-05-22 14:10 chenlw101 阅读(117) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页