提交app的时候总是报出icon的错误iPad:Icon.png: icon dimensions (0 x 0) don’t meet the size requirements. The icon file must be 72×72 pixels起初以为图片坏了, 后来才发现好像是 10.7....
分类:
移动开发 时间:
2015-06-12 11:35:18
阅读次数:
161
Well, it seems that many people meet the TLE problem. Well, I use a simple trick in my code to aoivd TLE. That is, each time before I try to break the...
分类:
其他好文 时间:
2015-06-10 10:21:23
阅读次数:
85
题目传送门 1 /* 2 贪心/数学:还以为是BFS,其实x1 + 4 * k = x2, y1 + 4 * l = y2 3 */ 4 #include 5 #include 6 #include 7 using namespace std; 8 9 const int MAXN ...
分类:
其他好文 时间:
2015-06-06 18:09:32
阅读次数:
114
Well, the basic idea is fairly straightforward. We maintain a mappingmpfrom a value innumsto its position (index)i. Each time we meet an unseen value,...
分类:
其他好文 时间:
2015-06-03 00:43:26
阅读次数:
237
Time Limit: 1000MSMemory Limit: 30000KTotal Submissions: 5158Accepted: 2844DescriptionThe ICPC committee would like to have its meeting as soon as pos...
分类:
其他好文 时间:
2015-05-28 12:27:17
阅读次数:
146
题目链接:http://www.lydsy.com/JudgeOnline/problem.php?id=1787
题解:
求出三个点两两之间的lca会发现有两个是一样的,然后我们选那个不一样的就好了。
#include
#include
#include
#include
using namespace std;
struct use{
int st,en;
}b[5000001];...
分类:
其他好文 时间:
2015-05-25 22:39:25
阅读次数:
130
Problem D
Morley’s Theorem
Input: Standard Input
Output: Standard Output
Morley’s theorem states that that the lines trisecting the angles of an arbitrary plane triangle meet at the vertices of a...
分类:
其他好文 时间:
2015-05-16 18:25:36
阅读次数:
124
Also, students go to colleges and universities to have new experiences. This often means having the opportunity to meet people different from those in...
分类:
其他好文 时间:
2015-05-15 21:11:31
阅读次数:
203
apply:方法能劫持另外一个对象的方法,继承另外一个对象的属性. 接受的参数是一个字符串。call:和apply的意思一样,只不过是参数列表不一样. 接收的参数是一个数组。例如:运行结果为: Hello diz song glad to meet you! Hello my Object gla....
分类:
移动开发 时间:
2015-05-14 16:16:05
阅读次数:
259
官网:https://wiki.jenkins-ci.org/display/JENKINS/Meet+Jenkins我的这篇文章不过简单的依据上文,介绍Jenkins提供了哪些功能。详细大家还是要自己学习啦~官网首页就提供了windows版本号的Jenkins安装包。我们能够下载一个用于学习。安装...
分类:
其他好文 时间:
2015-05-13 12:46:26
阅读次数:
108