一、Eclipse版本,我用J2EE的Eclipse-jee-helios-SR2-win32,这个版本可以上官网下载,或者百度搜索也可以找到。
二、安装maven插件,这个很重要,我也痛苦了两天才得以完成,进入Eclipse的菜单栏help==>Install New software..
1、首先安装gef - http://download.eclipse.org/tools/...
分类:
编程语言 时间:
2014-05-22 09:50:01
阅读次数:
452
背景: 测试部门做压力测试, 结果没压多久,就出现OutOfMemory. 原因查找,通过监控工具,发现StandardSession(org.apache.catalina.session.StandardSession)对象不断增长,毫无疑问,肯定是在不断创建Session对象.备注:一般做压力测试,每次请求都不会指定JESSESIONID值,导致Web容器认为每次请求都是新的请求,于是创建...
分类:
其他好文 时间:
2014-05-22 09:24:28
阅读次数:
438
Derby数据库是一个纯用Java实现的内存数据库,属于Apache的一个开源项目。由于是用Java实现的,所以可以在任何平台上运行;另外一个特点是体积小,免安装,只需要几个小jar包就可以运行了。下面说下其安装及配置
安装
1).从apache下载Derby数据库(如db-derby-10.10.1.1-bin.zip)并解压到任意目录(如:D:\Derby\db-derby-10.10.1...
分类:
数据库 时间:
2014-05-22 09:05:09
阅读次数:
289
<!--
Copyright 2011 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the L...
分类:
移动开发 时间:
2014-05-22 08:41:44
阅读次数:
377
1、HttpClient相关的重要资料:
官方网站:http://hc.apache.org/
API:http://hc.apache.org/httpcomponents-client-4.3.x/httpclient/apidocs/index.html
tutorial: http://hc.apache.org/httpcomponents-client-4.3.x/tutoria...
分类:
其他好文 时间:
2014-05-22 08:03:03
阅读次数:
259
监控指标性能测试通常需要监控的指标包括:1.服务器Linux(包括CPU、Memory、Load、I/O)。2.数据库:1.Mysql 2.Oracle(缓存命中、索引、单条SQL性能、数据库线程数、数据池连接数)。3.中间件:1.Jboss 2. Apache ......
分类:
其他好文 时间:
2014-05-22 07:06:48
阅读次数:
340
节点形态:
实现:
/******************************************
二叉树的二叉链表存储
by Rowandjj
2014/5/18
******************************************/
#include
using namespace std;
/*二叉树的二叉链表存储表示*/
typedef int T...
分类:
其他好文 时间:
2014-05-22 07:03:21
阅读次数:
229
要运行J2EE的程序,就必须安装相关的容器,而如何选择JSP+Servlet模式。Tomcat是很重要的选择之一,是世界上最为广泛的Servlet和JSP容器。
下载:
1.
URL: http://tomcat.apache.org/ Tomcat 7.0.52
2.
单击左面”Tomcat 7.0”,进入Tomcat 7.0.52页面
3.
单击Binary Distri...
分类:
Web程序 时间:
2014-05-22 06:47:15
阅读次数:
295
1. 版本信息
(1)系统环境CentOS 6.5...
分类:
数据库 时间:
2014-05-20 15:53:57
阅读次数:
433
基于SpringMVC-Hibernate的博客系统还在继续开发中 。
项目地址:https://github.com/defshine/SpringBlog
整个项目迁移到linux下开发,安装intellij、maven、tomcat过程比较顺利,注意配置环境变量。项目运行时,出现了两个问题:
出错,找不到表。如图,找不到表。明明数据库已经建好。
顺利运行后,数据乱码。...
分类:
编程语言 时间:
2014-05-20 13:55:52
阅读次数:
390