摘要: 1、BOOST库学习 http://zh.highscore.de/cpp/boost/ 1、AI学习 https://github.com/d2l-ai/d2l-zh 阅读全文
posted @ 2021-02-24 14:32 前行z 阅读(28) 评论(0) 推荐(0)
摘要: 1、CMAKE 出错退出 message(FATAL_ERROR "error info") 1、CMAKE 文件当前目录 CMAKE_CURRENT_LIST_DIR 阅读全文
posted @ 2020-12-18 18:19 前行z 阅读(102) 评论(0) 推荐(0)
摘要: 1、QT bug库 https://bugreports.qt.io/projects/QTBUG/issues/QTBUG-89050?filter=allopenissues 阅读全文
posted @ 2020-12-02 14:02 前行z 阅读(79) 评论(0) 推荐(0)
摘要: 1、网卡添加ip sudo ip -f inet addr add 192.168.1.197/24 dev eno1 2、删除路由 route del -net 192.168.122.0 netmask 255.255.255.0 destination【网段地址】 mask【子网掩码】 gat 阅读全文
posted @ 2020-09-22 09:57 前行z 阅读(294) 评论(0) 推荐(0)
摘要: 1、ubuntu 中添加编译链接库 1)gcc 中 -L -rpath_link -rpath 选项 -L : “链接”的时候,去找的目录,所有 -lFOO 选项设置的库,都会先从 -L 指定的目录去找,然后是默认的地方。 -rpath_link :指定链接时的搜索路径,运行时依赖 LD_LIBRA 阅读全文
posted @ 2020-09-12 09:34 前行z 阅读(246) 评论(0) 推荐(0)
摘要: 1、遇到安装程序提示需要运行 apt-get -f install时,时要求单独运行 apt-get -f install。而不是加上安装的软件名称。 阅读全文
posted @ 2020-09-01 17:50 前行z 阅读(179) 评论(0) 推荐(0)
摘要: 1、函数头部说明 /** * @brief * @param * @param * @param * @return */ 阅读全文
posted @ 2020-07-06 15:05 前行z 阅读(103) 评论(0) 推荐(0)
摘要: 1、修改image的tag # docker tag IMAGEID(镜像id) REPOSITORY:TAG(仓库:标签) 2、删除image Usage: docker rmi [OPTIONS] IMAGE [IMAGE...] Remove one or more images Option 阅读全文
posted @ 2020-04-11 12:40 前行z 阅读(140) 评论(0) 推荐(0)
摘要: 1、Eclipse 反编译插件 http://www.blogjava.net/cnfree/archive/2012/10/30/390457.html 阅读全文
posted @ 2020-04-01 21:48 前行z 阅读(99) 评论(0) 推荐(0)
摘要: 1、关于VS2008 无法创建64位程序的bug修复 https://blog.csdn.net/weixin_34248849/article/details/93391813 2、修改vscode字体 1)文件 ==> 首选项 ==> 设置 : 搜索 font 2)Editor:FontFami 阅读全文
posted @ 2020-03-11 19:35 前行z 阅读(119) 评论(0) 推荐(0)