爱技术,爱开源,爱linux! 在技术成长道路上,能拉一把就拉一把,不藏着不掖着! 我由衷希望能和有理想敢吃苦的it人一起共同进步,共同成长! 虽然我现在没有大牛的能力,但是我有大牛的心态. 技术领域:shell编程,C编程,嵌入式开发.hadoop大数据,桉树,onenebul
1,ioctl preface--starting point ,format,mount volume,in addition to the above file system -- allows users to store and retrive data; organized in a ...
1,stpcpy(),copy a string returning a pointer to its end char *stpcpy(char *dest,const char *src); 2,
1,C程序参数(编写带参数 的C--argc,argv[]程序),带参数的Main程序 程序功能说明: 把命令行参数中的前一个文件名标识 的文件,复制到后一个文件名标识的文件中,如只有一个则把该文件写到标识输出--显示屏 2,fgets(str--字符串数组,n,文件指针),n表示从文件中...
1,C 输入输出字符串 另一种方法gets/puts 函数 warning: the `gets' function is dangerous and should not be used 2,C 程序中使用system执行OS 命令行,并在system中使用变量(实现linux pa...
1,attempted assighnment to literal if (i == 3) { //codes } else if (4 == 4); 2,引用数组元素相当于对指针加上偏移量的引用 3,program one-stop learnning under the ...
1,
1,QPainter::scale(double,double);第一个参数水培方向缩放 shear剪切 QPainter::rotate()旋转,旋转度数,rotate QPainter::translate()图像平移 2,剪贴板-拖放功能 程序间通信 程序间对象,程序-程序 剪贴...
1,typedef QStack StringStack;创建处理char元素特殊类型栈 typedef QStack IntStack; 容器类Container class 存储类型Stack,STL--standard template library标准模板库 新建class alia...
1,Qt类读取目录 QDir读取目录内容--将读取结果输出到一个QMultiLineEdit对象 QMultiLineEdit *medit; medit = new QMultiLineEdit(this);----显示所查找到的文件 linux下/目录在window平台下编译 ,它会被自...
1,Centos6.4 yum lamp#!/bin/sh
su padmin -C "lsdev -dev hdisk9 -attr| grep unique_id"rksh: lsdev: 0403-006 Execute permission denied.
1,布局管理器 candidates error: no matching function for call to ‘QGridLayout::QGridLayout(MyWidget* const, int, int)’ QGridLayout *grid = new QGridLayout(this,3,2); /opt/Qt5.
1,QSplitter 拆分器作为按钮的父标签,及在两个按钮之间创建拆分器; 2,QSplitter::setOpaqueSize,opqque不透明; 垂直拆分器,QSplitter::setOrientation(Vertical),QSplitter(Vertical,this)...
1,
1,Qt部件Widgets--CheckWidgets,安置其他部件的Widgets,让用户选择数值的部件 选择部件---使用户能够从预定义的条目菜单中做出选择,combination QListBox,QComboBox,列表组合框 QListBox列表框部件一般用于使用户从中选择一个或多个...
查看用户的proifle是哪个,一般是default: sql>SELECT username,PROFILE FROM dba_users; 查看指定概要文件(如default)的密码有效期设置: sql>SELECT * FROM dba_profiles s WHERE s.
Aix扩展文件系统,添加新硬盘 Cfgmgr 重新扫描新硬盘 Lspv Chdev –l hdisk3 –a pv=yes Extendvg rootvg hdisk3 note 上面的报错解决 Smit 放心的使用chfs 更改你的文件系统的大小吧,亲! Eg...
yum -y install telnet-server telnet vim /etc/xinted.d/telnet disable = no vim /etc/pam.d/remote #auth required pam_securetty.
1,使用Qt面向对象类继承创建第一个窗口主部件,使用setMinimumSize(),setMaximumSize()配置主部件窗口是否能够resize; QWidget::setGeometry()窗口大小在屏幕上的显示位置 QWidget::setGeometry()函数设置窗口首次显示...
1,生成数据序 2,创建测试同步目录 --exclude=排除目录,--include=包括目录,--delete=源主机删除,目标主机也删除 lsof -i:8080 端口对应的进程信息; 数据目录镜像备份 remote sync;
1,类的特有功能--相对于C的结构体,使用类内函数; 向类内添加number funcations 使用::说明函数属于哪个类;eg:void car::print*(),使用this访问当前类成员,this指针代表对象,在编写类定义时,你可能还不知道类的创建对象, 2,cat 3,...
1,各种linux 平台GUI开发IDE环境 2,C/C++ 好的编译器 gcc/emcs;
1,C++ OOP中 class与C 面向过程开发中struct非常相似
1,QApplication 头文件不存在 qt4是基于offline 包安装的,而OS系统默认已经安装qt3 /usr/bin/ld: cannot find -lGL yum -y install libGL libGL-devel; 开发环境首先要做的是gnome,vncserver,(for Centos6.
1、升级GCC CentOS6.5内置的GCC版本为4.4,而Qt5.2.1则需要4.8.2的支持(支持C++ 11特性),因此,必须先升级GCC wget http://ftp.tsukuba.
create once,Deploy EveryWhere; centos6.5 qt5.4.1 gcc
preFace:文章包括gnome,vnc-server,qt4安装配置及集成; apt-get update && apt-get upgrade; 安装vnc4server,gnome,qt 1,apt-get isntall vnc4server; 2,apt-get install ...
2,基于vnc-server gnome,Xmanager 运行qtcreator
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 or directory 4,qt 下载 http://qt-project.
1,安装登陆管理器 --apt-get install gdm (还可以为kdm/xdm) lightdm,display manager 2,ubuntu desktop安装 apt-get install ubuntu-desktop
New 'jenkinsmaster.cc:3 (root)' desktop is jenkinsmaster.cc:3 Starting applications specified in /root/.
1,使用const 指针; const int * pOne; //指向整型常量的指针,指向的值不能修改; int * const pTwo; //指向整型的常量指针,指向的值可以修改,但该指针不能再指向其他变量; const int * const pThree; //指向整型常量的常量指针...
preFace: CI/CD practice part contains the following action items and fields of expertise: Gerrit installation and basic configuration▪ Jenkins inst...
find * -not -path "docs/*" -regex ".*\.\(rb\)" -type f -print0 | xargs -0 grep -Li License;
Mirantis Nailgun is the most important service a RESTful application written in Python that contains all the business logic of the system (Multiple W...
1C++函数重载,内联函数(for程序性能优化),函数递归
1,JenKines简单介绍--图解 2,pre-install Jdk+Tomcat(可选择不装用自带的jetty) 为了解决可能出现的 OutOfMemoryError: PermGen space 问题,需要修改一下$TOMCAT_HOME/bin/catalina.
1,新建C++ project 点击Finish
修改远程桌面连接的端口号 来源 http://www.qscn.net/%E7%BD%91%E7%AB%99%E8%BF%90%E8%90%A5/156.html 1 在服务器上启动3389远程控制,也就是选择控制面板的“添加删除程序”的“添加删除WINDOWS组件”,找到“终端服务器”将其安装后重新启动计算机完成远程控制启动工作。
终端”编码设置,默认是 默认语言,选择UTF8设置即可
解压文件 ar -x libstdc++6_4.7.2-5_i386.deb tar -zxvf data.tar.gz
所谓图形界面,就是X Window+GNOME 或者X Window+KDE 在CentOS下,是如下几个软件包组 yum groupinstall -y Desktop "X Window System" 或者 yum groupinstall -y Desktop "KDE Desktop" Ruiy的另外一篇X Window Server请见本连接 如果上面的回答不够详细,建议搜索一下X Window 然后,再探索一下。
http://pan.baidu.com/s/1qWJKF4g
export DISPLAY=127.0.0.1:0.0 xhost +
如果要自学游戏程序开发的话,可以看看下面的,呵呵。 游戏开发资料(PDF书都是中文版的,非英文,很多是本人自己扫描制作,从未网上发布过,所以独家啦): 1、Gamebryo 2.2游戏引擎(盛大、腾讯等公司制作网络游戏常用)+Gamebryo v2.
Overview If you are trying to install Qt and Qwt [qwt.sourceforge.net] (Qt Widgets for Technical Applications) on CentOS, then the following instructions should be of good use.
1,centos linux系统必须预先以安装x Server(KDE or GNOME) 2,wget http://download.qt-project.org/official_releases/qt/5.