Well, to begin with, I'd like to say thank you to MIT open courses twice. It's their generosity that gives me the priviledge to enjoy the most outstan ...
分类:
其他好文 时间:
2019-10-05 22:27:34
阅读次数:
131
Ax_introduction source a Frech mean to "state,quality,act,place where etc" 1)After the verb:a place for...ing 2)After the noun: Bx_list cemetery monas ...
分类:
其他好文 时间:
2019-10-04 23:14:21
阅读次数:
106
原因之前用SVN提交过的文件/文件夹,被标记为”add”状态,等待被加入到仓库。若此时你把这个文件删除了,SVN提交的时候还是会尝试提交这个文件,虽然它的状态已经是 “missing”了。解决方式直接在报错的文件夹首先 revert,然后选择 all。将原始的文件全部下载下来,然后再做对应的处理。再... ...
分类:
其他好文 时间:
2019-10-02 20:42:20
阅读次数:
98
[TOC] Contest Info "Practice Link" |Solved|A|B|C|D|E|F| |: :|: :|: :|: :|: :|: :|: :| |5/6|O|O|O|O|?| | O 在比赛中通过 ? 赛后通过 ! 尝试了但是失败了 \ 没有尝试 Solutions A. ...
分类:
其他好文 时间:
2019-09-30 10:00:26
阅读次数:
79
output 2019-09-29 17:03:13 ...
分类:
其他好文 时间:
2019-09-29 12:34:19
阅读次数:
98
以下命令可以在root身份下保存为shell脚本直接bash一次性执行 参考: https://yeasy.gitbooks.io/docker_practice/install/centos.html https://docs.docker.com/install/linux/docker-ce/ ...
分类:
其他好文 时间:
2019-09-28 12:34:06
阅读次数:
112
https://www.nowcoder.com/practice/4f356b0618d14737a6f3782771bb4079?tpId=90&tqId=30798&tPage=2&rp=2&ru=/ta/2018test&qru=/ta/2018test/question-ranking 输 ...
分类:
编程语言 时间:
2019-09-19 14:11:25
阅读次数:
92
大并发服务器框架 大并发服务器设计目标 1. 高性能(High Performance). 要求编写出来的服务器能够最大限度发挥机器性能, 使得机器在满负荷的情况下能够处理尽可能多的并发请求, 对于大量并发请求能够及时快速做出响应 2. 高可用(High Availability). 要求服务器7\ ...
分类:
其他好文 时间:
2019-09-19 10:47:08
阅读次数:
128
题目描述 给定一个数组A[0,1,...,n-1],请构建一个数组B[0,1,...,n-1],其中B中的元素B[i]=A[0]*A[1]*...*A[i-1]*A[i+1]*...*A[n-1]。不能使用除法。 题目链接: https://www.nowcoder.com/practice/94a ...
分类:
编程语言 时间:
2019-09-06 18:43:31
阅读次数:
95
题目描述 输入一个递增排序的数组和一个数字S,在数组中查找两个数,使得他们的和正好是S,如果有多对数字的和等于S,输出两个数的乘积最小的。 输出描述: 对应每个测试案例,输出两个数,小的先输出。 题目链接:https://www.nowcoder.com/practice/390da4f7a00f4 ...
分类:
其他好文 时间:
2019-09-06 15:58:09
阅读次数:
98