发表评论取消回复
相关阅读
相关 Java文件路径问题小记(Windows & Linux)
前言 项目部署到生产环境(CentOS 7)后在运行过程中多了一些不明文件目录,如下图: ![这里写图片描述][20160721205409037] 项目中有相关的
相关 小记——linux睡眠
1. 用于睡眠最基本的函数是sleep,相信大家已经耳熟能详了。 include <unistd.h> unsigned int sleep (unsigne
相关 小记——linux时间
一些概念:Epoch,新纪元,时间点,在linux中是1970-1-1.00:00:00。 1. 获得当前时间 include <time.h> time_
相关 小记——linux信号
Signals are software interrupts that provide a mechanism for handling asynchronous event
相关 小记——inotify文件监控
Linux provides an interface, inotify, for monitoring files—for example, to see when they
相关 小记——linux复制文件与重命名
1. 重命名 include <stdio.h> int rename (const char oldpath, const char newpath);
相关 小记——linux目录
1. 获取当前目录 include <unistd.h> char getcwd (char buf, size_t size); ==>例程:获取当前目
相关 小记——linux文件元属性
linux文件元属性是指文件的inode号、拥有者、大小、修改时间等属性,在linux中用以下结构体表示 <sys/stat.h> struct stat {
相关 Linux文件小记
创建文件: vi file.txt 这里需要wq保持下,不然文件不会被创建 touch file.txt 创建文件 注:touch命令还可以修改文
相关 gitignore的文件小记
其实在团队中,有些东西是ide自动生成的,而且与项目也无关,如果无差别地用git同步,那么到了其他人的ide,那么会变得非常难搞,所以呢?记住git init之后就touch
还没有评论,来说两句吧...