
软件
阿_布
这个作者很懒,什么都没留下…
展开
-
tomcat调整内存方法
如果tomcat是解压缩版的,修改%Tomcat_Home%/bin/catalina.bat文件,在该文件开头加入 set CATALINA_OPTS=-Xms512m -Xmx1024m原创 2010-12-15 09:44:40 · 153 阅读 · 0 评论 -
搜索替换工具Search And Replace
比较好用,注意不要解压到中文路径下。原创 2010-09-12 10:26:35 · 239 阅读 · 0 评论 -
MyEclipse6.0生成注册码类
import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;public class test { public static String verTimeStr; private static final String LL = "Decom...原创 2011-04-19 09:45:01 · 125 阅读 · 0 评论 -
eclipse for javaee配置web开发环境
1、到www.eclipse.org下载eclipse for javaee版本的Eclipse,截止目前最高版本是3.62、安装tomcat6.x,这是一个比较稳定的版本3、在Eclipse中安装tomcat插件,com.sysdeo.eclipse.tomcat_3.2.0(http://www.eclipsetotale.com/tomcatPlugin.html),把com...原创 2011-01-10 12:03:21 · 439 阅读 · 0 评论 -
CKEditor用法
config.jsCKEDITOR.editorConfig = function( config ){ // Define changes to default configuration here. For example: config.language = 'zh-cn'; config.uiColor = '#AADC6E'; config.width...原创 2011-05-04 14:27:30 · 150 阅读 · 0 评论 -
eclipse安装插件方法
Eclipse安装插件最简单的方法是直接把插件的jar包放到Eclipse的plugin目录下。这种方法的缺点是Eclipse本身就是由许多插件组合而成的,系统自带的插件和你安装的插件混杂在一起,显得混乱。 今天介绍另外一种方法,比较直观: 在Eclipse目录下新建一个links目录,假设安装的插件名称为xx,在links目录下新建xx.link文件;在Eclipse目录下再新建...原创 2010-11-03 11:46:17 · 131 阅读 · 0 评论 -
删除指定目录下的所有svn目录
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN] @="Delete SVN Folders" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN\command...原创 2011-10-17 09:05:22 · 194 阅读 · 0 评论 -
Intellij idea 10使用设置
某些格式文件编译时不发布问题:Setting->Compiler->Resource Patterns,添加指定类型的文件格式设置内存:(Edit Configurations)-server -Xverify:none -Xms512M -Xmx1024M -XX:PermSize=128m -ea设置编码:Setting->File Enco...原创 2011-12-19 11:25:30 · 208 阅读 · 0 评论 -
编码转换工具
编码转换工具原创 2011-12-06 13:04:00 · 161 阅读 · 0 评论