2018年8月28日
摘要: (基础要求:熟悉go语言,熟悉beego框架) 源码获取:https://github.com/dengdengkai/craw_movie 说明;在爬虫分析准备中有项目部署说明 爬虫逻辑介绍: 1.从豆瓣网爬取电影信息 2.存入mysql 3.使用redis来做消息队列 4.详细见下图 阅读全文
posted @ 2018-08-28 14:27 久木 阅读(1312) 评论(0) 推荐(0) 编辑
摘要: // transerpackage main import ( "fmt" "regexp" "strconv" // "strings") func Transer(newstr string) string { return strconv.QuoteToASCII(newstr) }func 阅读全文
posted @ 2018-08-28 14:14 久木 阅读(1813) 评论(2) 推荐(1) 编辑
  2018年7月20日
摘要: 建议切换到root用户操作 (一) 原因:直接yum install docker 会出现问题 1. $ service docker start 出现问题,启动不了 Job for docker.service failed because the control process exited w 阅读全文
posted @ 2018-07-20 11:48 久木 阅读(656) 评论(0) 推荐(0) 编辑