地址 https://github.com/billyhoomm...http://blog.billyhu.com 说明(Instructions) 本项目后台基于express、mongodb,前台基于Vue2.0全家桶、bootstrap、scss预编译器以及一众工具类插件 项目前后台代码在同 ...
分类:
数据库 时间:
2020-06-03 20:12:03
阅读次数:
65
Introduction celery beat is a scheduler; It kicks off tasks at regular intervals, that are then executed by available worker nodes in the cluster. By ...
分类:
其他好文 时间:
2020-06-01 22:16:16
阅读次数:
117
login.html代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,m ...
分类:
数据库 时间:
2020-06-01 16:52:13
阅读次数:
75
利用宝塔可以很快的搭建你需要的环境 安装 :https://www.bt.cn/bbs/thread-19376-1-1.html 上传文件 将你的项目上传到指定的目录 添加网站 因为我是基于express的项目,所以指定到public目录下 安装pm2管理器,方便管理你的Node项目和版本 填写项 ...
分类:
其他好文 时间:
2020-06-01 14:17:40
阅读次数:
62
在公司中,我们大部分都是多人共同开发和长时间维护一个项目,但是有时候我们会发现有很多已经废弃的npm 包存在 package.json 中,我们想要删除,但是又不能盲目的删除?那么 depcheck 它来了。如何使用呢第一步全局安装:npm install depcheck -g第二步项目更目录下执 ...
分类:
其他好文 时间:
2020-06-01 14:10:33
阅读次数:
609
applicationContext-xml.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3. ...
分类:
其他好文 时间:
2020-05-29 13:58:21
阅读次数:
49
慢查询 慢查询阈值及队列长度 redis.cli 127.0.0.1:6379> config get slowlog-log-slower-than 1) "slowlog-log-slower-than" 2) "10000" 127.0.0.1:6379> config get slowlog ...
分类:
其他好文 时间:
2020-05-28 23:14:01
阅读次数:
113
1 package test_21_2; 2 3 import java.util.HashSet; 4 import java.util.Set; 5 import java.util.regex.Matcher; 6 import java.util.regex.Pattern; 7 8 pub ...
分类:
编程语言 时间:
2020-05-26 22:02:08
阅读次数:
80