在windows环境下运行compass文件出现的错误提示解决方案 例如:经常在项目中运行grunt命令编译scss文件的时候,会出现下面的错误提示 (Encoding::CompatibilityError on line ["87"] of c: incompatible character encodings: GBK and UTF-8) 解决方法:1.项目中可能包含了中文路径,把中文路径改为英文路径 2.在scss文件中可能用了中文注释,把
LICEcap https://licecap.en.softonic.com/ Create animated GIFs from your desktop LICEcap is an original tool for creating animated GIFs by recording your desktop or a window you have open. To enlarge or reduce the main LICEcap window and the size of t
抓取知乎今日最热和本月最热的前三个问题及每个问题的首个回答,保存至html文件,该html文件的文件名应该是20160228_zhihu_today_hot.html,也就是日期+zhihu_today_hot.html 代码如下: from selenium import webdriver from time import sleep import time class ZhiHu(): def __init__(self): self.dr = webdriver.Chrome() sel