JAVA IDE
水寒
这个作者很懒,什么都没留下…
展开
-
Myeclipse 8.6 注册机算法源码
package com; import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader; public class MyEclipseGen { private static final String LL = "Decompiling this ...原创 2011-01-03 18:44:49 · 122 阅读 · 0 评论 -
Multiple operations have reported errors Select an error to view its details
在myeclipse中保存时总是弹出错误提示框: 错误信息: Multiple operations have reported errors Select an error to view its details Update Progress 解决办法: 关闭myeclipse 并在其安装路径: 如:F:\Program Files\MyEclip...原创 2011-12-02 16:19:02 · 103 阅读 · 0 评论 -
MyEclipse中“Save could not be completed”问题解决
在MyEclipse下编程时,按下保存键,有事会出现如上图所示错误,解决方法如下:window --> Preferences --> General --> Content Types --> Text --> 选中出现保存问题的文件类型,在底部出现 'Default edcodng:',改成UTF-8,然后update...原创 2011-12-02 12:28:33 · 244 阅读 · 0 评论 -
ORA-00604,ORA-12705解决办法
用PLSQL连接Oracle10g正常,但在用MyEclipse(6.6)的Database Explorer连接时就出现: java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1 ORA-12705: Cannot access NLS data files or invalid envir...2011-12-01 11:08:48 · 410 阅读 · 0 评论 -
解决Eclipse启动错误 jvm terminated. exit code 1
MyEclipse时弹出了下面得错误:JVM terminated. Exit code=1C:\WINNT\system32\javaw.exe-Xms40m-Xmx256m-jar D:\eclipse-SDK-3.1.2-win32\startup.jar-os win32-ws win32-arch x86-launcher D:\eclipse-SDK-3.1.2-win32\ec...原创 2011-12-20 14:35:54 · 149 阅读 · 0 评论 -
PL/SQL Developer 常用技巧
1、PL/SQL Developer记住登陆密码 在使用PL/SQL Developer时,为了工作方便希望PL/SQL Developer记住登录Oracle的用户名和密码;设置方法:PL/SQL Developer7.1.2 ->tools->Preferences->Oracle->Logon History,“Store history”是默认勾选的...2011-03-13 22:09:13 · 70 阅读 · 0 评论 -
MyEclipse8.6 性能优化
第一步: 取消自动validationvalidation有一堆,什么xml、jsp、jsf、js等等,我们没有必要全部都去自动校验一下,只是需要的时候才会手工校验一下!取消方法:windows–>perferences–>myeclipse–>validation除开Manual下面的复选框全部选中之外,其他全部不选手工验证方法:在要验证的文件上,单击鼠标右键–>...2011-06-28 09:09:53 · 143 阅读 · 0 评论 -
在myeclipse的spring项目中添加带AOP命名空间的配置文件
【问题缘由】 myeclipse默认生成的applicationContext.xml文件中是不带AOP命名空间的,也就是说使用不了<AOP/>标签。 【解决方案】 1. 首先像往常一样为你的项目添加SPRING支持,然后删除默认创建的applicationContext.xml文件; 2. 右键点击你的项目,选择"new"->"oth...2011-08-22 16:19:29 · 401 阅读 · 0 评论 -
Myeclipse 8.6 安装VE插件的问题
首先下载一个Visual Editor 插件 目前最新版本是:VE-Update-1.5.0然后打开MyEclipse 8.6 选择MyEclipse 菜单下的 MyEclipse Configuration Center 选项打开MyEclipse Configuration Center界面 选择 Software 选项卡 在Browser Software...2011-01-08 13:49:56 · 111 阅读 · 0 评论 -
Myeclipse配置DB2数据源Cheek your URL问题
本来都是代码直接连接的,但是配置hibernate似乎必须要做这一步。 选项太多 ,经常出现让我check URL的情况(还有一些其它奇奇怪怪的问题)。 试来试去,其实也不过是所使用的类包和类确定好,然后把url地址写成相应的格式。 我的是这样的(不是唯一的结论): 在 db browser下面new一个database profile 在 ...2012-04-09 11:18:48 · 142 阅读 · 0 评论