이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
SisMaker
/
yzySrv
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
Projects
0
릴리즈
0
위키
활동
소스 검색
ft: 完善
master
SisMaker
4 주 전
부모
a37042a387
커밋
f05f27c2a6
4개의 변경된 파일
과
4개의 추가작업
그리고
5개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
config/vm.args
+1
-1
src/center.erl
+1
-1
start_center.sh
+1
-1
start_game.bat
+ 1
- 2
config/vm.args
파일 보기
@ -3,5 +3,4 @@
-pa ./dep/ebin
-pa ./dep/ebin/debug_cmd
-pa ./config
+A 64
-s main start
+A 64
+ 1
- 1
src/center.erl
파일 보기
@ -23,7 +23,7 @@ doStartApp(MFAOrApp) ->
end
.
start
(
_
StartType
,
_
StartArgs
)
-
>
game_
mas
ter_sup
:
start_link
(
[
"
127.0.0.1
"
,
"
9110
"
]
)
.
game_
cen
ter_sup
:
start_link
(
[
"
127.0.0.1
"
,
"
9110
"
]
)
.
stop
(
_
State
)
-
>
ok
.
+ 1
- 1
start_center.sh
파일 보기
@ -1 +1 @@
erl -name center@127.0.0.1 -args_file
"./config/vm.args"
-config
"./config/cls.config"
erl -name center@127.0.0.1 -args_file
"./config/vm.args"
-config
"./config/cls.config"
-s center start
+ 1
- 1
start_game.bat
파일 보기
@ -1 +1 @@
erl -name game@127.0.0.1 -args_file
"
./config/vm.args
"
-config
"
./config/gsrv.config
"
erl -name game@127.0.0.1 -args_file
"
./config/vm.args
"
-config
"
./config/gsrv.config
"
-s main start
쓰기
미리보기
불러오는 중...
취소
저장