Make sure you’re eating something with your coffee. Sometimes an empty stomach will make you feel the effects too fast. Drink enough water throughout ...
分类:
其他好文 时间:
2020-03-06 15:13:25
阅读次数:
69
题目 "Codeforces 1227F2" (话说这个题好像同时也是 Codeforces 1262F2 ) 翻译 描述 「你的程序又挂了。这次 WA233 。」 这是这道题的难版。这个版本中,$1\leq n\leq 2\cdot 10^5$ 。如果你锁了这道题,你可以叉这道题。但只有你锁了这道 ...
分类:
其他好文 时间:
2020-03-05 00:55:16
阅读次数:
68
参考书籍 来源:https://www.zhihu.com/question/39252272/answer/94347681 1.待我翻翻我的读书记录…… 《社会工程学》。,一本说黑客。介绍一些行骗的心理学。这也是比较敏感,所以一般都不可能出版。2.《***其人》,自行脑补,这些当然不可能买得到, ...
分类:
其他好文 时间:
2020-03-04 18:54:50
阅读次数:
81
关键词:read -s 隐藏实质:read(-s选项,安静模式,输入的内容与背景同颜色) 脚本: [root@test tansk]# cat test.sh #!/bin/bash read -n1 -p "Do you want to continue [Y/N]?" -s answer cas ...
分类:
其他好文 时间:
2020-03-04 00:40:49
阅读次数:
88
Fred Mapper is considering purchasing some land in Louisiana to build his house on. In the process of investigating the land, he learned that the stat ...
分类:
其他好文 时间:
2020-02-29 20:40:05
阅读次数:
67
1、子类转父类(向上转型) 所谓的转型,是指当引用类型和对象类型不一致的时候,才需要进行类型转换类型转换有时候会成功,有时候会失败。 例:子类ADHero extends 父类Hero package charactor; public class Hero { public String name ...
分类:
其他好文 时间:
2020-02-29 14:41:31
阅读次数:
65
The simple answer to that is, "Kernel Developers do not put blind faith in anything". When any data is passed to the kernel space from userspace, it i ...
分类:
其他好文 时间:
2020-02-28 18:52:41
阅读次数:
85
I:我的总结: tar -xzvf .tar.gztar [-cxtzjvfpPN] 文件与目录 ....参数:-c :建立一个压缩文件的参数指令(create 的意思);-x :解开一个压缩文件的参数指令!-t :查看 tarfile 里面的文件!特别注意,在参数的下达中, c/x/t 仅能存在一 ...
分类:
系统相关 时间:
2020-02-24 13:13:53
阅读次数:
94