错误:Server Tomcat v6.0 Server at localhost was
unable to start within 45 seconds错误提示就是我们限定了部署的时间导致的错误。修改
workspace\.metadata\.plugins\org.eclipse.wst.s...
分类:
编程语言 时间:
2014-05-19 17:43:39
阅读次数:
280
1.环境win7 x64,oracle 11g r2,jdk6
x642.问题第一次启动Oracle SQL
Developer的时候会让我们填写java.exe的路径,我在jdk安装目录下的bin中找到了java.exe,但是填写以后报如下错误:3.原因oracle
11g中安装的Oracle S...
分类:
数据库 时间:
2014-05-19 14:33:28
阅读次数:
441
在Action中execute方法声明为:public String execute()
throws Exception,这样,Action可以抛出任何Exception。 1)自己实现异常处理
我们还以helloWorldAction为例,在Action的execute方法中这样写:pu...
分类:
其他好文 时间:
2014-05-19 13:40:38
阅读次数:
185
1.声明一个回调Interface:public interface CallBack { /** *
执行回调方法 * @param objects 将处理后的结果作为参数返回给回调方法 */ public void execute(Object...
分类:
其他好文 时间:
2014-05-19 12:22:57
阅读次数:
317
We use the pt-pmp (a variety for pmp
!http://poormansprofiler.org/! by Percona) tool a lot to analyze our online
MySQL problem.But when we execute the...
分类:
其他好文 时间:
2014-05-18 20:04:54
阅读次数:
425
题目链接:点击打开链接
题意:给定二维平面上的n个点
从最左端点到最右端点(只能向右移动)
再返回到到最右端点(只能向左移动,且走过的点不能再走)
问最短路。
dp 点击打开链接
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#de...
分类:
其他好文 时间:
2014-05-18 08:57:27
阅读次数:
258
异常类型为:android.view.WindowManager$BadTokenException:
Unable to add window
我在fragment中public
View onCreateView(LayoutInflater
inflater, ViewGroup
container,Bundle
savedInstanceState) {中试图调用对话框静态工...
分类:
其他好文 时间:
2014-05-18 04:27:35
阅读次数:
240
LabyrinthTime Limit: 2000/1000 MS
(Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s):
1507Accepted Submission(s): 520Problem De...
分类:
其他好文 时间:
2014-05-18 02:50:21
阅读次数:
257
跟饼图很相似。。。相关类
dataset:是一个XYMultipleSeriesDataset对象可以理解为一个数据集 XYSeries:可以理解为一条线上的数据 也就是点
mRenderer:XYMultipleSeriesRenderer 渲染器用来控制表图的外观 是继承于De...
分类:
其他好文 时间:
2014-05-18 02:48:15
阅读次数:
355
LabyrinthTime Limit: 2000/1000 MS
(Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s):
1453Accepted Submission(s): 500Problem De...
分类:
其他好文 时间:
2014-05-17 18:36:07
阅读次数:
251