PyCharm在下载package时太慢或时常下载失败报Available packages nothing to show。解决方案 打开settrings 找到项目对应的Project,点击右侧的+号 点击Manage Repositories 点击链接按钮,编辑国内源:清华:https://p ...
分类:
其他好文 时间:
2020-05-18 00:58:39
阅读次数:
214
问题一:前台打开空白,后台可以登陆。解决办法:1.登陆后台 http://域名/admin.php。 2.关闭所有的插件。3.更新缓存,即可解决。问题二:前台后台都是空白。解决办法:1.检查空间有没有超出,如果超了联系空间商解决。2.在空间足够的情况下登陆网站的phpmyadmin进入之后点sql, ...
分类:
Web程序 时间:
2020-05-17 22:00:47
阅读次数:
84
1.一个简单的flask项目 hello.py 文件 from flask import Flask app = Flask(__name__) @app.route("/") def index(): return "hello" if __name__ == '__main__': app.ru ...
分类:
移动开发 时间:
2020-05-14 17:28:28
阅读次数:
80
Available CPUs for this target: native - Select the CPU of the current host (currently haswell). amdfam10 athlon athlon-4 athlon-fx athlon-mp athlon-t ...
分类:
其他好文 时间:
2020-05-14 11:34:08
阅读次数:
138
终端进入目标文件夹,然后在终端输入: $ http-server -c-1 (??只输入http-server的话,更新了代码后,页面不会同步更新) Starting up http-server, serving ./ Available on: http://127.0.0.1:8080 htt ...
分类:
Web程序 时间:
2020-05-14 11:26:37
阅读次数:
124
使用pylint实现django项目的代码风格检查 前言 ? 一个项目大多都是由一个团队来完成,如果没有统一的代码规范,那么每个人的代码的风格必定会有很大的差别。且不说会存在多个人同时开发同一模块的情况,即使是分工十分明晰的项目,等到要整合代码的时候也会非常头疼(亲身体会)。大多数情况下,并非程序中 ...
分类:
其他好文 时间:
2020-05-14 02:01:07
阅读次数:
98
#include <iostream> #include <Windows.h> #include <TCHAR.h> int main() { if(IsProcessorFeaturePresent(PF_3DNOW_INSTRUCTIONS_AVAILABLE)) printf("当前CPU支 ...
分类:
其他好文 时间:
2020-05-13 00:34:01
阅读次数:
82
背景 A项目之前一直都是好好的,但是某天下午启动的时候报错,报错见下,报错原因是org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'org.apache.ibat ...
分类:
数据库 时间:
2020-05-12 09:18:26
阅读次数:
100
Apache 让网页路径更简单(ubuntu) 参考链接 https://blog.csdn.net/u011101881/article/details/38367811 https://www.cnblogs.com/Siegel/p/6898266.html 基础知识(可以直接跳过) ubun ...
分类:
Web程序 时间:
2020-05-11 17:10:15
阅读次数:
77
交换空间太小,使用dd的方式扩展2G空间。 ubuntu@ubuntu-42:/usr/local/tomcat$ free -h total used free shared buff/cache available Mem: 7.6G 6.0G 855M 13M 765M 1.3G Swap: ...
分类:
其他好文 时间:
2020-05-09 00:43:48
阅读次数:
63