场景:node得部署上线怎么呢?pm2走一波。 安装pm2 npm install g pm2 常用pm2命令 1.pm2 start app.js // 启动app.js应用程序 2.pm2 list // 列表pm2启动的所有的应用程序 3.pm2 show name || id // 显示应用 ...
分类:
其他好文 时间:
2018-10-29 11:18:39
阅读次数:
152
一:脚本需求 利用Python3查询网站权重并自动存储在本地数据库(Mysql数据库)中,同时导出一份网站权重查询结果的EXCEL表格 数据库类型:MySql 数据库表单名称:website_weight 表单内容及表头设置:表头包含有id、main_url(即要查询的网站)、website_wei ...
分类:
Web程序 时间:
2018-10-27 21:19:36
阅读次数:
226
from django.db import models from django.contrib import auth from django.core.exceptions import PermissionDenied from django.contrib.auth.models impor... ...
分类:
其他好文 时间:
2018-10-25 11:12:03
阅读次数:
131
rem ******MySQL backup start********@echo offforfiles /p "D:\website\备份\数据库日常备份" /m backup_*.sql -d -30 /c "cmd /c del /f @path"set "Ymd=%date:~0,4%%d ...
分类:
数据库 时间:
2018-10-23 21:19:51
阅读次数:
826
综合对话类 task3 破题技巧 reading part 信号词及总结 45'读+归纳 20'说完 what policy: announce, plan, decide, is going to, will, is about to, is committed to proposal: thin ...
分类:
其他好文 时间:
2018-10-21 00:50:57
阅读次数:
209
往在web开发的时候,尤其是在网站开发后台管理系统的时候经常会使用到富文本编辑器,这里我们来使用百度提供的富文本编辑器UEditor,以提高我们的开发效率 UEditor官网下载地址:https://ueditor.baidu.com/website/download.html 这里我下载的是jsp ...
分类:
其他好文 时间:
2018-10-18 22:04:08
阅读次数:
243
learn opencv website: https://www.learnopencv.com/ learn opencv github:https://github.com/spmallick/learnopencv ...
分类:
其他好文 时间:
2018-10-17 11:10:28
阅读次数:
115
一、kafka 回顾 1.简介 Kafka 的业务 业务场景: 解除耦合 增加冗余 提高可扩展性 Buffering 异步通信 2.介绍 Kafka 的应用场景 Push Message Website Tracking 日志收集中心 3.实时统计平台搭建注意事项 实时统计平台搭建注意事项: HA特 ...
分类:
其他好文 时间:
2018-10-14 00:35:25
阅读次数:
219
第一种通过www.website.com指向服务器,就可以访问了。 第二种直接通过ip加端口就可以访问了。前提是端口8888要对外开放。 ...
分类:
Web程序 时间:
2018-10-13 16:09:33
阅读次数:
197
[root@Webserver html]# chown root.root ftl/ -R [root@Webserver html]# service nginx restart mysql -uroot -proot create database website; grant all pri... ...
分类:
Web程序 时间:
2018-10-12 01:28:42
阅读次数:
310