11512. Big CircleConstraintsTime Limit: 2 secs, Memory Limit: 256 MBDescriptionOn the opening ceremony of World Cup there was a part where many kids f...
分类:
其他好文 时间:
2014-10-21 23:06:48
阅读次数:
343
赛前看到粉气球最多,所以针对性的直接切了I题,9mins 1Y。
然后看了榜,E题简单的DP,25mins 1Y。
继续跟榜,D题稍微卡了一下,关键的点想明白之后 117mins 1Y。
队友还是一如既往的稳。
之后跟榜开C,一直卡到比赛结束。 Over,看着名次从银牌区一步一步掉出来。
还是naive。
鞍山终究没能成为我们的福地。...
分类:
其他好文 时间:
2014-10-21 21:31:32
阅读次数:
181
Shape path too large to be rendered into a texture (747x8294, max=8192x8192)图像显示的时候出现该问题,经分析是由于开启硬件加速导致加载的path大小被限制。问题出现场景:从相册或者本地选择图片,在gridView中展示。别的...
分类:
其他好文 时间:
2014-10-21 21:09:24
阅读次数:
284
Caused by: java.sql.BatchUpdateException: Data truncation: Data too long for column 'titleimg' at row 1 at com.mysql.jdbc.PreparedStatement.execute...
分类:
其他好文 时间:
2014-10-21 17:15:32
阅读次数:
274
这一节看看 luaI_undump1 是如何场景恢复的。 /*
**?load?one?chunk?from?a?file.
**?return?list?of?functions?found,?headed?by?main,?or?NULL?at?EOF.
*/
TFunc*?luaI_undump1(FILE*?D)
...
分类:
其他好文 时间:
2014-10-21 13:56:00
阅读次数:
279
昨天升级了一下苹果系统到10.10,扁平化确实不错,高兴之余多少有些不快.我的svn出现问题,总是提示我
SVN:This client is too old to work with working copy
在网上也看了不少解决方法,但是都以降级为原则.那为什么不升级.mac升级svn确实有点困难,但总是可以的,大家可以通过看文章:http://blog.csdn.net/qi_ru...
分类:
其他好文 时间:
2014-10-21 13:52:17
阅读次数:
172
My latpad screen is too light, that cause my eye is very imcomfortable. So I spend time to hanle this problem. At result , I find the follow method:1....
分类:
其他好文 时间:
2014-10-21 10:00:03
阅读次数:
172
问题:请写一个C函数,若处理器Big_endian的,则返回0;若是Little_endian的,则返回1。简单复习下大小端的概念:大端模式(Big_endian):字数据的高字节存储在低地址中,而字数据的低字节则存放在高地址中。小端模式(Little_endian):字数据的高字节存储在高地址中,而字数..
分类:
编程语言 时间:
2014-10-21 02:23:42
阅读次数:
189
以前安装opencart的时候倒是不需要mcrypt 这个库。但是新版本需要了。加上自己的 是mac环境。当时闲麻烦,就一直没装。这次下午就寻思给装上吧! 1.首先你要先安装xcode这个工具。不然没办法编译! xcode这个可以在苹果appstore下载。 2.安装command line too...
分类:
系统相关 时间:
2014-10-20 22:40:36
阅读次数:
301
利用DFS枚举所有排列,之后每次添加一个圆的时候,他的位置是和前面所有已经添加圆的相切的位置的最大。
14383635
10012
How Big Is It?
Accepted
C++
0.086
2014-10-20 11:07:33
#include
#include
#include
#include
using ...
分类:
其他好文 时间:
2014-10-20 21:29:02
阅读次数:
210