摘要:
error: unterminated #ifndef1,权限问题2,少了#endif 阅读全文
posted @ 2015-04-07 16:35
秦瑞It行程实录
阅读(213)
评论(0)
推荐(0)
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
|
摘要:
error: unterminated #ifndef1,权限问题2,少了#endif 阅读全文
posted @ 2015-04-07 16:35
秦瑞It行程实录
阅读(213)
评论(0)
推荐(0)
摘要:
1,查看指定用户下的进程pidlinux系统文件句柄# End of file* soft nofile 65535* hard nofile 65535oracle soft nproc 2047oracle hard nproc 16384oracle soft nofile 1024oracl... 阅读全文
posted @ 2015-04-02 21:48
秦瑞It行程实录
阅读(269)
评论(0)
推荐(0)
摘要:
1,ioctlpreface--starting point ,format,mount volume,in addition to the abovefile system -- allows users to store and retrive data; organized in a hier... 阅读全文
posted @ 2015-04-01 21:06
秦瑞It行程实录
阅读(255)
评论(0)
推荐(0)
摘要:
1,stpcpy(),copy a string returning a pointer to its endchar *stpcpy(char *dest,const char *src);2, 阅读全文
posted @ 2015-03-31 18:51
秦瑞It行程实录
阅读(208)
评论(0)
推荐(0)
摘要:
1,C程序参数(编写带参数 的C--argc,argv[]程序),带参数的Main程序 程序功能说明: 把命令行参数中的前一个文件名标识 的文件,复制到后一个文件名标识的文件中,如只有一个则把该文件写到标识输出--显示屏 2,fgets(str--字符串数组,n,文件指针),n表示从文件中读出的字符 阅读全文
posted @ 2015-03-30 22:31
秦瑞It行程实录
阅读(293)
评论(0)
推荐(0)
摘要:
1,C 输入输出字符串另一种方法gets/puts 函数warning: the `gets' function is dangerous and should not be used2,C 程序中使用system执行OS 命令行,并在system中使用变量(实现linux passwordLess... 阅读全文
posted @ 2015-03-30 18:43
秦瑞It行程实录
阅读(597)
评论(0)
推荐(0)
摘要:
1,attempted assighnment to literalif (i == 3){ //codes}elseif (4 == 4);2,引用数组元素相当于对指针加上偏移量的引用3,program one-stop learnningunder the terms of,invariant... 阅读全文
posted @ 2015-03-30 16:35
秦瑞It行程实录
阅读(224)
评论(0)
推荐(0)
摘要:
1, 阅读全文
posted @ 2015-03-29 00:13
秦瑞It行程实录
阅读(198)
评论(0)
推荐(0)
摘要:
1,QPainter::scale(double,double);第一个参数水培方向缩放shear剪切QPainter::rotate()旋转,旋转度数,rotateQPainter::translate()图像平移2,剪贴板-拖放功能程序间通信程序间对象,程序-程序剪贴板这一通信功能是利用一块内存... 阅读全文
posted @ 2015-03-28 21:13
秦瑞It行程实录
阅读(248)
评论(0)
推荐(0)
摘要:
1,typedef QStack StringStack;创建处理char元素特殊类型栈typedef QStack IntStack;容器类Container class 存储类型Stack,STL--standard template library标准模板库新建class alias,栈中插入... 阅读全文
posted @ 2015-03-28 19:12
秦瑞It行程实录
阅读(300)
评论(0)
推荐(0)
|