Commit Graph

8 Commits

Author SHA1 Message Date
hantmac
8888e71d1b fix 2019-12-24 16:44:54 +08:00
hantmac
e16164f63a 尝试解决节点重复注册问题 2019-12-24 16:11:24 +08:00
陈景阳
1339877b74 关闭日志打印 2019-11-04 19:58:26 +08:00
陈景阳
7a5fd69949 fix 循环依赖的问题 2019-10-28 13:51:12 +08:00
陈景阳
070242c5a2 fix 代码遗漏 2019-10-28 12:36:00 +08:00
yaziming
2f6b517356 refactor(all): refactor code
remove redundant code and some code refactor
2019-10-11 16:01:57 +08:00
陈景阳
d80642aa0c fix 删除爬虫的问题 2019-09-30 12:09:37 +08:00
yaziming
888a3cab79 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