下载网课的ts视频

原本准备用爬虫,开多线程,去下载一个个ts片段,最后用ffmpeg合成完整的ts视频的。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26

與情预测股票

项目地址: https://github.com/zhangsheng377/emotion-predict-stock 已完成项 使用爬虫爬取股民对于股票的评论。(目前是爬取雪球网上人们对于小米公司的评论) 对人们的评论做情感分析,得到评论的情感得分。

使用Hugo和Netlify建立静态博客,并托管在Github上

使用Hugo建立静态博客 sudo apt install hugo hugo new site blog cd blog/ git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke git submodule add https://github.com/olOwOlo/hugo-theme-even themes/even echo ’theme = “ananke”’ » config.toml echo ’theme = “even”’ » config.toml hugo new post/my-first-post.md 注意:直接这样生成的页面头,是带有 draft: true 标记的,