摘要:
create once,Deploy EveryWhere;centos6.5 qt5.4.1 gcc 阅读全文
posted @ 2015-03-17 23:02
秦瑞It行程实录
阅读(899)
评论(0)
推荐(0)
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
|
摘要:
create once,Deploy EveryWhere;centos6.5 qt5.4.1 gcc 阅读全文
posted @ 2015-03-17 23:02
秦瑞It行程实录
阅读(899)
评论(0)
推荐(0)
摘要:
preFace:文章包括gnome,vnc-server,qt4安装配置及集成;apt-get update && apt-get upgrade;安装vnc4server,gnome,qt1,apt-get isntall vnc4server;2,apt-get install x-window... 阅读全文
posted @ 2015-03-17 21:32
秦瑞It行程实录
阅读(385)
评论(0)
推荐(0)
摘要:
2,基于vnc-server gnome,Xmanager 运行qtcreator 阅读全文
posted @ 2015-03-17 20:54
秦瑞It行程实录
阅读(655)
评论(0)
推荐(0)
摘要:
1,安装qt开发环境软件包:apt-get install qt4-dev-tools qt4-doc qt4-qtconfig qt4-demos qt4-designer qtcreator;2,qt4环境验证3,fatal error: QApplication: No such file o... 阅读全文
posted @ 2015-03-17 12:08
秦瑞It行程实录
阅读(341)
评论(0)
推荐(0)
摘要:
1,安装登陆管理器 --apt-get install gdm(还可以为kdm/xdm) lightdm,display manager2,ubuntu desktop安装apt-get install ubuntu-desktop 阅读全文
posted @ 2015-03-16 22:18
秦瑞It行程实录
阅读(256)
评论(0)
推荐(0)
摘要:
New 'jenkinsmaster.cc:3 (root)' desktop is jenkinsmaster.cc:3Starting applications specified in /root/.vnc/xstartupLog file is /root/.vnc/jenkinsmaste... 阅读全文
posted @ 2015-03-16 22:12
秦瑞It行程实录
阅读(1253)
评论(0)
推荐(0)
摘要:
1,使用const 指针;const int * pOne; //指向整型常量的指针,指向的值不能修改;int * const pTwo; //指向整型的常量指针,指向的值可以修改,但该指针不能再指向其他变量;const int * const pThree; //指向整型常量的常量指针summar... 阅读全文
posted @ 2015-03-13 16:05
秦瑞It行程实录
阅读(177)
评论(0)
推荐(0)
摘要:
preFace:CI/CD practice part contains the following action items and fields of expertise:Gerrit installation and basic configuration▪ Jenkins installat... 阅读全文
posted @ 2015-03-12 13:39
秦瑞It行程实录
阅读(565)
评论(0)
推荐(0)
摘要:
find * -not -path "docs/*" -regex ".*\.\(rb\)" -type f -print0 | xargs -0 grep -Li License; 阅读全文
posted @ 2015-03-10 18:15
秦瑞It行程实录
阅读(156)
评论(0)
推荐(0)
|