上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 29 下一页
摘要: 项目需要,故学习QT之前对此毫无了解,就当入学上课,看下自己的自学如何1. 安装选择傻瓜安装下载http://mirrors.neusoft.edu.cn/qt/official_releases/online_installers/qt-opensource-linux-x64-1.6.0-2-o... 阅读全文
posted @ 2014-05-21 21:18 海滨银枪小霸王 阅读(230) 评论(0) 推荐(0)
摘要: /** =====================================================================================** Filename: main.cpp ** Description: ** Ver... 阅读全文
posted @ 2014-05-20 17:36 海滨银枪小霸王 阅读(330) 评论(0) 推荐(0)
摘要: vim 中操作系统剪切板中的内容:“+p"+y不过这些需要安装:sudo apt-get install vim-gui-common查看所有寄存器内容::reg寄存器分类:1.无名(unnamed)寄存器:"",缓存最后一次操作内容;2.数字(numbered)寄存器:"0 ~ "9,缓存最近操作... 阅读全文
posted @ 2014-05-07 23:10 海滨银枪小霸王 阅读(167) 评论(0) 推荐(0)
摘要: ---------------------------------------------------------------------## Project: vpurun## ------------------------------------------------------------... 阅读全文
posted @ 2014-05-05 10:04 海滨银枪小霸王 阅读(192) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-04-21 22:55 海滨银枪小霸王 阅读(134) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-04-21 22:46 海滨银枪小霸王 阅读(126) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-04-21 22:46 海滨银枪小霸王 阅读(106) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-04-21 22:43 海滨银枪小霸王 阅读(96) 评论(0) 推荐(0)
摘要: dir=opendir(dir_buf);ptr=readdir(dir);//ptr为一个结构体 direntclosedir(dir); 1.存储目录中的文件信息(文件名、扩展名等等)#include struct dirent{ long d_ino; /inode number 索引节点... 阅读全文
posted @ 2014-04-21 14:10 海滨银枪小霸王 阅读(155) 评论(0) 推荐(0)
摘要: #!/bin/shcase `uname -s` in"FreeBSD") PLATFORM="freebsd" ;;"Linux") PLATFORM="linux" ;;"Darwin") PLATFORM="macos" ;;"SunOS") PLATFORM="solaris" ;;*) e... 阅读全文
posted @ 2014-04-21 10:15 海滨银枪小霸王 阅读(149) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 29 下一页