- 博客(8)
- 资源 (4)
- 收藏
- 关注
原创 pandas pd.DataFrame 中文显示乱码
from pylab import mpl# mpl.rcParams['font.sans-serif'] = ['SimHei']mpl.rcParams['font.sans-serif'] = ['Microsoft YaHei'] # 指定默认字体:解决plot不能显示中文问题mpl.rcParams['axes.unicode_minus'] = False # 解决保存图像是负号'-'显示为方块的问题原始:https://www.cnblogs..
2020-09-04 17:05:07
3605
原创 小米redmiBook + ubuntu18.04+ intel的wirelessAC 9462 No wifi model adaoter
1 、现象:刚装上系统后WiFi可以使用,这个时候,没有注意内核版本,(uname -sr), 使用过程中,升级了固件,wifi 无法使用。lspcilspci00:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)00:02.0 VGA compatible controller: Intel Corporati...
2020-04-09 22:22:42
2979
2
原创 pycharm AttributeError: module 'tensorflow' has no attribute 'constant'
1、现象: 使用anconda 安装TensorFlow, 命令行运行TensorFlow成功2、 pycharm 运行TensorFlow 失败,原因, 新建了一个py文件, 名字叫了tensorflow.py导致了基本的TensorFlow的print(tf.__version__) 都失败, 参考::https://blog.csd...
2019-10-22 20:15:16
1633
1
原创 ffmpeg 实现视频播放
感谢https://www.cnblogs.com/wenjingu/p/3990301.html1、 库sdl2.dll sdlmain2.dllffmpeg-20190722-817235b-win64-devffmpeg-20190722-817235b-win64-shared2、错误 main 未定义入口, 改成int SDL_main(int a...
2019-08-02 16:18:57
693
3
原创 QT 打开其他工程失败,只有pro文件的一种解决办法
1、在新建工程的时候,保存了一个默认路径2、打开的工程没有放在这个路径下面,。将工程挪动到默认路径,可以解决3、试过navida 显卡设置集显那种方式,不行。。重装了也不好使。。感谢blog:https://blog.csdn.net/qq_41673494/article/details/82749604#comments 虽然表达有些模糊...
2019-07-28 10:23:04
8836
2
原创 Unable to resolve dependency for ':app@debug/compileClasspath': Could not find any version that matc
Unable to resolve dependency for ':app@debug/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.+.Open FileShow DetailsUnable to resolve dependency for...
2019-07-07 11:06:40
25018
16
原创 vs_community 安装闪退
1、网上各种水方法之后,无效2、vs_community 安装的时候,会显示日志目录比如:C:\Users\****\AppData\Local\Temp\VSFaultInfo\190413_101600_0921845会发现日志记录Exception:System.IO.DirectoryNotFoundException未能找到路径“C:\Progra...
2019-04-13 10:34:54
3257
1
原创 C++的list原创测试(push_back////remove),代码通过
#include #include #include #include #include //使用list队列添加的头文件using namespace std; struct person{int age;char *name;person(int _age,char *_name):age(_age),name(_name){}bool opera
2016-01-13 16:49:22
550
alljoyn_中文介绍
2016-01-27
Navicat Premium 9.1.10
2015-06-03
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人