2 Star 4 Fork 16

talent-tan / web端仿微信即时聊天工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
startup.bat 360 Bytes
一键复制 编辑 原始数据 按行查看 历史
offic 提交于 2018-09-03 15:56 . 提交到码云
rem -Xms64m -Xmx2048m
@echo off
setlocal & pushd
set APP_ENTRY=org.tio.showcase.websocket.server.ShowcaseWebsocketStarter
set BASE=%~dp0
set CP=%BASE%\config;%BASE%\lib\*
java -Xverify:none -XX:+HeapDumpOnOutOfMemoryError -Dtio.default.read.buffer.size=512 -XX:HeapDumpPath=c:/java-t-io-wsdemo-server-pid.hprof -cp "%CP%" %APP_ENTRY%
endlocal & popd
Java
1
https://gitee.com/tywo45/im.git
git@gitee.com:tywo45/im.git
tywo45
im
web端仿微信即时聊天工具
master

搜索帮助