今天爬取cfda时遇到的困难,一旦开启了调试,就debugger pause, ???还有这种操作 一顿google,百度,解决了这个问题,点一下Deactivate breakPoints,然后ctrl+F5强制刷新即可。 ...
分类:
其他好文 时间:
2018-10-31 20:48:51
阅读次数:
155
Problem Description Chiaki has 3n points p1,p2,…,p3n. It is guaranteed that no three points are collinear.Chiaki would like to construct n disjoint tr ...
分类:
其他好文 时间:
2018-10-31 20:10:34
阅读次数:
162
MFS是一种半分布式文件系统,它是由波兰人开发的。MFS文件系统能够实现RAID的功能,不但能够更节约存储成本,而且不比专业的存储系统差,它还可以实现在线扩展。
分布式文件系统是指文件系统管理的物理存储资源下不一定直接连接在本地节点上,而是通过计算机网络与节点相连。
分类:
其他好文 时间:
2018-10-31 17:08:21
阅读次数:
159
题目传送门 传送门I 传送门II 传送门III 题目大意 平面上有$n$个点,第$i$个点可以画一条平行于$y$轴且经过这个点的直线或者平行于$x$轴且经过这个点的直线或者什么都不做,问能够产生多少种本质不同的图案。 题目传送门 传送门I 传送门II 传送门III 题目大意 平面上有$n$个点,第$ ...
分类:
其他好文 时间:
2018-10-31 00:02:17
阅读次数:
215
SAP ERP里的Functional Locations,下载到SAP Cloud for Customer后成为类型为‘Functional Location’的Installation Points: C4C Installation Point UI: /BYD_COD/ServiceOnD ...
分类:
其他好文 时间:
2018-10-30 14:53:23
阅读次数:
203
C - Align Time limit : 2sec / Memory limit : 1024MB Score : 400 points Problem Statement You are given N integers; the i-th of them is Ai. Find the ma ...
分类:
其他好文 时间:
2018-10-27 22:08:51
阅读次数:
238
Java架构师,微服务架构设计,并发编程,java8新特性,P2P金融项目,高并发,分布式 ...
分类:
编程语言 时间:
2018-10-24 22:28:54
阅读次数:
411
http://codeforces.com/contest/1015/problem/A You are given a set of nn segments on the axis OxOx, each segment has integer endpoints between 11 and mm ...
分类:
其他好文 时间:
2018-10-24 22:21:46
阅读次数:
225
题意:有一条上面有n个点的数轴,给定m次操作,每次覆盖(x[i],y[i]),求最后没有被覆盖过的点的数量与他们的编号 n,m<=100 思路: ...
分类:
其他好文 时间:
2018-10-24 15:13:27
阅读次数:
156
Problem Description Paul draw a big m*n matrix A last month, whose entries Ai,j are all integer numbers ( 1 <= i <= m, 1 <= j <= n ). Now he selects s ...
分类:
其他好文 时间:
2018-10-18 00:50:06
阅读次数:
185