码迷,mamicode.com
首页 >  
搜索关键字:opensource    ( 490个结果
License开源许可协议
开源许可协议 License是软件的授权许可,表述了你获得代码后拥有的权利,可以对别人的作品进行何种操作,何种操作又是被禁止的。 开源许可证种类 Open Source Initiative http://www.opensource.org/licenses/alphabetical。常见开源协议 ...
分类:其他好文   时间:2018-05-28 01:00:37    阅读次数:214
opencv安装
1、安装Qt5.9.1 Qt官网址:https://download.qt.io/official_releases/qt/ 根据自己的需要选择版本,这里我选择的是qt-opensource-linux-x64-5.9.1.run下载之后通过ctrl+alt+t打开终端,输入下面的代码: sudo ...
分类:其他好文   时间:2018-05-22 22:05:48    阅读次数:162
sysdig
centos 7 安装 https://sysdig.com/opensource/sysdig/install/ 1) Trust the Draios GPG key, configure the yum repository rpm --import https://s3.amazonaws. ...
分类:其他好文   时间:2018-05-17 19:53:18    阅读次数:156
Ubuntu上qt环境的构建
一、安装QT Library: 1,下载qt安装包(压缩包) 2,从Windows上复制到ubuntu下的指定目录,并解压tar xzvf qt-everywhere-opensource-src-4.8.1.tar.gz 3,安装一个编译qt时要用的东西sudo apt-get install g ...
分类:系统相关   时间:2018-05-14 00:57:31    阅读次数:259
Usvn 安装
####1.添加源[wandiscoSVN]name=WandiscoSVNRepobaseurl=http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/$basearch/enabled=1gpgcheck=02.安装yuminstallsubversionhttpdmod_dav_svnphpphp-mysqlphp-gdphp-xmlphp
分类:其他好文   时间:2018-04-26 16:56:22    阅读次数:750
Qt5.3.1 静态编译的configure
今天最终自己静态编译过了QT5.3.1, 成功用在项目上了, 记录下configure指令. configure -confirm-license -opensource -platform win32-msvc2013 -mp -debug-and-release -static -prefix ...
分类:其他好文   时间:2018-04-24 11:02:03    阅读次数:162
如何在 Linux 上安装应用程序
如何在 Linux 上安装应用程序 编译自:https://opensource.com/article/18/1/how-install-apps-linux作者: Seth Kenlon原创:LCTT https://linux.cn/article-9486-1.html译者: MjSeven ...
分类:系统相关   时间:2018-03-29 18:58:59    阅读次数:225
centos6.5 挂载ntfs格式移动硬盘
下载ntfs-3g_ntfsprogs-2014.2.15.tgz然后上传至root目录下或者可以直接wget[root@server~]#wgethttp://tuxera.com/opensource/ntfs-3g_ntfsprogs-2014.2.15.tgz[root@server~]#tar-zxvfntfs-3g_ntfsprogs-2014.2.15.tgz[root@server
分类:移动开发   时间:2018-03-19 17:34:22    阅读次数:207
第17月第28天 python yield
1. https://www.ibm.com/developerworks/cn/opensource/os-cn-python-yield/ ...
分类:编程语言   时间:2018-02-28 16:30:41    阅读次数:196
学习十二
3.7su命令3.8sudo命令3.9限制root远程登录扩展sudo与su比较http://www.apelearn.com/bbs/thread-7467-1-1.htmlsudo配置文件样例www.opensource.apple.com/source/sudo/sudo-16/sudo/sample.sudoerssudo不错的教程http://www.jianshu.com/p/5133
分类:其他好文   时间:2018-02-09 15:03:56    阅读次数:134
490条   上一页 1 ... 7 8 9 10 11 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!