汇编语言是直接在硬件之上工作的编程语言 1.1 机器语言 机器语言是机器指令的集合。电子计算器的机器指令是一列二进制数字,计算机将之改变为一列高低电平,以使计算器的电子器件受到驱动,进行计算。 CPU(Central Processing Unit,中央处理单元)执行机器指令,CPU是一种微处理器。 ...
分类:
编程语言 时间:
2018-10-07 21:34:33
阅读次数:
203
查看当前目录 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
A - A+...+B Problem 可以取到的值一定是一段区间。所以答案即为max-min+1 B - Evilator 首先如果方向不对就是2步,要不然就是一步,直接统计即可。 C - Nuske vs Phantom Thnook 图是一棵树,树的连通块个数=点数-边数,那么直接前缀和求点数 ...
分类:
其他好文 时间:
2018-09-24 21:09:10
阅读次数:
123
<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