项目IDEA启动配置

在所有java启动项中加入 -Djute.maxbuffer=2048000

tomcat 在catalina.bat 中第一行加入 set JAVA_OPTS=-Djute.maxbuffer=2048000

Gradle login 的release任务 的Arguments 中加入参数 -Pdist=D:\\apache-tomcat-7.0.78\\webapps\\login -Pinclude_logback_xml=true 以输出到log目录 实际的输出log路径在 logback-shared.xml 中配置输出路径

Kotlin 中 gate home battle world 全部在VM options 中加入 -Dconsole_log=true -Djute.maxbuffer=2048000   -Ddev=true   另zooKeeperInitKt 中的 Program arguments 配置D:\GOT-GIT\GOT-PC\tools\src\main\resource

在idea安装目录  idea/bin/idea64.exe.vmoptions 中修改 -Xms1024m -Xmx2048m

修改项目目录/bin 下 jvm_options_basic.sh  增加 -Djute.maxbuffer=2048000   linux服务器启动会调用 该文件

proto文件无法识别 的错误

需要配置一下idea的配置文件即可 
首先找到idea的安装目录,然后找到bin目录中的idea.properties文件 
修改文件中这一行后面的值为9999

idea.max.intellisense.filesize=9999

重启idea,就好啦

在 tools/src/resources/excel 目录下 csv 文件 打开编辑框-》右键-》Edit as Table  新建一个Formats  随便命名 选择 Value separator 填入 #  最下面的 Header Format 的同样填入 #  点击保存

上一篇:monkey亲测


下一篇:html5中的图片预览