查看当前目录 pwd 进入某目录 列举 ls ls -a 显示所有文件,包括隐藏的文件 ls -l 以列表的形式 ll 创建目录 mkdir -p 创建多级目录 删除目录 rmdir 删除空目录 rm -rf 删除非空目录/ r 递归/ f 不提醒 创建文件 touch 复制 cp [选项] sou ...
分类:
系统相关 时间:
2018-10-07 12:14:31
阅读次数:
181
Benches CF 1042A There are nn benches in the Berland Central park. It is known that aiai people are currently sitting on the ii-th bench. Another mm p ...
分类:
其他好文 时间:
2018-10-06 12:04:32
阅读次数:
139
Maven面临的挑战 软件行业新旧交替的速度之快往往令人咂舌,不用多少时间,你就会发现曾经大红大紫的技术已经成为了昨日黄花,当然,Maven也不会例外。虽然目前它基本上是Java构建的事实标准,但我们也能看到新兴的工具在涌现,比如基于Goovy的Gradle,而去年Hibernate宣布从Maven ...
分类:
其他好文 时间:
2018-10-05 16:03:08
阅读次数:
185
A - A CodeForces - 1042A There are nn benches in the Berland Central park. It is known that aiai people are currently sitting on the ii-th bench. Anot ...
分类:
其他好文 时间:
2018-10-04 10:44:19
阅读次数:
118
"G.Gangsters in Central City" 题意:一棵树,节点1为根,是水源。水顺着边流至叶子。该树的每个叶子上有房子。有q个询问,一种为房子u被强盗入侵,另一种为强盗撤离房子u。对于每个询问,要求给出最小的阀门数来阻断水流向强盗所在房子,且在阀门数最小的情况下求最小的误伤房子数(即 ...
分类:
其他好文 时间:
2018-10-03 23:42:59
阅读次数:
195
亲测代码没有问题,需要注意细节已经标注;需要jar包:iText-2.0.8.jar;core-renderer-R8.jar; core-renderer-R8.jar下载地址:http://central.maven.org/maven2/org/xhtmlrenderer/core-rende ...
分类:
Web程序 时间:
2018-09-29 16:45:48
阅读次数:
245
his week we‘re releasing the service catalog sync functionality to sync Kubernetes services to the Consul catalog and vice versa. This enables cross-cluster or platform service discovery using the native service discovery tooling expected. Additionally, a central catalog allows organizations to gracefully migrate workloads into or out of Kubernetes.
分类:
Web程序 时间:
2018-09-28 20:38:24
阅读次数:
301
<mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mi ...
分类:
其他好文 时间:
2018-09-22 12:25:56
阅读次数:
138
1.本地版本控制系统 本地版本控制系统是通过使用简单的数据库保存文件的所有变更。 常见的VCS(version control system)工具有RCS,在Mac OS X操作系统中,只要安装了开发者工具,就会包含一个rcs命令。 RCS会在磁盘上以一种特殊方式保存补丁集,通过叠加补丁将文件恢复到 ...
分类:
其他好文 时间:
2018-09-17 21:00:01
阅读次数:
169
B Hanoi tower It has become a good tradition to solve the “Hanoi tower” puzzle at programming contests in Rybinsk. We will review the rules briefly. 2 ...
分类:
其他好文 时间:
2018-09-17 20:59:35
阅读次数:
193