摘要:
https://gitee.com/explore/starred/web-dev-toolkits 阅读全文
摘要:
get_filename_component Get a specific component of a full filename. get_filename_component(<VAR> <FileName> <COMP> [CACHE]) get_filename_component(<VA 阅读全文
摘要:
pkg-config --libs event pkg-config --cflags event ubuntu: apt install pkg-config 阅读全文
摘要:
http://blog.csdn.net/terence1212/article/details/51340595 命令行输入:sudo apt-get install compizconfig-settings-manager DISPLAY=:0 ccsm 找到buntu Unity plugi 阅读全文
摘要:
http://blog.csdn.net/Monica__2012/article/details/75577522 $nvidia-smi 阅读全文
摘要:
当我们用MNIST手写体数字数据库和LeNet CNN 模型训练超参数,运行 examples/mnist/train_lenet.sh是出现Cannot use GPU in CPU-only Caffe: check mode. 这时候需要调整两个配置文件:1.安装文件根目录的Makefile. 阅读全文
摘要:
http://blog.csdn.net/woniuye/article/details/54928477 1. #include "qmessagebox.h" QMessageBox::warning(this, tr("提示信息222"), tr("数据超范围222")); 2.error C 阅读全文
摘要:
http://www.nvidia.com/Download/index.aspx?lang=en-us 阅读全文
摘要:
http://blog.csdn.net/moshuilangting/article/details/53926622 http://blog.csdn.net/enjoyyl/article/details/47397505? https://www.cnblogs.com/go-better/ 阅读全文
摘要:
现象:在Ubuntu登陆界面输入密码之后,黑屏一闪并且出现了check battery state之类的文字之后,又跳转到登录界面。 原因:主目录下的.Xauthority文件拥有者变成了root,从而以用户登陆的时候无法都取.Xauthority文件。 说明:Xauthority,是startx脚 阅读全文