油猴爬虫方案 2019-11-29 javascript 方案 背景 目前很多知名的网站都增加一些反爬虫手段,使得编写爬虫时并不那么理想,有些网站很难破解其反爬技术。如利用puppeteer技术操作页面时, Read more...
Hugo常用命令及页面指令 2019-11-28 常用命令 新建草稿 hugo new hello.md hugo new about/index.md hugo new post/first.md 运行Hugo 1 $ hugo server --theme=hyde --buildDrafts 部署 1 $ hugo --theme=hyde --baseUrl="http://coderzh.github.io/" 生成最终页面,静态文件会默认生成到public目录 其它写法: hugo -D #部 Read more...
苦苦寻找ATnotes的替代品(win10桌面便签工具) 2019-11-28 不要说微软自家的sticky notes,就这么几个小小功能的软件,就占内存50M+,不好用,启动慢: 运行内存情况: 个人用过感觉体验很好的便签 Read more...
How to create a Hugo site on github.com 2019-10-17 一、创建仓库 假如你创始了帐号为:tata 创建名为:tata.github.io为名称的仓库 二、安装hugo windows: 1.下载 hugo_0.58.3_Windows-64bit.zip 解压后,将路径添加到p Read more...