09 2021 档案

该文被密码保护。
posted @ 2021-09-28 09:16 enjoy_jun 阅读(0) 评论(0) 推荐(0)
摘要:C #include <stdio.h> int main(void) { FILE *fptr = fopen("ip.txt", "w"); for(int k=1; k<255; k++){ for(int j=1; j<255; j++){ for(int i=1; i<255; i++){ 阅读全文
posted @ 2021-09-16 12:35 enjoy_jun 阅读(110) 评论(0) 推荐(0)
摘要:打开vim vim 进入vim命令模式 :help usr_toc.txt 你可以查询 usr_01.txt 到 usr_90.txt :help usr_01.txt ... :help usr_90.txt 阅读全文
posted @ 2021-09-02 11:25 enjoy_jun 阅读(50) 评论(0) 推荐(0)