在win7上明明已经安装了JDK1.6并设置好了JAVA_HOME,可偏偏Tomcat在启动过程中找不到。报错信息如下:Neither the
JAVA_HOME nor the JRE_HOME environment variable is defined At least one of
the...
分类:
其他好文 时间:
2014-05-26 13:14:11
阅读次数:
355
1、static:静态的静态对象不属于对象,它只属于一个类 class Person{ static
$type="小孩"; public $name; public $pwd;
}2、调用静态对象:person::$type类本身调用静态对象:self::$type3、extends:继承
分类:
其他好文 时间:
2014-05-26 13:12:08
阅读次数:
196
Given a strings1, we may represent it as a
binary tree by partitioning it to two non-empty substrings recursively.Below is
one possible representation...
分类:
其他好文 时间:
2014-05-26 11:24:36
阅读次数:
214
-------------------------------------------------------------------------SED单行脚本快速参考(Unix
流编辑器) 2005年12月29日英文标题:USEFUL ONE-LINE ...
分类:
其他好文 时间:
2014-05-26 06:51:54
阅读次数:
205
服务器端:
Person person = new Person( , ,);
JSONObject obj = new JSONObject();
obj.put("person", person);
Android 客户端:
JSONObject jsonObject = new JSONObject(jsonString);
JSONObject personObje...
分类:
Web程序 时间:
2014-05-26 03:45:00
阅读次数:
260
UVA 10843 - Anne's game
题目链接
题意:题意说得挺绕的,其实本质上就是求n个点,可以接连出多少种不同的生成树
思路:这是Caylay定理,网上能找到证明,结果为nn?2,然后利用快速幂去求解。
代码:
#include
#include
const int long long MOD = 2000000011;
int t;
long long n;...
分类:
其他好文 时间:
2014-05-26 03:36:35
阅读次数:
278
题目如下:
Problem D: Hartals
A social research organization has determined a simple set of parameters to simulate the behavior of the political parties of our country. One of the ...
分类:
其他好文 时间:
2014-05-24 23:10:01
阅读次数:
317
【题目】
Given an array of non-negative integers, you are initially positioned at the first index of the array.
Each element in the array represents your maximum jump length at that position.
Determine if you are able to reach the last index.
For example:...
分类:
其他好文 时间:
2014-05-24 20:44:39
阅读次数:
221
此页面为WP8“来自Lumia 非凡系列”应用的发布页面。“来自Lumia
非凡系列”是韩寒监制“one一个”的第三方WP8软件。每天为你提供一张图片,一篇文章,一个问题及它的答案。此页面主要记录开发进度、APP发布等情况。-------------------相关进度---------------...
分类:
其他好文 时间:
2014-05-24 09:30:02
阅读次数:
224
此页面为WP8“the Tony one”应用的发布页面。“the Tony one”
是韩寒监制“one一个”的第三方WP8软件。每天为你提供一张图片,一篇文章,一个问题及它的答案。此页面主要记录开发进度、APP发布等情况。-------------------相关进度--------------...
分类:
其他好文 时间:
2014-05-24 09:28:38
阅读次数:
234