在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例C/C++游戏开发 → skytd机甲slg服务器端

skytd机甲slg服务器端

C/C++游戏开发

下载此实例
  • 开发语言:C/C++
  • 实例大小:330.23M
  • 下载次数:9
  • 浏览次数:84
  • 发布时间:2023-03-24
  • 实例类别:C/C++游戏开发
  • 发 布 人:xiyi1981
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 服务器端 服务器 服务

实例介绍

【实例简介】skytd机甲slg服务器端

【实例截图】

from clipboard

【核心代码】

.
├── SKYTD_COMMON
│   ├── Common.vcproj
│   ├── Common.vcproj.W1ZARD-PC.Administrator.user
│   ├── Common.vcxproj
│   ├── Common.vcxproj.filters
│   ├── Common.vcxproj.user
│   ├── CommonDef.h
│   ├── Debug
│   │   └── Common.tlog
│   ├── EnumDef.h
│   ├── MsgDefine.h
│   ├── MsgStruct.h
│   ├── TSingleton.h
│   ├── Types.h
│   └── 设计文档
│       ├── DB
│       │   ├── 20131113.sql
│       │   ├── 20131114.sql
│       │   ├── 20131119.sql
│       │   ├── 20131120.sql
│       │   ├── 20131121.sql
│       │   ├── 20131127.sql
│       │   ├── 20131128.sql
│       │   ├── 20131129.sql
│       │   ├── 20131202.sql
│       │   ├── 20131203.sql
│       │   ├── 20131210.sql
│       │   ├── 20131211.sql
│       │   ├── 20131217.sql
│       │   ├── 20131218.sql
│       │   ├── 20131219.sql
│       │   ├── 20131225.sql
│       │   ├── 20131226.sql
│       │   ├── 20140107.sql
│       │   ├── 20140620.sql
│       │   ├── 20140625.sql
│       │   ├── 20140701.sql
│       │   ├── 20140708
│       │   ├── 20140714.sql
│       │   ├── 20140717.sql
│       │   ├── 20140724.sql
│       │   ├── combined.bat
│       │   ├── combined.sql
│       │   ├── skytd(20131231).sql
│       │   └── skytd.sql
│       └── EA
│           ├── PVE功能模块.eap
│           ├── PVP.eap
│           ├── skytd.eap
│           ├── 内城模块.eap
│           ├── 好友模块.eap
│           ├── 技能模块.eap
│           ├── 指挥官模块.eap
│           ├── 排行版模块.eap
│           ├── 内城集结点模块.eap
│           └── 机甲研究中心功能模块.eap
├── SKYTD_SERVER
│   ├── AddCom
│   │   ├── AddCom
│   │   │   ├── AddCom.csproj
│   │   │   ├── AddComService.cs
│   │   │   ├── Properties
│   │   │   └── bin
│   │   ├── AddCom.sln
│   │   └── AddCom.suo
│   ├── Facebook
│   │   ├── facebookmethod.cpp
│   │   ├── facebookmethod.h
│   │   ├── facebookrestclient.cpp
│   │   ├── facebookrestclient.h
│   │   ├── facebooksignatureutil.cpp
│   │   ├── facebooksignatureutil.h
│   │   └── synchttp.h
│   ├── Facebook_Lib
│   │   ├── QtCore.lib
│   │   ├── QtNetwork.lib
│   │   ├── QtXml.lib
│   │   └── qt
│   │       ├── include
│   │       └── src
│   ├── InnerCommon
│   │   ├── Debug
│   │   │   ├── BuildLog.htm
│   │   │   └── InnerCommon.tlog
│   │   ├── InnerCommon.vcproj
│   │   ├── InnerCommon.vcproj.A10828.Administrator.user
│   │   ├── InnerCommon.vcproj.KS-JAKEDAI.win7.user
│   │   ├── InnerCommon.vcproj.W1ZARD-PC.Administrator.user
│   │   ├── InnerCommon.vcproj.W1ZARD-PC.win7.user
│   │   ├── InnerCommon.vcxproj
│   │   ├── InnerCommon.vcxproj.filters
│   │   ├── InnerCommon.vcxproj.user
│   │   ├── Release
│   │   │   └── BuildLog.htm
│   │   └── include
│   │       ├── CommonHead.h
│   │       ├── MsgDefine.h
│   │       └── MsgTypes.h
│   ├── Lib_Base
│   │   ├── Debug
│   │   │   ├── BuildLog.htm
│   │   │   ├── Efficiency.obj
│   │   │   ├── Exception.obj
│   │   │   ├── Heap.obj
│   │   │   ├── IPCChannel.obj
│   │   │   ├── Ini.obj
│   │   │   ├── IniFile.obj
│   │   │   ├── Lib_Base.tlog
│   │   │   ├── ParseCfg.obj
│   │   │   ├── RegisterService.obj
│   │   │   ├── String.obj
│   │   │   ├── SvrBase.obj
│   │   │   ├── SymEngine.obj
│   │   │   ├── Thread.obj
│   │   │   ├── Timer.obj
│   │   │   ├── Translator.obj
│   │   │   ├── dumpcrash.obj
│   │   │   ├── md5.obj
│   │   │   ├── mempool.obj
│   │   │   ├── vc90.idb
│   │   │   └── vc90.pdb
│   │   ├── Inc
│   │   │   ├── Array.h
│   │   │   ├── Efficiency.h
│   │   │   ├── Factory.h
│   │   │   ├── Heap.h
│   │   │   ├── IException.h
│   │   │   ├── IModule.h
│   │   │   ├── IPCChannel.h
│   │   │   ├── Ini.h
│   │   │   ├── IniFile.h
│   │   │   ├── ParseCfg.h
│   │   │   ├── RegisterService.h
│   │   │   ├── String.h
│   │   │   ├── SvrBase.h
│   │   │   ├── SymEngine.h
│   │   │   ├── SyncObjs.h
│   │   │   ├── TMemExtData.h
│   │   │   ├── Template.h
│   │   │   ├── Thread.h
│   │   │   ├── Timer.h
│   │   │   ├── Translator.h
│   │   │   ├── Utility.h
│   │   │   ├── exception.h
│   │   │   ├── md5.h
│   │   │   ├── md5.ipp
│   │   │   └── mempool.h
│   │   ├── Lib_Base.vcproj
│   │   ├── Lib_Base.vcproj.A10828.Administrator.user
│   │   ├── Lib_Base.vcproj.W1ZARD-PC.Administrator.user
│   │   ├── Lib_Base.vcproj.W1ZARD-PC.win7.user
│   │   ├── Lib_Base.vcxproj
│   │   ├── Lib_Base.vcxproj.filters
│   │   ├── Lib_Base.vcxproj.user
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   ├── BuildLog.htm
│   │   │   ├── Efficiency.obj
│   │   │   ├── Exception.obj
│   │   │   ├── Heap.obj
│   │   │   ├── IPCChannel.obj
│   │   │   ├── Ini.obj
│   │   │   ├── IniFile.obj
│   │   │   ├── ParseCfg.obj
│   │   │   ├── RegisterService.obj
│   │   │   ├── String.obj
│   │   │   ├── SvrBase.obj
│   │   │   ├── SymEngine.obj
│   │   │   ├── Thread.obj
│   │   │   ├── Timer.obj
│   │   │   ├── Translator.obj
│   │   │   ├── dumpcrash.obj
│   │   │   ├── md5.obj
│   │   │   ├── mempool.obj
│   │   │   ├── vc90.idb
│   │   │   └── vc90.pdb
│   │   ├── Src
│   │   │   ├── Efficiency.cpp
│   │   │   ├── Exception.cpp
│   │   │   ├── Heap.cpp
│   │   │   ├── IPCChannel.cpp
│   │   │   ├── Ini.cpp
│   │   │   ├── IniFile.cpp
│   │   │   ├── ParseCfg.cpp
│   │   │   ├── RegisterService.cpp
│   │   │   ├── String.cpp
│   │   │   ├── SvrBase.cpp
│   │   │   ├── SymEngine.cpp
│   │   │   ├── Thread.cpp
│   │   │   ├── Timer.cpp
│   │   │   ├── Translator.cpp
│   │   │   ├── md5.cpp
│   │   │   └── mempool.cpp
│   │   └── x64
│   │       └── Release
│   ├── Lib_DB
│   │   ├── DB.dll
│   │   ├── Debug
│   │   │   ├── BuildLog.htm
│   │   │   ├── Database.obj
│   │   │   ├── Db.dll.embed.manifest
│   │   │   ├── Db.dll.embed.manifest.res
│   │   │   ├── Db.dll.intermediate.manifest
│   │   │   ├── Field.obj
│   │   │   ├── Lib_DB.tlog
│   │   │   ├── Record.obj
│   │   │   ├── Recordset.obj
│   │   │   ├── db.pdb
│   │   │   ├── mt.dep
│   │   │   ├── vc90.idb
│   │   │   └── vc90.pdb
│   │   ├── Inc
│   │   │   ├── Database.h
│   │   │   ├── Field.h
│   │   │   ├── IDB.h
│   │   │   ├── Record.h
│   │   │   └── Recordset.h
│   │   ├── Lib_DB.vcproj
│   │   ├── Lib_DB.vcproj.A10828.Administrator.user
│   │   ├── Lib_DB.vcproj.W1ZARD-PC.Administrator.user
│   │   ├── Lib_DB.vcproj.W1ZARD-PC.win7.user
│   │   ├── Lib_DB.vcxproj
│   │   ├── Lib_DB.vcxproj.filters
│   │   ├── Lib_DB.vcxproj.user
│   │   ├── Release
│   │   │   ├── BuildLog.htm
│   │   │   ├── DB.dll.intermediate.manifest
│   │   │   ├── Database.obj
│   │   │   ├── Field.obj
│   │   │   ├── Record.obj
│   │   │   ├── Recordset.obj
│   │   │   ├── mt.dep
│   │   │   ├── vc90.idb
│   │   │   └── vc90.pdb
│   │   └── Src
│   │       ├── Database.cpp
│   │       ├── Field.cpp
│   │       ├── Record.cpp
│   │       └── Recordset.cpp
│   ├── Lib_Net
│   │   ├── Debug
│   │   │   ├── BuildLog.htm
│   │   │   ├── IMessage.obj
│   │   │   ├── IocpClient.obj
│   │   │   ├── IocpNetClient.obj
│   │   │   ├── IocpServer.obj
│   │   │   ├── KernelImpl.obj
│   │   │   ├── Lib_Net.tlog
│   │   │   ├── MsgRouter.obj
│   │   │   ├── Net.dll.intermediate.manifest
│   │   │   ├── NetServeImpl.obj
│   │   │   ├── RouterPort.obj
│   │   │   ├── Serve.obj
│   │   │   ├── ServeSocket.obj
│   │   │   ├── Socket.obj
│   │   │   ├── Socket2.obj
│   │   │   ├── mt.dep
│   │   │   ├── vc90.idb
│   │   │   └── vc90.pdb
│   │   ├── Inc
│   │   │   ├── ClientSocket.h
│   │   │   ├── IIocpNetClient.h
│   │   │   ├── IKernel.h
│   │   │   ├── IMessage.h
│   │   │   ├── IServe.h
│   │   │   ├── ISocket.h
│   │   │   ├── IocpClient.h
│   │   │   ├── IocpNetClient.h
│   │   │   ├── IocpServer.h
│   │   │   ├── KernelImpl.h
│   │   │   ├── KernelMsgDef.h
│   │   │   ├── ListenSocket.h
│   │   │   ├── MsgRouter.h
│   │   │   ├── NetServeImpl.h
│   │   │   ├── RouterPort.h
│   │   │   ├── Serve.h
│   │   │   ├── ServeSocket.h
│   │   │   ├── Socket.h
│   │   │   └── Socket2.h
│   │   ├── Lib_Net.vcproj
│   │   ├── Lib_Net.vcproj.A10828.Administrator.user
│   │   ├── Lib_Net.vcproj.W1ZARD-PC.Administrator.user
│   │   ├── Lib_Net.vcproj.W1ZARD-PC.win7.user
│   │   ├── Lib_Net.vcxproj
│   │   ├── Lib_Net.vcxproj.filters
│   │   ├── Lib_Net.vcxproj.user
│   │   ├── Net.dll
│   │   ├── Release
│   │   │   ├── BuildLog.htm
│   │   │   ├── IMessage.obj
│   │   │   ├── IocpClient.obj
│   │   │   ├── IocpNetClient.obj
│   │   │   ├── IocpServer.obj
│   │   │   ├── KernelImpl.obj
│   │   │   ├── MsgRouter.obj
│   │   │   ├── Net.dll.intermediate.manifest
│   │   │   ├── NetServeImpl.obj
│   │   │   ├── RouterPort.obj
│   │   │   ├── Serve.obj
│   │   │   ├── ServeSocket.obj
│   │   │   ├── Socket.obj
│   │   │   ├── Socket2.obj
│   │   │   ├── mt.dep
│   │   │   ├── vc90.idb
│   │   │   └── vc90.pdb
│   │   ├── Src
│   │   │   ├── IMessage.cpp
│   │   │   ├── IocpClient.cpp
│   │   │   ├── IocpNetClient.cpp
│   │   │   ├── IocpServer.cpp
│   │   │   ├── KernelImpl.cpp
│   │   │   ├── ListenSocket.cpp
│   │   │   ├── MsgRouter.cpp
│   │   │   ├── NetServeImpl.cpp
│   │   │   ├── RouterPort.cpp
│   │   │   ├── Serve.cpp
│   │   │   ├── ServeSocket.cpp
│   │   │   ├── Socket.cpp
│   │   │   └── Socket2.cpp
│   │   └── Template
│   │       └── Lib_Net.tlog
│   ├── LuaJIT-2.0.2
│   │   ├── COPYRIGHT
│   │   ├── Makefile
│   │   ├── README
│   │   ├── doc
│   │   │   ├── bluequad-print.css
│   │   │   ├── bluequad.css
│   │   │   ├── changes.html
│   │   │   ├── contact.html
│   │   │   ├── ext_c_api.html
│   │   │   ├── ext_ffi.html
│   │   │   ├── ext_ffi_api.html
│   │   │   ├── ext_ffi_semantics.html
│   │   │   ├── ext_ffi_tutorial.html
│   │   │   ├── ext_jit.html
│   │   │   ├── extensions.html
│   │   │   ├── faq.html
│   │   │   ├── img
│   │   │   ├── install.html
│   │   │   ├── luajit.html
│   │   │   ├── running.html
│   │   │   └── status.html
│   │   ├── dynasm
│   │   │   ├── dasm_arm.h
│   │   │   ├── dasm_arm.lua
│   │   │   ├── dasm_mips.h
│   │   │   ├── dasm_mips.lua
│   │   │   ├── dasm_ppc.h
│   │   │   ├── dasm_ppc.lua
│   │   │   ├── dasm_proto.h
│   │   │   ├── dasm_x64.lua
│   │   │   ├── dasm_x86.h
│   │   │   ├── dasm_x86.lua
│   │   │   └── dynasm.lua
│   │   ├── etc
│   │   │   ├── luajit.1
│   │   │   └── luajit.pc
│   │   └── src
│   │       ├── Makefile
│   │       ├── Makefile.dep
│   │       ├── host
│   │       ├── jit
│   │       ├── lauxlib.h
│   │       ├── lib_aux.c
│   │       ├── lib_base.c
│   │       ├── lib_bit.c
│   │       ├── lib_debug.c
│   │       ├── lib_ffi.c
│   │       ├── lib_init.c
│   │       ├── lib_io.c
│   │       ├── lib_jit.c
│   │       ├── lib_math.c
│   │       ├── lib_os.c
│   │       ├── lib_package.c
│   │       ├── lib_string.c
│   │       ├── lib_table.c
│   │       ├── lj.supp
│   │       ├── lj_alloc.c
│   │       ├── lj_alloc.h
│   │       ├── lj_api.c
│   │       ├── lj_arch.h
│   │       ├── lj_asm.c
│   │       ├── lj_asm.h
│   │       ├── lj_asm_arm.h
│   │       ├── lj_asm_mips.h
│   │       ├── lj_asm_ppc.h
│   │       ├── lj_asm_x86.h
│   │       ├── lj_bc.c
│   │       ├── lj_bc.h
│   │       ├── lj_bcdef.h
│   │       ├── lj_bcdump.h
│   │       ├── lj_bcread.c
│   │       ├── lj_bcwrite.c
│   │       ├── lj_carith.c
│   │       ├── lj_carith.h
│   │       ├── lj_ccall.c
│   │       ├── lj_ccall.h
│   │       ├── lj_ccallback.c
│   │       ├── lj_ccallback.h
│   │       ├── lj_cconv.c
│   │       ├── lj_cconv.h
│   │       ├── lj_cdata.c
│   │       ├── lj_cdata.h
│   │       ├── lj_char.c
│   │       ├── lj_char.h
│   │       ├── lj_clib.c
│   │       ├── lj_clib.h
│   │       ├── lj_cparse.c
│   │       ├── lj_cparse.h
│   │       ├── lj_crecord.c
│   │       ├── lj_crecord.h
│   │       ├── lj_ctype.c
│   │       ├── lj_ctype.h
│   │       ├── lj_debug.c
│   │       ├── lj_debug.h
│   │       ├── lj_def.h
│   │       ├── lj_dispatch.c
│   │       ├── lj_dispatch.h
│   │       ├── lj_emit_arm.h
│   │       ├── lj_emit_mips.h
│   │       ├── lj_emit_ppc.h
│   │       ├── lj_emit_x86.h
│   │       ├── lj_err.c
│   │       ├── lj_err.h
│   │       ├── lj_errmsg.h
│   │       ├── lj_ff.h
│   │       ├── lj_ffdef.h
│   │       ├── lj_ffrecord.c
│   │       ├── lj_ffrecord.h
│   │       ├── lj_folddef.h
│   │       ├── lj_frame.h
│   │       ├── lj_func.c
│   │       ├── lj_func.h
│   │       ├── lj_gc.c
│   │       ├── lj_gc.h
│   │       ├── lj_gdbjit.c
│   │       ├── lj_gdbjit.h
│   │       ├── lj_ir.c
│   │       ├── lj_ir.h
│   │       ├── lj_ircall.h
│   │       ├── lj_iropt.h
│   │       ├── lj_jit.h
│   │       ├── lj_lex.c
│   │       ├── lj_lex.h
│   │       ├── lj_lib.c
│   │       ├── lj_lib.h
│   │       ├── lj_libdef.h
│   │       ├── lj_load.c
│   │       ├── lj_mcode.c
│   │       ├── lj_mcode.h
│   │       ├── lj_meta.c
│   │       ├── lj_meta.h
│   │       ├── lj_obj.c
│   │       ├── lj_obj.h
│   │       ├── lj_opt_dce.c
│   │       ├── lj_opt_fold.c
│   │       ├── lj_opt_loop.c
│   │       ├── lj_opt_mem.c
│   │       ├── lj_opt_narrow.c
│   │       ├── lj_opt_sink.c
│   │       ├── lj_opt_split.c
│   │       ├── lj_parse.c
│   │       ├── lj_parse.h
│   │       ├── lj_recdef.h
│   │       ├── lj_record.c
│   │       ├── lj_record.h
│   │       ├── lj_snap.c
│   │       ├── lj_snap.h
│   │       ├── lj_state.c
│   │       ├── lj_state.h
│   │       ├── lj_str.c
│   │       ├── lj_str.h
│   │       ├── lj_strscan.c
│   │       ├── lj_strscan.h
│   │       ├── lj_tab.c
│   │       ├── lj_tab.h
│   │       ├── lj_target.h
│   │       ├── lj_target_arm.h
│   │       ├── lj_target_mips.h
│   │       ├── lj_target_ppc.h
│   │       ├── lj_target_x86.h
│   │       ├── lj_trace.c
│   │       ├── lj_trace.h
│   │       ├── lj_traceerr.h
│   │       ├── lj_udata.c
│   │       ├── lj_udata.h
│   │       ├── lj_vm.h
│   │       ├── lj_vmevent.c
│   │       ├── lj_vmevent.h
│   │       ├── lj_vmmath.c
│   │       ├── ljamalg.c
│   │       ├── lua.h
│   │       ├── lua.hpp
│   │       ├── lua51.dll
│   │       ├── lua51.exp
│   │       ├── lua51.lib
│   │       ├── luaconf.h
│   │       ├── luajit.c
│   │       ├── luajit.exe
│   │       ├── luajit.h
│   │       ├── lualib.h
│   │       ├── msvcbuild.bat
│   │       ├── vm_arm.dasc
│   │       ├── vm_mips.dasc
│   │       ├── vm_ppc.dasc
│   │       ├── vm_ppcspe.dasc
│   │       ├── vm_x86.dasc
│   │       └── xedkbuild.bat
│   ├── MemCacheClient
│   │   ├── Debug
│   │   │   ├── BuildLog.htm
│   │   │   ├── CL.read.1.tlog
│   │   │   ├── CL.write.1.tlog
│   │   │   ├── Lib-link.read.1.tlog
│   │   │   ├── Lib-link.write.1.tlog
│   │   │   ├── Matilda.obj
│   │   │   ├── MemCacheClient.lastbuildstate
│   │   │   ├── MemCacheClient.log
│   │   │   ├── MemCacheClient.obj
│   │   │   ├── MemCacheClient.tlog
│   │   │   ├── MemCacheClient.vcxprojResolveAssemblyReference.cache
│   │   │   ├── MemCacheClient.write.1.tlog
│   │   │   ├── MemCacheClientTest.obj
│   │   │   ├── MemCacheService.obj
│   │   │   ├── ReadWriteBuffer.obj
│   │   │   ├── Socket.obj
│   │   │   ├── cl.command.1.tlog
│   │   │   ├── lib.command.1.tlog
│   │   │   ├── sha1.obj
│   │   │   ├── vc100.idb
│   │   │   ├── vc100.pdb
│   │   │   ├── vc90.idb
│   │   │   └── vc90.pdb
│   │   ├── Makefile
│   │   ├── Matilda.cpp
│   │   ├── Matilda.h
│   │   ├── MemCacheClient.cpp
│   │   ├── MemCacheClient.doxy
│   │   ├── MemCacheClient.h
│   │   ├── MemCacheClient.sln
│   │   ├── MemCacheClient.vcproj
│   │   ├── MemCacheClient.vcproj.A10828.Administrator.user
│   │   ├── MemCacheClient.vcproj.W1ZARD-PC.Administrator.user
│   │   ├── MemCacheClient.vcproj.W1ZARD-PC.win7.user
│   │   ├── MemCacheClient.vcxproj
│   │   ├── MemCacheClient.vcxproj.filters
│   │   ├── MemCacheClient.vcxproj.user
│   │   ├── MemCacheClientTest.cpp
│   │   ├── MemCacheClientTest.vcproj
│   │   ├── MemCacheService.cpp
│   │   ├── MemCacheService.h
│   │   ├── ReadWriteBuffer.cpp
│   │   ├── ReadWriteBuffer.h
│   │   ├── Release
│   │   │   ├── BuildLog.htm
│   │   │   ├── Matilda.obj
│   │   │   ├── MemCacheClient.obj
│   │   │   ├── MemCacheClientTest.obj
│   │   │   ├── MemCacheService.obj
│   │   │   ├── ReadWriteBuffer.obj
│   │   │   ├── Socket.obj
│   │   │   ├── sha1.obj
│   │   │   ├── vc90.idb
│   │   │   └── vc90.pdb
│   │   ├── Socket.cpp
│   │   ├── Socket.h
│   │   ├── lib
│   │   │   └── MemCacheClient.lib
│   │   ├── package.cmd
│   │   ├── sha1.c
│   │   └── sha1.h
│   ├── Msg
│   ├── MySQL
│   │   ├── include
│   │   │   ├── config-netware.h
│   │   │   ├── config-win.h
│   │   │   ├── errmsg.h
│   │   │   ├── libmysql.def
│   │   │   ├── m_ctype.h
│   │   │   ├── m_string.h
│   │   │   ├── my_alloc.h
│   │   │   ├── my_dbug.h
│   │   │   ├── my_getopt.h
│   │   │   ├── my_global.h
│   │   │   ├── my_list.h
│   │   │   ├── my_pthread.h
│   │   │   ├── my_sys.h
│   │   │   ├── mysql.h
│   │   │   ├── mysql_com.h
│   │   │   ├── mysql_embed.h
│   │   │   ├── mysql_time.h
│   │   │   ├── mysql_version.h
│   │   │   ├── mysqld_ername.h
│   │   │   ├── mysqld_error.h
│   │   │   └── typelib.h
│   │   └── lib
│   │       ├── debug
│   │       └── opt
│   ├── MySql_X64
│   │   ├── include
│   │   │   ├── config-win.h
│   │   │   ├── decimal.h
│   │   │   ├── errmsg.h
│   │   │   ├── keycache.h
│   │   │   ├── libmysql.def
│   │   │   ├── m_ctype.h
│   │   │   ├── m_string.h
│   │   │   ├── my_alloc.h
│   │   │   ├── my_attribute.h
│   │   │   ├── my_dbug.h
│   │   │   ├── my_dir.h
│   │   │   ├── my_getopt.h
│   │   │   ├── my_global.h
│   │   │   ├── my_list.h
│   │   │   ├── my_net.h
│   │   │   ├── my_no_pthread.h
│   │   │   ├── my_pthread.h
│   │   │   ├── my_sys.h
│   │   │   ├── my_xml.h
│   │   │   ├── mysql
│   │   │   ├── mysql.h
│   │   │   ├── mysql_com.h
│   │   │   ├── mysql_embed.h
│   │   │   ├── mysql_time.h
│   │   │   ├── mysql_version.h
│   │   │   ├── mysqld_ername.h
│   │   │   ├── mysqld_error.h
│   │   │   ├── sql_common.h
│   │   │   ├── sql_state.h
│   │   │   ├── sslopt-case.h
│   │   │   ├── sslopt-longopts.h
│   │   │   ├── sslopt-vars.h
│   │   │   └── typelib.h
│   │   └── lib
│   │       ├── opt
│   │       └── plugin
│   ├── SNSServer
│   │   ├── AppPushServer
│   │   │   ├── AppPushServer
│   │   │   └── AppPushServer.sln
│   │   ├── ApplePush
│   │   │   ├── ApplePush
│   │   │   └── ApplePush.sln
│   │   ├── ApplePushDLL
│   │   │   ├── ApplePushDLL
│   │   │   └── ApplePushDLL.sln
│   │   ├── AuthServer
│   │   │   ├── AuthServer.vcproj.W1ZARD-PC.win7.user
│   │   │   └── Debug
│   │   ├── Backup
│   │   │   ├── ChargeServer
│   │   │   ├── Common
│   │   │   ├── DbServer
│   │   │   ├── GameServer
│   │   │   ├── InnerCommon
│   │   │   ├── Lib_Base
│   │   │   ├── Lib_DB
│   │   │   ├── Lib_Net
│   │   │   ├── LoginServer
│   │   │   ├── MemCacheClient
│   │   │   ├── SNSServer.sln
│   │   │   ├── TestClient
│   │   │   ├── UserServer
│   │   │   ├── WorldServer
│   │   │   ├── log4cplus_dll
│   │   │   └── lua
│   │   ├── BattleServer
│   │   │   ├── BattleServer.vcproj
│   │   │   ├── BattleServer.vcproj.W1ZARD-PC.Administrator.user
│   │   │   ├── Command.cpp
│   │   │   ├── Debug
│   │   │   ├── GameCore
│   │   │   ├── Module
│   │   │   ├── compile_time.cpp
│   │   │   ├── include
│   │   │   ├── src
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── Bots
│   │   │   ├── Bots.sln
│   │   │   ├── Bots.vcproj
│   │   │   ├── bot.cpp
│   │   │   ├── bot.h
│   │   │   ├── bot_mgr.cpp
│   │   │   ├── bot_mgr.h
│   │   │   ├── bot_state.h
│   │   │   ├── bots_app.cpp
│   │   │   ├── bots_app.h
│   │   │   ├── console.cpp
│   │   │   ├── console.h
│   │   │   ├── main.cpp
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── ChargeServer
│   │   │   ├── BlackUser.cpp
│   │   │   ├── BlackUser.h
│   │   │   ├── ChargeServer.cpp
│   │   │   ├── ChargeServer.h
│   │   │   ├── ChargeServer.vcproj
│   │   │   ├── ChargeServer.vcproj.A10804.Administrator.user
│   │   │   ├── ChargeServer.vcproj.SNS-LGH.Administrator.user
│   │   │   ├── ChargeServer.vcproj.W1ZARD-PC.Administrator.user
│   │   │   ├── ChargeServer.vcxproj
│   │   │   ├── ChargeServer.vcxproj.filters
│   │   │   ├── Command.cpp
│   │   │   ├── Debug
│   │   │   ├── GameCore
│   │   │   ├── ListenConnect.cpp
│   │   │   ├── NetWorker.cpp
│   │   │   ├── NetWorker.h
│   │   │   ├── Release
│   │   │   ├── ServiceLoader.cpp
│   │   │   ├── ServiceLoader.h
│   │   │   ├── include
│   │   │   ├── src
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── wEncrypt.cpp
│   │   │   └── wEncrypt.h
│   │   ├── Common
│   │   │   ├── applepush.h
│   │   │   ├── dumpcrash.cpp
│   │   │   ├── dumpcrash.h
│   │   │   ├── logfile.cpp
│   │   │   └── logfile.h
│   │   ├── CommonServer
│   │   │   ├── CommonServer.vcproj.W1ZARD-PC.win7.user
│   │   │   ├── Debug
│   │   │   ├── Release
│   │   │   ├── stdafx.h.mine
│   │   │   └── stdafx.h.r189
│   │   ├── DbServer
│   │   │   ├── AppPush.cpp
│   │   │   ├── AppPush.h
│   │   │   ├── BlackUser.cpp
│   │   │   ├── BlackUser.h
│   │   │   ├── Command.cpp
│   │   │   ├── DbServer.cpp
│   │   │   ├── DbServer.h
│   │   │   ├── DbServer.sln
│   │   │   ├── DbServer.vcproj
│   │   │   ├── DbServer.vcproj.A10828.Administrator.user
│   │   │   ├── DbServer.vcproj.W1ZARD-PC.Administrator.user
│   │   │   ├── DbServer.vcproj.W1ZARD-PC.win7.user
│   │   │   ├── DbServer.vcxproj
│   │   │   ├── DbServer.vcxproj.filters
│   │   │   ├── DbServer.vcxproj.user
│   │   │   ├── Debug
│   │   │   ├── ErrorMessage.h
│   │   │   ├── GameCore
│   │   │   ├── ListenConnect.cpp
│   │   │   ├── Master.cpp
│   │   │   ├── Master.h
│   │   │   ├── MsgHandler.cpp
│   │   │   ├── MsgHandler.h
│   │   │   ├── Release
│   │   │   ├── ServiceLoader.cpp
│   │   │   ├── ServiceLoader.h
│   │   │   ├── include
│   │   │   ├── log
│   │   │   ├── src
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── wEncrypt.cpp
│   │   │   └── wEncrypt.h
│   │   ├── DummyPlayer
│   │   │   ├── Command.cpp
│   │   │   ├── DummyPlayer.cpp
│   │   │   ├── DummyPlayer.h
│   │   │   ├── DummyPlayer.vcproj
│   │   │   ├── GameCore
│   │   │   ├── Log.cpp
│   │   │   ├── Log.h
│   │   │   ├── LoginServer.vcproj
│   │   │   ├── NetWorker.cpp
│   │   │   ├── NetWorker.h
│   │   │   ├── ServiceLoader.cpp
│   │   │   ├── ServiceLoader.h
│   │   │   ├── include
│   │   │   ├── src
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── wEncrypt.cpp
│   │   │   └── wEncrypt.h
│   │   ├── GameServer
│   │   │   ├── Command.cpp
│   │   │   ├── Debug
│   │   │   ├── Facebook
│   │   │   ├── GameCore
│   │   │   ├── GameServer.sln
│   │   │   ├── GameServer.vcproj
│   │   │   ├── GameServer.vcproj.A10828.Administrator.user
│   │   │   ├── GameServer.vcproj.W1ZARD-PC.Administrator.user
│   │   │   ├── GameServer.vcproj.W1ZARD-PC.win7.user
│   │   │   ├── GameServer.vcxproj
│   │   │   ├── GameServer.vcxproj.filters
│   │   │   ├── GameServer.vcxproj.user
│   │   │   ├── Module
│   │   │   ├── Release
│   │   │   ├── compile_time.cpp
│   │   │   ├── efficiency.log
│   │   │   ├── include
│   │   │   ├── log
│   │   │   ├── src
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── Log
│   │   │   ├── Log.cpp
│   │   │   └── Log.h
│   │   ├── LoginServer
│   │   │   ├── BlackUser.cpp
│   │   │   ├── BlackUser.h
│   │   │   ├── Command.cpp
│   │   │   ├── Debug
│   │   │   ├── Facebook
│   │   │   ├── GameCore
│   │   │   ├── IGGCheck.cpp
│   │   │   ├── IGGCheck.h
│   │   │   ├── ListenConnect.cpp
│   │   │   ├── LoginServer.cpp
│   │   │   ├── LoginServer.h
│   │   │   ├── LoginServer.sln
│   │   │   ├── LoginServer.vcproj
│   │   │   ├── LoginServer.vcproj.A10828.Administrator.user
│   │   │   ├── LoginServer.vcproj.KS-JAKEDAI.win7.user
│   │   │   ├── LoginServer.vcproj.W1ZARD-PC.Administrator.user
│   │   │   ├── LoginServer.vcproj.W1ZARD-PC.win7.user
│   │   │   ├── LoginServer.vcxproj
│   │   │   ├── LoginServer.vcxproj.filters
│   │   │   ├── LoginServer.vcxproj.user
│   │   │   ├── NetWorker.cpp
│   │   │   ├── NetWorker.h
│   │   │   ├── Release
│   │   │   ├── ServiceLoader.cpp
│   │   │   ├── ServiceLoader.h
│   │   │   ├── include
│   │   │   ├── log
│   │   │   ├── src
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── wEncrypt.cpp
│   │   │   └── wEncrypt.h
│   │   ├── Release
│   │   │   └── lua.lib
│   │   ├── SNSServer.ncb
│   │   ├── SNSServer.sln
│   │   ├── SNSServer.suo
│   │   ├── Template
│   │   ├── TestClient
│   │   │   ├── Command.cpp
│   │   │   ├── Debug
│   │   │   ├── IncludeAll.h
│   │   │   ├── LogicManager.cpp
│   │   │   ├── LogicManager.h
│   │   │   ├── LogicManagerLua.cpp
│   │   │   ├── Release
│   │   │   ├── ServiceLoader.cpp
│   │   │   ├── ServiceLoader.h
│   │   │   ├── TestClient.cpp
│   │   │   ├── TestClient.h
│   │   │   ├── TestClient.ncb
│   │   │   ├── TestClient.vcproj
│   │   │   ├── TestClient.vcproj.A10828.Administrator.user
│   │   │   ├── TestClient.vcproj.W1ZARD-PC.Administrator.user
│   │   │   ├── TestClient.vcproj.W1ZARD-PC.win7.user
│   │   │   ├── TestClient.vcxproj
│   │   │   ├── TestClient.vcxproj.filters
│   │   │   ├── TestClient.vcxproj.user
│   │   │   ├── log
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── struct.cpp
│   │   │   └── ve-8751.tmp
│   │   ├── UpgradeLog.htm
│   │   ├── UserServer
│   │   │   ├── 28681376.dmp
│   │   │   ├── BlackUser.cpp
│   │   │   ├── BlackUser.h
│   │   │   ├── Command.cpp
│   │   │   ├── Debug
│   │   │   ├── GameCore
│   │   │   ├── ListenConnect.cpp
│   │   │   ├── Release
│   │   │   ├── ServiceLoader.cpp
│   │   │   ├── ServiceLoader.h
│   │   │   ├── UserServer.cpp
│   │   │   ├── UserServer.h
│   │   │   ├── UserServer.sln
│   │   │   ├── UserServer.vcproj
│   │   │   ├── UserServer.vcproj.A10828.Administrator.user
│   │   │   ├── UserServer.vcproj.W1ZARD-PC.Administrator.user
│   │   │   ├── UserServer.vcproj.W1ZARD-PC.win7.user
│   │   │   ├── UserServer.vcxproj
│   │   │   ├── UserServer.vcxproj.filters
│   │   │   ├── UserServer.vcxproj.user
│   │   │   ├── include
│   │   │   ├── log
│   │   │   ├── src
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── wEncrypt.cpp
│   │   │   └── wEncrypt.h
│   │   ├── WorldServer
│   │   │   ├── BlackUser.cpp
│   │   │   ├── BlackUser.h
│   │   │   ├── Command.cpp
│   │   │   ├── Debug
│   │   │   ├── GameCore
│   │   │   ├── ListenConnect.cpp
│   │   │   ├── Release
│   │   │   ├── ServiceLoader.cpp
│   │   │   ├── ServiceLoader.h
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── WorldServer.cpp
│   │   │   ├── WorldServer.h
│   │   │   ├── WorldServer.ncb
│   │   │   ├── WorldServer.sln
│   │   │   ├── WorldServer.suo
│   │   │   ├── WorldServer.vcproj
│   │   │   ├── WorldServer.vcproj.A10828.Administrator.user
│   │   │   ├── WorldServer.vcproj.KS-JAKEDAI.win7.user
│   │   │   ├── WorldServer.vcproj.W1ZARD-PC.Administrator.user
│   │   │   ├── WorldServer.vcproj.W1ZARD-PC.win7.user
│   │   │   ├── WorldServer.vcxproj
│   │   │   ├── WorldServer.vcxproj.filters
│   │   │   ├── WorldServer.vcxproj.user
│   │   │   ├── include
│   │   │   ├── log
│   │   │   ├── src
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── wEncrypt.cpp
│   │   │   └── wEncrypt.h
│   │   ├── bin
│   │   │   ├── MemCached
│   │   │   ├── TestClient
│   │   │   ├── Userserver
│   │   │   ├── WorldServer
│   │   │   ├── applepush
│   │   │   ├── authserver
│   │   │   ├── bootstrap.bat
│   │   │   ├── bots
│   │   │   ├── chargeserver
│   │   │   ├── command_server.exe
│   │   │   ├── command_server.go
│   │   │   ├── command_server.py
│   │   │   ├── data
│   │   │   ├── dbserver
│   │   │   ├── dbserver2
│   │   │   ├── gameserver
│   │   │   ├── gameserver2
│   │   │   ├── log
│   │   │   ├── log4cplus
│   │   │   ├── loginserver
│   │   │   └── shutdown.bat
│   │   ├── debug
│   │   │   ├── BattleServer.pdb
│   │   │   └── lua.lib
│   │   ├── lua
│   │   │   ├── Debug
│   │   │   ├── ReadMe.txt
│   │   │   ├── Release
│   │   │   ├── include
│   │   │   ├── lua.vcproj
│   │   │   ├── lua.vcproj.A10828.Administrator.user
│   │   │   ├── lua.vcproj.W1ZARD-PC.Administrator.user
│   │   │   ├── lua.vcproj.W1ZARD-PC.win7.user
│   │   │   ├── lua.vcxproj
│   │   │   ├── lua.vcxproj.filters
│   │   │   ├── lua.vcxproj.user
│   │   │   └── src
│   │   ├── x64
│   │   │   └── Release
│   │   └── xml
│   │       ├── COneKeyConstDataImpl.h
│   │       ├── COneStrKeyConstDataImpl.h
│   │       ├── CThreeKeyConstDataImpl.h
│   │       ├── CTwoKeyConstDataImpl.h
│   │       ├── ConstDataMgr.cpp
│   │       ├── ConstDataMgr.h
│   │       ├── FieldDef.h
│   │       ├── IConstData.h
│   │       ├── TConstDbDataSet.h
│   │       ├── TTruple.h
│   │       ├── Timer.cpp
│   │       ├── Timer.h
│   │       ├── XMLBase.cpp
│   │       ├── XMLBase.h
│   │       ├── XmlFild.cpp
│   │       ├── XmlFild.h
│   │       ├── tinystr.cpp
│   │       ├── tinystr.h
│   │       ├── tinyxml.cpp
│   │       ├── tinyxml.h
│   │       ├── tinyxmlerror.cpp
│   │       └── tinyxmlparser.cpp
│   ├── include
│   │   ├── ISSLApplePush.h
│   │   ├── Singleton.h
│   │   └── Utils.h
│   ├── lib
│   │   ├── BaseD.lib
│   │   ├── Db.dll
│   │   ├── Db.ilk
│   │   ├── DbD.LIB
│   │   ├── DbD.exp
│   │   ├── Net.dll
│   │   ├── Net.exp
│   │   ├── Net.ilk
│   │   ├── Net.lib
│   │   ├── Net.pdb
│   │   └── release
│   │       ├── Base.lib
│   │       ├── DB.LIB
│   │       ├── DB.dll
│   │       ├── DB.exp
│   │       ├── DB.pdb
│   │       ├── Net.dll
│   │       ├── Net.exp
│   │       ├── Net.lib
│   │       ├── Net.pdb
│   │       └── lua51.lib
│   ├── lib64
│   │   └── release
│   ├── log4cplus
│   │   ├── include
│   │   │   └── log4cplus
│   │   ├── msvc8
│   │   │   ├── Win32
│   │   │   ├── log4cplus.props
│   │   │   ├── log4cplus.vsprops
│   │   │   ├── log4cplus_dll.sln
│   │   │   ├── log4cplus_dll.vcproj
│   │   │   ├── log4cplus_dll.vcproj.A10828.Administrator.user
│   │   │   ├── log4cplus_dll.vcproj.W1ZARD-PC.Administrator.user
│   │   │   ├── log4cplus_dll.vcproj.W1ZARD-PC.win7.user
│   │   │   ├── log4cplus_dll.vcxproj
│   │   │   ├── log4cplus_dll.vcxproj.filters
│   │   │   └── log4cplus_dll.vcxproj.user
│   │   └── src
│   │       ├── appender.cxx
│   │       ├── appenderattachableimpl.cxx
│   │       ├── configurator.cxx
│   │       ├── consoleappender.cxx
│   │       ├── factory.cxx
│   │       ├── fileappender.cxx
│   │       ├── filter.cxx
│   │       ├── global-init.cxx
│   │       ├── hierarchy.cxx
│   │       ├── hierarchylocker.cxx
│   │       ├── layout.cxx
│   │       ├── logger.cxx
│   │       ├── loggerimpl.cxx
│   │       ├── loggingevent.cxx
│   │       ├── loglevel.cxx
│   │       ├── loglog.cxx
│   │       ├── logloguser.cxx
│   │       ├── ndc.cxx
│   │       ├── nteventlogappender.cxx
│   │       ├── nullappender.cxx
│   │       ├── objectregistry.cxx
│   │       ├── patternlayout.cxx
│   │       ├── pointer.cxx
│   │       ├── property.cxx
│   │       ├── rootlogger.cxx
│   │       ├── sleep.cxx
│   │       ├── socket-unix.cxx
│   │       ├── socket-win32.cxx
│   │       ├── socket.cxx
│   │       ├── socketappender.cxx
│   │       ├── socketbuffer.cxx
│   │       ├── stringhelper.cxx
│   │       ├── syncprims.cxx
│   │       ├── syslogappender.cxx
│   │       ├── threads.cxx
│   │       ├── timehelper.cxx
│   │       ├── version.cxx
│   │       ├── win32consoleappender.cxx
│   │       └── win32debugappender.cxx
│   ├── lua511
│   │   ├── Debug
│   │   │   └── BuildLog.htm
│   │   ├── lapi.c
│   │   ├── lapi.h
│   │   ├── lauxlib.c
│   │   ├── lauxlib.h
│   │   ├── lbaselib.c
│   │   ├── lcode.c
│   │   ├── lcode.h
│   │   ├── ldblib.c
│   │   ├── ldebug.c
│   │   ├── ldebug.h
│   │   ├── ldo.c
│   │   ├── ldo.h
│   │   ├── ldump.c
│   │   ├── lfunc.c
│   │   ├── lfunc.h
│   │   ├── lgc.c
│   │   ├── lgc.h
│   │   ├── linit.c
│   │   ├── liolib.c
│   │   ├── llex.c
│   │   ├── llex.h
│   │   ├── llimits.h
│   │   ├── lmathlib.c
│   │   ├── lmem.c
│   │   ├── lmem.h
│   │   ├── loadlib.c
│   │   ├── lobject.c
│   │   ├── lobject.h
│   │   ├── lopcodes.c
│   │   ├── lopcodes.h
│   │   ├── loslib.c
│   │   ├── lparser.c
│   │   ├── lparser.h
│   │   ├── lstate.c
│   │   ├── lstate.h
│   │   ├── lstring.c
│   │   ├── lstring.h
│   │   ├── lstrlib.c
│   │   ├── ltable.c
│   │   ├── ltable.h
│   │   ├── ltablib.c
│   │   ├── ltm.c
│   │   ├── ltm.h
│   │   ├── lua.c
│   │   ├── lua.h
│   │   ├── lua511.vcproj
│   │   ├── lua511.vcproj.W1ZARD-PC.win7.user
│   │   ├── luac.c
│   │   ├── luaconf.h
│   │   ├── lualib.h
│   │   ├── lundump.c
│   │   ├── lundump.h
│   │   ├── lvm.c
│   │   ├── lvm.h
│   │   ├── lzio.c
│   │   ├── lzio.h
│   │   └── print.c
│   ├── openssl
│   │   ├── lib
│   │   │   ├── libeay32.lib
│   │   │   ├── libeay32MT.lib
│   │   │   ├── ssleay32.lib
│   │   │   └── ssleay32MT.lib
│   │   └── openssl
│   │       ├── aes.h
│   │       ├── applink.c
│   │       ├── asn1.h
│   │       ├── asn1_mac.h
│   │       ├── asn1t.h
│   │       ├── bio.h
│   │       ├── blowfish.h
│   │       ├── bn.h
│   │       ├── buffer.h
│   │       ├── cast.h
│   │       ├── comp.h
│   │       ├── conf.h
│   │       ├── conf_api.h
│   │       ├── crypto.h
│   │       ├── des.h
│   │       ├── des_old.h
│   │       ├── dh.h
│   │       ├── dsa.h
│   │       ├── dso.h
│   │       ├── dtls1.h
│   │       ├── e_os2.h
│   │       ├── ebcdic.h
│   │       ├── ec.h
│   │       ├── ecdh.h
│   │       ├── ecdsa.h
│   │       ├── engine.h
│   │       ├── err.h
│   │       ├── evp.h
│   │       ├── hmac.h
│   │       ├── idea.h
│   │       ├── krb5_asn.h
│   │       ├── kssl.h
│   │       ├── lhash.h
│   │       ├── md2.h
│   │       ├── md4.h
│   │       ├── md5.h
│   │       ├── obj_mac.h
│   │       ├── objects.h
│   │       ├── ocsp.h
│   │       ├── opensslconf.h
│   │       ├── opensslv.h
│   │       ├── ossl_typ.h
│   │       ├── pem.h
│   │       ├── pem2.h
│   │       ├── pkcs12.h
│   │       ├── pkcs7.h
│   │       ├── pq_compat.h
│   │       ├── pqueue.h
│   │       ├── rand.h
│   │       ├── rc2.h
│   │       ├── rc4.h
│   │       ├── ripemd.h
│   │       ├── rsa.h
│   │       ├── safestack.h
│   │       ├── sha.h
│   │       ├── ssl.h
│   │       ├── ssl2.h
│   │       ├── ssl23.h
│   │       ├── ssl3.h
│   │       ├── stack.h
│   │       ├── store.h
│   │       ├── symhacks.h
│   │       ├── tls1.h
│   │       ├── tmdiff.h
│   │       ├── txt_db.h
│   │       ├── ui.h
│   │       ├── ui_compat.h
│   │       ├── x509.h
│   │       ├── x509_vfy.h
│   │       └── x509v3.h
│   ├── rsmb
│   │   ├── README.htm
│   │   ├── doc
│   │   │   ├── gettingstarted.htm
│   │   │   └── html
│   │   ├── include
│   │   │   ├── MQTTClient.h
│   │   │   └── MQTTClientPersistence.h
│   │   ├── license
│   │   │   ├── Lic_cs.txt
│   │   │   ├── Lic_de.txt
│   │   │   ├── Lic_el.txt
│   │   │   ├── Lic_en.txt
│   │   │   ├── Lic_es.txt
│   │   │   ├── Lic_fr.txt
│   │   │   ├── Lic_it.txt
│   │   │   ├── Lic_ja.txt
│   │   │   ├── Lic_ko.txt
│   │   │   ├── Lic_lt.txt
│   │   │   ├── Lic_pl.txt
│   │   │   ├── Lic_pt.txt
│   │   │   ├── Lic_ru.txt
│   │   │   ├── Lic_sl.txt
│   │   │   ├── Lic_tr.txt
│   │   │   ├── Lic_zh.txt
│   │   │   └── Lic_zh_TW.txt
│   │   ├── linux_ARM_glibc
│   │   │   ├── broker
│   │   │   ├── stdinpub
│   │   │   └── stdoutsub
│   │   ├── linux_ARM_uclibc
│   │   │   ├── broker
│   │   │   ├── stdinpub
│   │   │   └── stdoutsub
│   │   ├── linux_ia32
│   │   │   ├── broker
│   │   │   ├── stdinpub
│   │   │   └── stdoutsub
│   │   ├── linux_ia64
│   │   │   ├── broker
│   │   │   ├── stdinpub
│   │   │   └── stdoutsub
│   │   ├── mac
│   │   │   ├── broker
│   │   │   ├── libmqttv3c.dylib
│   │   │   ├── stdinpub
│   │   │   └── stdoutsub
│   │   ├── messages
│   │   │   └── Messages.1.2.0
│   │   ├── slug
│   │   │   ├── broker
│   │   │   ├── stdinpub
│   │   │   └── stdoutsub
│   │   ├── windows
│   │   │   ├── broker.exe
│   │   │   ├── mqttv3c.dll
│   │   │   ├── mqttv3c.lib
│   │   │   ├── stdinpub.exe
│   │   │   └── stdoutsub.exe
│   │   └── zlinux
│   │       ├── broker
│   │       ├── stdinpub
│   │       └── stdoutsub
│   ├── skytdall.sql
│   └── 命名规范.txt
└── skytd机甲slg服务器端.zip

215 directories, 1068 files


实例下载地址

skytd机甲slg服务器端

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警