1500. Pass LicensesTime limit: 2.5 secondMemory limit: 64 MBA New Russian Kolyan believes that to spend his time in traffic jams is below his dignity....
分类:
其他好文 时间:
2014-08-28 11:01:19
阅读次数:
303
先上题目:1500. Pass LicensesTime limit: 2.5 secondMemory limit: 64 MBA New Russian Kolyan believes that to spend his time in traffic jams is below his dig...
分类:
其他好文 时间:
2014-08-27 21:44:28
阅读次数:
338
题目链接题意:有n座塔,每座塔的攻击范围为[l,r],攻击力为d,有k个怪兽从这些塔前面经过,第i只怪兽初始的生命力为hp,出现的位置为x,终点为第n个格子。问最后有多少只怪兽还活着。分析:这个题刚开始是想用线段树,但是这个题会超时,线段树是O(nlogn)的复杂度,应该是卡的输入输出,所以看别人的...
分类:
其他好文 时间:
2014-08-26 17:10:16
阅读次数:
197
什么是pom? pom作为项目对象模型。通过xml表示maven项目,使用pom.xml来实现。主要描述了项目:包括配置文件;开发者需要遵循的规则,缺陷管理系统,组织和licenses,项目的url,项目的依赖性,以及其他所有的项目相关因素。快速察看: 4.0.0 ... ... ... ........
分类:
其他好文 时间:
2014-08-26 15:19:36
阅读次数:
313
[root@localhost ansible]# tree -hp.├── [-rw-r--r-- 7.0K] ansible.cfg├── [-rw-r--r-- 1.2K] hosts├── [drwxr-xr-x 4.0K] playbook│ └── [-rw-r--r-- 424...
分类:
其他好文 时间:
2014-08-26 15:05:16
阅读次数:
169
最近遇到HP和DELL的网卡不统一的问题。想给他解决掉。 在 HP 机器上运行? biosdevname?-i?eth0
em1 而在DELL server? biosdevname?-i?em1
em1 看了一下两个机器的debug参数 在HP上显示 ? biosdevname?-d?...
分类:
其他好文 时间:
2014-08-26 00:37:35
阅读次数:
277
vs2013运行c语言出现:无法查找或打开PDB文件。“ConsoleApplication1.exe”(Win32): 已加载“C:\Users\hp\Documents\Visual Studio 2013\Projects\ConsoleApplication1\Debug\ConsoleAp...
分类:
数据库 时间:
2014-08-25 13:22:24
阅读次数:
460
void OnGUI() { if(GUILayout.RepeatButton("加血")) { if(HP0) { HP--; } } i...
分类:
其他好文 时间:
2014-08-25 13:09:04
阅读次数:
173
What I learned from Pro ASP.NET MVC 4 bookOpen source of Asp.net MVChttp://www.opensource.org/licenses/ms-pl.html1. Introduce new trends of web develo...
分类:
Web程序 时间:
2014-08-25 11:47:44
阅读次数:
214