摘要:
http://go.microsoft.com/fwlink/?LinkId=691126&fixForIE=.exe. 阅读全文
摘要:
当浏览器要求您接受来自网站的证书时,会出现此错误。您可以设置为默认忽略这些错误,以避免这些错误。 对于Chrome,您需要添加--ignore-certificate-errors和 --ignore-ssl-errors ChromeOptions()参数: 对于Firefox,您需要将accep 阅读全文
摘要:
ImportError: No localization support for language ‘eng’ in python 遇到這一個問題,是因為有缺少檔案,我是因為使用 pyinstaller 去包裝執行檔,所以需要手動加入這一個設定值進 .spec 檔案裡: 阅读全文
摘要:
步骤3 – 配置远程访问MySQL修改 mysql 的配置文件,运行如下命令 sudo vi /etc/mysql/mysql.conf.d/mysqld.cnf +43注意:其他 Linux系统 可能在 /etc/mysql/my.cnf 找到 “bind-address = 127.0.0.1” 阅读全文
摘要:
self.driver = Chrome(CHROME_DRIVER) #初始化对象self.driver.set_window_size(1280, 1024) #设置窗口大小 self.driver.execute_script( 'localStorage.setItem("pre_appad 阅读全文
摘要:
@abstractmethod 还能注解静态方法、类方法和 properties 。你只需保证这个注解紧靠在函数定义前即可: class A(metaclass=ABCMeta): @property @abstractmethod def name(self): pass @name.setter 阅读全文
摘要:
使用多个界定符分割字符串 阅读全文
摘要:
文档地址: https://django-imagekit.readthedocs.io/en/latest/ 基本用法 阅读全文
摘要:
Normalize.css 一种现代的,HTML5就绪的CSS替代方案 http://necolas.github.io/normalize.css/ 阅读全文
摘要:
git下载地址:https://github.com/CodeSeven/toastr <link href="toastr.css" rel="stylesheet"/> <script src="toastr.js"></script> 引入 示例: 阅读全文