在网上download qt-opensource-windows-x86-winrt-msvc2013-5.8.0.exe 版本安装完成后,New “Qt Widgets application” project,提示“No valid kits found”。 解决方法:卸载,重新安装qt-op ...
qt-everywhere-opensource-src-4.8.7.tar.gz http://download.qt.io/archive/qt/4.8/4.8.7/qt-everywhere-opensource-src-4.8.7.tar.gz mingw32: i686-4.8.2-rel ...
开发平台芯灵思SinlinxA33开发板淘宝店铺:https://sinlinx.taobao.com/嵌入式linux开发板交流QQ:641395230Step1在虚拟机(CentOS7)上安装QtCreator将qt-creator-opensource-linux-x86_64-3.5.1.run拷贝到虚拟机中,双击安装,全部点下一步即可。Step2QtCreater设置打开QtCreato
分类:
移动开发 时间:
2019-02-18 14:19:57
阅读次数:
329
原因:由于Linux上无法识别NTFS格式的分区的原因 解决方法:安装 ntfs-3g 1、下载:wget https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz 2、解压:tar zxvf ntfs-3g_ntfsprogs-20 ...
分类:
Web程序 时间:
2019-01-29 20:29:22
阅读次数:
227
一、安装ntfs 1.下载 sudo wget https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz 2.解压 sudo tar zxvf ntfs-3g_ntfsprogs-2017.3.23.tgz 3.进入解压后的文件夹 4 ...
分类:
Web程序 时间:
2019-01-22 17:28:18
阅读次数:
181
今天在家里的Linux系统上,试着搭建Eclipse C/C++开发环境,最后终获成功。下面贴上两篇对搭建过程很有帮助的文章 用 Eclipse 平台进行 C/C++ 开发 https://www.ibm.com/developerworks/cn/linux/opensource/os-ecc/ ...
分类:
编程语言 时间:
2019-01-16 00:20:30
阅读次数:
210
老外就是爱搞事情,总有一些方便我们开发的小工具出来,比如gitignore以及开源软件许可协议的 gitingore 生成的 地址 https://www.gitignore.io/ 使用 搜索的地方输入语言即可 效果 开源软件协议 地址 https://choosealicense.com/ 使用 ...
分类:
Web程序 时间:
2019-01-06 00:02:34
阅读次数:
210
安装yum仓库1、创建一个新文件vi /etc/yum.repos.d/wandisco-svn.repo,添加内容 CentOS/RHEL 7:[WandiscoSVN]name=Wandisco SVN Repobaseurl=http://opensource.wandisco.com/cen ...
分类:
其他好文 时间:
2018-12-31 11:21:04
阅读次数:
745
最近在ubuntu 12.04下安装QT的过程中,遇到一个问题。 ./qt-opensource-linux-x64-5.7.0.run出现了bash: ./qt-opensource-linux-x64-5.7.0.run: cannot execute binary file。 我用我自己的解决 ...
分类:
系统相关 时间:
2018-12-25 14:32:02
阅读次数:
376
CI/CD是什么? 原文:https://opensource.com/article/18/8/what-cicd 在谈论软件开发时,经常会提到持续集成Continuous Integration(CI)和持续交付Continuous Delivery(CD)这几个术语。但它们真正的意思是什么呢? ...
分类:
其他好文 时间:
2018-12-24 22:02:33
阅读次数:
214