
Linux开发
司拓
结巴码农,语言大师附体中... b站:https://space.bilibili.com/27150117 或 搜索司拓
展开
-
pycharm如何多开, 打开多个程序(进程)(How to start another instance of PyCharm)
pycharm如何多开, 打开多个程序(进程)(How to start another instance of PyCharm)原创 2023-02-20 21:10:56 · 2279 阅读 · 0 评论 -
pycharm报错:Error configuring SDK: Accessing invalid virtual file: 解决办法
pycharm报错:Error configuring SDK: Accessing invalid virtual file原创 2022-12-20 14:37:25 · 2113 阅读 · 1 评论 -
cmake error “The C++ compiler does not support C++11 (e.g. std::unique_ptr)“
The C++ compiler does not support C++11 (e.g. std::unique_ptr)原创 2022-11-13 00:33:53 · 3037 阅读 · 1 评论 -
flake8 错误修复指南
flake8 错误码原创 2022-04-10 23:18:32 · 3163 阅读 · 1 评论 -
grpc在centos6.9下编译
环境准备grpc: 1.43.2gcc: 9.3.0openssl: 1.0.1开始编译grpc默认使用的boringssl不能在centos6上旧版本ld中链接通过,需要使用openssl 1.0以上的库替换操作方式:1.准备编译好的openssl库2.修改根目录下的CMakeLists.txt,增加内容:set(CMAKE_CXX_STANDARD 11)include_directories(<openssl_dir>/include)link_directories原创 2022-02-16 23:14:41 · 1437 阅读 · 1 评论 -
centos6.9编译(compile)pyside2
pyside编译 centos6原创 2021-12-21 22:58:43 · 861 阅读 · 0 评论 -
libreoffice python SDK使用教程(包括插入svg矢量图)
libreoffice python SDK使用教程(包括插入svg矢量图)原创 2021-12-12 17:51:25 · 1973 阅读 · 0 评论