以下是poj百道水题,新手可以考虑从这里刷起搜索1002 Fire Net1004 Anagrams by Stack1005 Jugs1008 Gnome Tetravex1091 Knight Moves1101 Gamblers1204 Additive equations1221 Risk1...
分类:
其他好文 时间:
2015-03-17 00:30:51
阅读次数:
170
前两天又遇到一个头疼的问题,在Chrome上调试好的样式,去到手机上打开,傻了。。。
这是什么鬼...
搜了一下,才知道这是appearance属性搞的鬼。。。
比如你想让一个div拥有button的样式,可以这么写
div {
appearance: button;
-moz-appearance:button; /* Fire...
分类:
其他好文 时间:
2015-03-14 15:28:33
阅读次数:
6307
Fire!Time Limit: 1000msMemory Limit: 131072KBThis problem will be judged on UVA. Original ID: 11624 64-bit integer IO format: %lld Java ...
分类:
其他好文 时间:
2015-03-11 21:13:55
阅读次数:
264
摘自:http://www.cnblogs.com/cool-fire/archive/2012/09/15/2686131.html基本上我的解决方案也是根据该文提示 操作的.因为 我后来 装了. vs2013 默认安装了.microsoft sql sever 2012 express loca...
分类:
数据库 时间:
2015-03-09 15:42:20
阅读次数:
188
Problem Description
Suppose that we have a square city with straight streets. A map of a city is a square board with n rows and n columns, each representing a street or a piece of wall.
A blockhouse is a small castle that has four openings through which ...
分类:
Web程序 时间:
2015-03-06 11:21:23
阅读次数:
221
错误内容
Attempting to schedule a local notification {fire date = 2015年2月26日 星期四 中国标准时间下午3:14:57, time zone = Asia/Shanghai (GMT+8) offset 28800, repeat interval = NSCalendarUnitDay, repeat count = UILoc...
分类:
移动开发 时间:
2015-02-26 16:41:42
阅读次数:
202
题意:给出n个月,雇佣一个人所需的钱hire,一个人工作一个月所需要的钱salary,解雇一个人所需要的钱fire,再给出这n个月每月1至少有num[i]个人完成工作,问完成整个工作所花费的最少的钱是多少。用dp[i][j]表示在第i个月雇佣j个人所需要的最少花费先考虑只解雇人和聘请人的情况1 fo...
分类:
其他好文 时间:
2015-02-21 14:17:48
阅读次数:
174
Problem Description
Suppose that we have a square city with straight streets. A map of a city is a square board with n rows and n columns, each representing a street or a piece of wall.A blockhouse is...
分类:
Web程序 时间:
2015-02-16 13:04:59
阅读次数:
188
1.add的参数兼容,比如cb.add(fn1).add(fn2)等同于add(fn1,fn2)等同于add([fn1,fn2])。 2.$.Callbacks("memory"),第一次fire,执行之前的函数队...
分类:
其他好文 时间:
2015-02-12 00:30:51
阅读次数:
150
原创:http://blog.csdn.net/kylin_fire_zeng , 欢迎转载分享,共同记忆,但是请注明出处啊,尊重他人成果。
头疼的省份和简称,这里整理了下,终于能记牢了。
=========省份===========
记忆法:
两湖两广两河山,
五江云贵福吉安,
西四二宁青甘陕, (可以理解成 西施二零情感上)
海内台北上重天。
对应...
分类:
其他好文 时间:
2015-02-11 16:43:10
阅读次数:
206