自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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_中文介绍

AllJoyn是一个合作的开源软件框架,程序员可以很方便的编写出搜索附近设备的应用应用程序,并且无论对方的品牌、类别、系统都可以在不需要云环境的情况下连接。AllJoyn框架是非常灵活,能使物联网实现愿景。

2016-01-27

Navicat Premium 9.1.10

Navicat Premium 9.1.10是一款非常不错的数据库管理工具,支持多种类型的数据库,如MySQL、SQLite、SQL Server、PostgreSQL等数据库。可以新建或者打开、查询表、视图、函数、事件、查询以及报表等。支持数据的传输同步,结构同步等等,也可以监控数据库。 注册码:Navicat_premium_key.txt

2015-06-03

ffmpeg-snapshot.tar.bz2

ffmpep 图形处理,

2019-08-25

2012-2013中国可穿戴设备市场研究报告

2012-2013中国可穿戴设备市场研究报告

2013-11-06

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除