这个月每日一题有很多没做的,主要重心放在并查集和二分查找的题。 ...
分类:
其他好文 时间:
2020-06-29 16:57:53
阅读次数:
49
修改了系统时间后,当前为2020.06.28改为2020.06.08make时出现一直make的情况,因为make是根据文件的修改时间来进行编译的,如果一个文件的修改时间比之前的早,那么会一直编译文件,导致了死循环。所以系统时间不要改变!!
分类:
其他好文 时间:
2020-06-29 15:20:38
阅读次数:
47
Welcome!!! to my presentation !, About friendship, and growth. When i was little(靠过来正式), i used to make many friends. no matter who they are!, we can ...
分类:
其他好文 时间:
2020-06-29 00:51:57
阅读次数:
104
Welcome!!! to my presentation !, About friendship, and growth. When i was little(靠过来正式), i used to make many friends. no matter who they are!, we can ...
分类:
其他好文 时间:
2020-06-29 00:25:26
阅读次数:
77
使用fio测试 安装 # yum install fio -y 编译安装 # wget https://brick.kernel.dk/snaps/fio-3.20.tar.gz # tar xfz fio-3.20.tar.gz cd fio-3.20 # ./configure # make # ...
分类:
系统相关 时间:
2020-06-28 22:28:35
阅读次数:
91
1、wc 统计文件行数的选项是(C )A、-L B、-w C、-l D、-c 2、linux 用户创建命令(A )A、useradd B、chown C、chmod D、groupadd 3、有一些文件某普通用户无法读取,说明其权限位缺少哪个权限(D )A、w B、s C、x D、r 4、bash脚 ...
分类:
其他好文 时间:
2020-06-28 22:12:47
阅读次数:
72
名称: 策略模式(Strategy Pattern) 问题: The intent of the Strategy Pattern is to define a family of algorithms, encapsulate each algorithm, and make them inter ...
分类:
其他好文 时间:
2020-06-28 20:11:35
阅读次数:
55
在Makefile中我们经常看到 = := ?= +=这几个赋值运算符,那么他们有什么区别呢?我们来做个简单的实验 新建一个Makefile,内容为:ifdef DEFINE_VRE VRE = “Hello World!”elseendif ifeq ($(OPT),define) VRE ?= ...
分类:
其他好文 时间:
2020-06-28 12:58:59
阅读次数:
47
cat test.txt | iconv -f GBK -t UTF-8 临时转码一下 ,OK VIM: 第一种方法:设置编码格式为utf-8 (我没成功) # 命令行模式 :set encoding=utf-8 第二种方法:以cp936的编码方式加载文件为:edit ++enc=cp936,可以简 ...
分类:
系统相关 时间:
2020-06-27 20:20:20
阅读次数:
132
1 Linux 1、下载 方式一: 官网:http://download.redis.io/releases/ 使用Xftp上传到服务器。 方式二: 在Linux服务器下载目录下执行如下命令(版本自己指定): wget http://download.redis.io/releases/redis- ...
分类:
其他好文 时间:
2020-06-27 00:34:36
阅读次数:
91