摘要: 一、简答题。(共4题,共20分,每题5分) 1、void main(void) { char *str = (char *) malloc(100); strcpy(str, "hello"); free(str); if(str != NULL) { strcpy(str, “world”); printf(str); } } 请问运行main函数会有什么样的结果? 最佳答案是:篡改动态内存区... 阅读全文
posted @ 2018-08-02 20:50 薄荷味的笑 阅读(732) 评论(0) 推荐(0) 编辑
摘要: #include "Stdafx.h" #include "AndroidUserItemSink.h" #include "Config.h" #include #include #include #include #include #include #include "Tools.h" #define _CRTDBG_MAP_ALLOC #include #ifde... 阅读全文
posted @ 2018-08-02 17:44 薄荷味的笑 阅读(268) 评论(0) 推荐(0) 编辑
摘要: https://github.com/NetEase/pomelo/wiki/Home-in-Chinese所以在pomelo中我们发起rpc调用都是如下形式:this.app.rpc.yourServerType.yourServerTypeRemote.method() monogoose 下的 阅读全文
posted @ 2018-08-02 16:59 薄荷味的笑 阅读(105) 评论(0) 推荐(0) 编辑