摘要:
开发环境: Eclipse3.2 myeclipse5.0 mysql5.0 tomcat6.0 业务流程: 用户访问的第一个网页login.jsp。 输入用户名和密码,如果用户名和密码正确,转到main.jsp页面。 如果登陆失败,转到register.jsp页面。 数据库设计 /* ... 阅读全文
posted @ 2008-09-12 18:08
忘记
阅读(696)
评论(0)
推荐(0)
摘要:
在使用MyEclipse的过程中经常出现内存不足的提示: 提示中说的很明白:“MyEclipse has detected that less than 5% of the 64MB of Perm Gen (Non-heap memory) space remains.”意思是说当前只有小于5%的非堆内存是空闲的。所以我们只要将这个值设置大一些就可以了。 我们打开Eclipse目录。找到Ecl... 阅读全文
posted @ 2008-09-12 16:30
忘记
阅读(27736)
评论(0)
推荐(0)