coderAndyYe

Results 3 issues of coderAndyYe

### Check List Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. - [ ] I have read the [README.md](https://github.com/ELELogistics/Trojan/blob/master/README.md), but...

### Check List Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. - [ ] I have read the [README.md](https://github.com/ELELogistics/Trojan/blob/master/README.md), but...

我看了下源码: ErrInfo *LogWriter::checkMmapFile() { //判断是否有读写权限 if (access(filePath.c_str(), 0) != 0) { return new ErrInfo(WRITE_EXIT, "Error access log file"); } this->fileStat.st_size = 0; if (fstat(fd, &fileStat) == -1 || this->fileStat.st_size !=...