App frame
2016-07-11 20:29:55 0 举报
App frame是一个应用程序的框架,它为开发者提供了一个基础结构,使他们能够更快速、更有效地构建和部署应用程序。这个框架通常包含了一些预定义的功能和组件,如用户界面、数据管理、网络通信等,开发者可以在此基础上进行定制化开发,以满足特定的业务需求。App frame的设计目标是提高开发效率,降低开发难度,同时保证应用程序的稳定性和可扩展性。此外,App frame还需要考虑用户体验,提供友好的用户界面和流畅的操作体验。总的来说,App frame是应用程序开发的重要工具,它为开发者提供了一站式的解决方案,帮助他们实现从设计到部署的全过程。
作者其他创作
大纲/内容
CSession
\thander_session_close\t m_hander_close;\tIAppClient_OnRecive\t\tm_hand_onrecive;\thander_session_faultntf\t m_hand_faultntf;\tunsigned int m_connectd_id;\tunsigned int\t\t m_eNetType;\tunsigned int m_server_id;\tstring m_remoteip;\tunsigned short m_remoteport; string m_strVer;\tunsigned int m_myserver_startup_time; //和我连接的服务器启动的时间\tunsigned int m_last_alive_time;\tunsigned int m_self_stress_parameter; //我自己的压力参数\tunsigned int m_selflinker_stress_parameter; //我连接的客户端服务器报告给我的他的压力参数\tstring m_debug_romoteip;
IAppServer
CSNetMg
string\t\t\t\t\t\t\tm_localname; unsigned int\t\t\t\t\tm_localid; Msg_CS_Notice_NewServerStartUp\tm_NtfMsgBsip;
CNetMg
IAppClient
CLinker//我主动连接别的服务器
BitSet32 m_bitset32;bool m_is_first_connnect; //是否是第一次连接bool m_isautoreconnect; //是否断线重连TNewClientParam m_ToCsClient; unsigned int m_server_id;unsigned int\t\t m_eNetType;unsigned int m_conid; //收到心跳消息的最后时间unsigned int m_last_alive_time; //上次心跳消息的时间 unsigned int m_self_stress_parameter; //我自己的压力参数unsigned int m_selfserver_stress_parameter; //我连接的服务器的压力参数//unsigned int m_con_success_time; //连接成功的时间unsigned int m_debug_con_random; //连接时候发生的随机数目//回调IAppClient_OnConnect\t\t\tm_hander_connect; //连接上Interface_OnMsg\t\t\t\tm_hander_recive; //收到消息hander_disconnect\t\t\t\tm_hander_disconnect; //断开连接hander_linker_destory\t\t\tm_destory; //删除链接hander_linker_autoreconnect\t\tm_hander_autoreconnect; //自动重新连接
0 条评论
下一页
为你推荐
查看更多