摘要:
rows 行 | | | | | | | |列 |||横行纵列; 阅读全文
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
摘要:
rows 行 | | | | | | | |列 |||横行纵列; 阅读全文
摘要:
1,网卡流量监控RateOfFlow.sh#!/bin/bash#while true;dotime=`date +%m"-"%d"-"%k":"%M`day=`date +%m"-"%d`rx_before=`ifconfig eth0|sed -n "7"p|awk '{print $2}'|c... 阅读全文
摘要:
error: unterminated #ifndef1,权限问题2,少了#endif 阅读全文
摘要:
1,查看指定用户下的进程pidlinux系统文件句柄# End of file* soft nofile 65535* hard nofile 65535oracle soft nproc 2047oracle hard nproc 16384oracle soft nofile 1024oracl... 阅读全文
摘要:
1,ioctlpreface--starting point ,format,mount volume,in addition to the abovefile system -- allows users to store and retrive data; organized in a hier... 阅读全文
摘要:
1,stpcpy(),copy a string returning a pointer to its endchar *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 used2,C 程序中使用system执行OS 命令行,并在system中使用变量(实现linux passwordLess... 阅读全文
摘要:
1,attempted assighnment to literalif (i == 3){ //codes}elseif (4 == 4);2,引用数组元素相当于对指针加上偏移量的引用3,program one-stop learnningunder the terms of,invariant... 阅读全文
摘要:
1, 阅读全文
|