achartengine做平行线的时候经常会遇到:java.lang.IndexOutOfBoundsException: Invalid index 1, size is 1at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayLis...
分类:
移动开发 时间:
2014-08-06 22:24:54
阅读次数:
473
http://nlp.solutions.asia/?p=180http://www.promenade.me/archives/146环境 ubuntu 12.04sql建表CREATE DATABASE nutch DEFAULT CHARACTER SET utf8mb4 DEFAULT CO...
分类:
其他好文 时间:
2014-08-06 21:56:32
阅读次数:
239
It took me +20 submissions to get AC... Actually the statement is too vague. I would rather ask for requirements f2f.Apparently the code below can be ...
分类:
其他好文 时间:
2014-08-06 08:23:11
阅读次数:
319
草噢 先发泄一下 一个写错 TM地 找了我半小时多的错误 擦真SB。。。一把游戏时间。。。先放题目上来 touch me 这题 是上一题的简单版=-= 上一题掌握了 这题 很简单被这个 找错给折磨了 不想多讲了这个stack的写法 难想到 但是容易看懂 不清楚的 留言 给我 =-= 缺人互动...
分类:
其他好文 时间:
2014-08-06 01:22:50
阅读次数:
300
Database returned an invalid value in QuerySet.dates(). Are time zone definitions and pytz installed?错误的解决方法!...
分类:
数据库 时间:
2014-08-05 22:37:00
阅读次数:
250
1.1 如果被打开程序不是自己的,则要找到被打开App的URL Schemes。 http://jbguide.me/2012/09/12/how-to-find-url-schemes%EF%BC%9F/ 1.2 如果被打开程序是自己写的,那么写程序时要实现 1) appname-info.plist里...
分类:
移动开发 时间:
2014-08-05 19:42:40
阅读次数:
250
最近在迁移公司的make系统到cmake上,发现cmake的function参数很奇怪。例如,如果我们向一个function传递list作为参数,在function中,形参会变成如下状况:
set(SRC)
list(APPEND SRC a.cpp b.cpp)
list(APPEND SRC c.cpp d.cpp)
function(tst_arguments src_list)
me...
分类:
其他好文 时间:
2014-08-05 03:05:18
阅读次数:
317
Database returned an invalid value in QuerySet.datetimes(). Are time zone definitions for your database and pytz installed?
这种问题一般出现在时差配置的问题上
首先错误信息提示是否定义你数据库的时区,是否安装pytz
网络上有说是因为mysql时区的问题,但是修改了貌似...
分类:
数据库 时间:
2014-08-04 21:34:38
阅读次数:
251
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1398
类似hdu 1284 hdu1028
code:
#include
#include
#include
#include
#include
using namespace std;
int main()
{
int n,i,j;
int dp[310];
me...
分类:
其他好文 时间:
2014-08-04 21:34:12
阅读次数:
234