上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 23 下一页
摘要: 如题,记录如下, 完。 阅读全文
posted @ 2018-09-07 20:13 Anonymous596 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 全局的打开方式, /etc/gnome/defaults.list 个人的打开方式, ~/.local/share/applications/mimeapps.list 当这两个文件不一致时,优先采用个人设置。 完。 阅读全文
posted @ 2018-09-01 08:25 Anonymous596 阅读(1413) 评论(0) 推荐(0) 编辑
摘要: 请注意区别对待: 1.2.1 : 不支持 C++11,比如 std::move 就会 fail。 2.0.1 : 支持 C++11,比如 std::move 就 ok。 完。 阅读全文
posted @ 2018-08-29 14:17 Anonymous596 阅读(170) 评论(0) 推荐(0) 编辑
摘要: (非原创,网络摘抄) 跨平台的C++ GUI工具库很多,可是应用广泛的也就那么几个,Qt、wxWidgets便是其中的翘楚这里把GTK+排除在外,以C实现面向对象,上手相当困难,而且Windows平台下执行相当慢且不稳定。 Qt和wxWidgets各有各的优点,也各有各的缺点,各有各的适合应用点。工 阅读全文
posted @ 2018-08-12 22:16 Anonymous596 阅读(5332) 评论(2) 推荐(0) 编辑
摘要: 注意: 1) 安装之前,最好把 /usr/bin/python 指向 python3,安装完再调回去。以后主要使用 python3. 2) 安装之前,最好先安装 boost. Prerequisites: $ sudo apt-get install python-dev (or python3-d 阅读全文
posted @ 2018-08-09 14:28 Anonymous596 阅读(14844) 评论(0) 推荐(0) 编辑
摘要: For Python2 sudo pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ --upgrade pip For Python3 sudo pip3 install -i https://pypi.tuna.tsinghua.ed 阅读全文
posted @ 2018-08-09 10:34 Anonymous596 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 我一般很少用到。 Talk is cheap, show you the code. Output is, 完。 阅读全文
posted @ 2018-06-25 15:44 Anonymous596 阅读(190) 评论(0) 推荐(0) 编辑
摘要: WxWidgets Compared To Other Toolkits Some general notes: wxWidgets not only works for C++, but also has bindings for python, perl, php, java, lua, lis 阅读全文
posted @ 2018-06-20 16:06 Anonymous596 阅读(789) 评论(0) 推荐(0) 编辑
摘要: SCons Pros: Based on a full-fledged programming language, Python. This means you can make the build system do pretty much anything you can figure out 阅读全文
posted @ 2018-05-12 16:29 Anonymous596 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 问题: 安装编译完 Boost 后,如果不设置 BOOST_ROOT 和 BOOST_BUILD_PATH 则可能导致使用 bjam 时定位到 Boost 默认的路径 /usr/share/boost-build,而如果此目录下已有系统默认的 Boost 相关安装文件,就会导致 Boost 当前版本 阅读全文
posted @ 2018-05-05 12:33 Anonymous596 阅读(3215) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 23 下一页