随笔分类 -  IDE

摘要:创建了Server-0. 但每次启动需要手工输入管理账户和密码. 并不方便. 现在要让它自动输入并启动.一. 新建security文件夹 # cd $WEBLOGIC_HOME/servers/Server-0# mkdir security二. 创建boot.properties文件 # vi b 阅读全文
posted @ 2016-08-26 15:52 Earic 编辑
摘要:context.xml 文件 使用: torque.properties torque.database.default=ups torque.database.ups.adapter=oracle torque.dsfactory.ups.factory=org.apache.torque.dsfactory.JndiDataSourceFactor... 阅读全文
posted @ 2016-08-11 11:23 Earic 编辑
摘要:首行缩进半个空白 或 首行缩进空白 或 全部缩进 或  阅读全文
posted @ 2016-07-29 22:56 Earic 编辑
摘要:edit : --> D:\tools\eclipse\configuration\.settings\org.eclipse.ui.ide.prefs 阅读全文
posted @ 2016-07-13 11:24 Earic 编辑
摘要:选择【Window】菜单 Preferences ——>General——>Editors——>Text Editors——>Hyperlinking 把勾都点上,然后确定KEY 值为 crtl 阅读全文
posted @ 2016-06-27 17:34 Earic 编辑
摘要:step1:打开选择Window->Preference step2:选择Java->Installed JREs step3:选中你所安装的jre,点击Edit,进入Edit JRE,如下所示 step4:选中rt.jar,点击Source Attachment step5:在对话框中,点击External Folder,选择你所安装的jdk目录... 阅读全文
posted @ 2016-06-24 08:53 Earic 编辑
摘要:下载地址 阅读全文
posted @ 2016-05-20 15:17 Earic 编辑
摘要:1、配置git 2、create git repository 3、git-->add commit Directory 4、提交代码 git remote add origin https://github.com/lujianing/ueditor.git git push -u origin master 注意:如果报错-->先fetch再merge-->push 阅读全文
posted @ 2016-05-15 11:57 Earic 编辑
只有注册用户登录后才能阅读该文。
posted @ 2016-03-19 07:58 Earic 编辑
摘要:1、dbvisualizer中文乱码 tools--tool properties找到Fonts--修改SQL Editor/Text Editor 将字体换成:微软雅黑、新宋体、楷体、黑体 2、dbvisualizer自动提示 tools--tool properties找到SQL Commander--Auto Completion 都打上勾 3、SQL提示 修改SQL提示的步... 阅读全文
posted @ 2016-03-18 22:09 Earic 编辑
摘要:Sublime Text 3.x (after Build 309X) —– BEGIN LICENSE —–Michael BarnesSingle User LicenseEA7E-8213858A353C41 872A0D5C DF9B2950 AFF6F667C458EA6D 8EA3C28 阅读全文
posted @ 2016-02-24 17:31 Earic 编辑
摘要:1、下载weblogic(含破解文件,土豪请支持正版,谢谢!) 2、安装如下图: 3、新建domain 4、打开weblogic Console 5、开始部署项目 6、部署成功 阅读全文
posted @ 2016-02-24 16:30 Earic 编辑
摘要:1、下载atom2、配置环境变量3、运行apminstallactivate-power-mode4、打开Atom激活(control+alt+o(是o不是零))注:新标签若没效果可以ctrl+shift+p 输入window:reload 阅读全文
posted @ 2016-01-12 13:13 Earic 编辑
摘要:注册时选择 License server ,填 http://idea.lanyus.com ,然后点击 OK 阅读全文
posted @ 2016-01-06 11:03 Earic 编辑
摘要:L-Larry_Lau@163.com#5481-ucjn4a16rvd98#6038L-Larry_Lau@163.com#36573-fdkscp15axjj6#25257 阅读全文
posted @ 2016-01-06 09:48 Earic 编辑
摘要:如何解决1. 关闭Eclipse2. 打开WorkSpace所在的位置。 {workspace-directory}/.metadata/.plugins/org.eclipse.core.runtime/.settings 删除以下文件org.eclipse.wst.server... 阅读全文
posted @ 2015-11-03 09:29 Earic 编辑
摘要:1、配置jdk2、CATALINA_HOME=c:\tomcat CATALINA_BASE=c:\tomcat3、classpath=%CATALINA_HOME%\common\lib\servlet.jar;(非必须) 阅读全文
posted @ 2015-11-01 11:40 Earic 编辑
摘要:到tomcat\conf\Catalina\localhost下新建文件:myapp.xml 内容如下: 这样你就可以用.xml文件来控制要启动的应用了 可以在tomcat\conf\Catalina\localhost下再建个bak目录 把暂时不用的应用的.xml文件放到里边 因为tomcat... 阅读全文
posted @ 2015-11-01 11:38 Earic 编辑
摘要:重启tomcat的时候出错Illegal access: this web application instance has been stopped already. Could not load oracle.net.mesg.Message. The eventual following st... 阅读全文
posted @ 2015-10-19 17:17 Earic 编辑