QT Creator安装:https://blog.csdn.net/arackethis/article/details/42326967 QT SDK安装:https://blog.csdn.net/arackethis/article/details/42837675 如图: 产生原因:源目录里面的一个软连接被破坏了,或者丢失. 可以先查看一下是否有软连接: 解决方法:创建一个软连接 查看: 如果存在软连接可以先删除,再创建:rm -rf default 再次添加qmake如下:…
1.在執行完./configure 和make install 後出現 test -d '/usr/local/nginx/logs'         || mkdir -p '/usr/local/nginx/logs'test -d '/usr/local/nginx/logs' ||         mkdir -p '/usr/local/nginx/logs'test -d '/usr/local/nginx/html'         || cp -R html '/usr/loca…
O S : 14.04.1-Ubuntu 加入fcitx開發團隊的repository: sudo add-apt-repository ppa:fcitx-team/nightly sudo apt-get update 安裝fcitx與嘸蝦米table: sudo apt-get install fcitx fcitx-m17n sudo apt-get install fcitx-table-boshiamy 在英文環境下,fcitx找不到嘸蝦米輸入法的解決方法,ctrl + alt +…
官方包源: http://packages.ubuntu.com/ ubuntu下当前安装的包保存在在:/var/cache/apt/archives ubuntu下当前安装的运用: /usr/share/applications 包查找安装的命令形式,有两种为:apt 和 dpkg,,,一般常用的是apt命令: apt: 命令 作用 apt-cache search package 搜索包 apt-cache show package 获取包的相关信息,如说明.大小.版本等 sudo apt-…
Windows下安裝python包還是比較方便的,直接在FLD網站下載對應的EXE文件就可以安裝,在linux系統下,使用pip,easy egg 管理工具可以減輕安裝負擔. 原文鏈接:http://www.2cto.com/os/201305/213725.html 參       考: linux-python安裝第三方包 Ubuntu下安装pip的方法: Install pip and virtualenv for Ubuntu 10.10 Maverick and newer   $ s…
https://blog.csdn.net/u014775723/article/details/85213793 failed to fetch ppa:https://blog.csdn.net/qq_26093511/article/details/78754574 https://blog.csdn.net/u014775723/article/details/85224447 Python build finished successfully! The necessary bits…
准备工作 Ubuntu系统镜像 win32diskimager U盘(4G以上),对重要文件提前备份 制作 下载系统镜像 进入官网 我们下载的版本是18.04,不是20.04 在页面中,找到BitTorrent一栏,选择Ubuntu 18.04.6 LTS 桌面版(64位) 使用迅雷下载镜像 下载好以后,镜像如下: 下载win32diskimager 点击我这个云分享即可 提取码:9ky8 双击安装,傻瓜式安装,自行操作 制作U盘启动盘 打开安装好的win32diskimager 插入我们事先准…
一 ,redis 安装配置 在 Ubuntu 系统安装 Redis 可以使用以下命令: sudo apt-get update sudo apt-get install redis-server 这样安装好的 redis.conf 在 /etc/redis/redis.conf   启动 Redis 方法1,redis-server 直接启动 如果关闭窗口服务也就停了. 方法2,redis-server /etc/redis/redis.conf 加载指定的配置文件启动, 在配置文件中有 dae…
当用QtCreator 进行代码自动补全时,比如编写ros代码,ROS_INFO时候就会出现闪退,后面按照 http://doc.qt.io/qtcreator/creator-clang-codemodel.html 将code model改成clang就好了…
@ubuntupc:~/Postman/app$ sudo ./Postman ./Postman: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory 需要安裝 libgconf-2-4 @ubuntupc:~$ sudo apt-get install libgconf-2-4 @ubuntupc:~/Postman/a…