摘要: views.py xxx.html 阅读全文
posted @ 2018-04-25 11:10 twfb 阅读(1089) 评论(0) 推荐(0)
摘要: 可能原因: 1. 写成了 参考链接:https://stackoverflow.com/questions/20905188/flask wtforms validation always false 2. required的没有给值 例如 在``中没有写required的条目 解决方法, 写在fo 阅读全文
posted @ 2018-04-24 18:44 twfb 阅读(519) 评论(0) 推荐(0)
摘要: 操作 我是在写项目中把全部的表都删了, 然后进行新建 报错内容 分析 我们可以从上述内容中知道他是,表不存在,然而他却在forms.py先进行查询, emmmmmmm 解决方法 在forms.py中先将查询部分注释, 执行完 后,再去掉注释 阅读全文
posted @ 2018-04-24 17:12 twfb 阅读(1486) 评论(0) 推荐(0)
摘要: InvalidRequestError: Table is already defined for this MetaData instance. Specify 'extend_existing=True' to redefine options and columns on an existin 阅读全文
posted @ 2018-04-22 15:06 twfb 阅读(1159) 评论(0) 推荐(0)
摘要: give chrome permission to read your contacts 阅读全文
posted @ 2018-04-16 17:06 twfb 阅读(608) 评论(0) 推荐(0)
摘要: 1. 假设你已配置好refind, 配置方法:http://www.cnblogs.com/edhg/p/7749305.html 2. 找到你的rEFind文件夹 3. 在rEFind文件夹中创建名为 的文件夹 4. 下载主题, 可以去github下载, 在这里推荐两个: https://gith 阅读全文
posted @ 2018-04-13 23:59 twfb 阅读(2443) 评论(0) 推荐(0)
摘要: 1. 下载deb包 2. 安装 3. 重启 阅读全文
posted @ 2018-03-29 19:09 twfb 阅读(170) 评论(0) 推荐(0)
摘要: service network restart 可能管用 阅读全文
posted @ 2018-01-21 21:15 twfb 阅读(650) 评论(0) 推荐(0)
摘要: [python3]批量自动下载对应用户 github上的项目 或者 starts 的项目 调用方法: 默认下载到当前目录的 GitHub文件夹中, 默认下载对应用户 github上的项目 例子: 注意: 强烈建议不要中断下载,否则所有已下载的文件都将重新下载 运行时图片: 项目地址: https:/ 阅读全文
posted @ 2018-01-10 15:39 twfb 阅读(1337) 评论(0) 推荐(0)
摘要: 所有Materialize模块都写在test.html文件中,方便查看对应模块并调用 test.html局部图片: 项目地址: https://github.com/dhgdhg/MaterializeSample 阅读全文
posted @ 2018-01-10 15:27 twfb 阅读(346) 评论(0) 推荐(0)