摘要:
1. clrscr(void) 清屏 clear screen;gotoxy(x,y); 移动光标至指定位置;2.定义活动文本模式窗口函数windowvoid window(int left,int top,int right,int bottom);//参数顺时针依次传入textcolor(int... 阅读全文
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
摘要:
1. clrscr(void) 清屏 clear screen;gotoxy(x,y); 移动光标至指定位置;2.定义活动文本模式窗口函数windowvoid window(int left,int top,int right,int bottom);//参数顺时针依次传入textcolor(int... 阅读全文
摘要:
-f--dbpath (数据库文件目录路径默认是/data/db)--logpath--fork daemonunix系统中断信号;ps aux|grep mongodkill -9 PID 不建议用此(unix系统中断信号来杀死mongod进程),可能会造成数据损坏;建议用kill -2/-15 ... 阅读全文
|