Commit Graph

16 Commits

Author SHA1 Message Date
陈景阳
515f3b3695 fix 前端报错的问题 2020-01-07 01:32:11 +08:00
marvzhang
ec2a738958 添加docker安装node 2020-01-03 15:45:18 +08:00
marvzhang
7076985898 加入Node.js依赖安装和语言安装 2020-01-03 13:53:06 +08:00
marvzhang
33fbf96efb 优化代码 2020-01-03 11:12:46 +08:00
marvzhang
98cc4646a3 优化依赖安装 2020-01-03 10:54:20 +08:00
marvzhang
53c77eb6e9 加入卸载依赖逻辑 2020-01-02 17:38:39 +08:00
marvzhang
836dc12703 加入RPC机制,完成部分依赖安装逻辑 2020-01-02 15:53:53 +08:00
marvzhang
32b1f31340 加入依赖安装前端 2019-12-31 17:05:15 +08:00
marvzhang
5811242af9 更新依赖安装逻辑 2019-12-31 12:02:47 +08:00
陈景阳
41556cab74 fix 删除爬虫的问题 2019-09-30 12:09:37 +08:00
陈景阳
cdeef4b4a5 重构msg的包 2019-09-10 09:32:48 +08:00
yaziming
e10d8fd996 refactor(backend): Use more efficient bytes to string methods and remove unnecessary type conversions
detail:
    1. add utils.BytesToString function instead of string() convert bytes to string.
    2. use bytes.NewReader instead of strings.NewReader(string(sb)).
    3. use w.Body.Bytes() instead of []byte(w.Body.String()).
2019-09-03 15:17:32 +08:00
yaziming
a9346a0934 backend:
1. Mongo dial add 5 seconds connection timeout.
 2. Redis uses connection pool mode.
 3. Redis pool new connection have 10 seconds write timeout and read timeout and connection timeout.
2019-09-01 17:18:08 +08:00
Marvin Zhang
607ad029dd added user login/signup 2019-07-26 23:02:30 +08:00
Marvin Zhang
1e0449e415 fetch sysinfo from remote 2019-07-22 22:25:29 +08:00
Marvin Zhang
9f5664084a added sysinfo 2019-07-22 13:33:09 +08:00