上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 42 下一页

2016年2月19日

关于SIGBUS的总结

摘要: http://www.jeepshoe.org/624461886.htm 阅读全文

posted @ 2016-02-19 15:43 zyz913614263 阅读(158) 评论(0) 推荐(0) 编辑

linux内嵌汇编语言

摘要: http://blog.chinaunix.net/uid-21254310-id-1828921.html http://www.cnblogs.com/lxgeek/archive/2011/01/01/1923738.html 汇编指令 阅读全文

posted @ 2016-02-19 15:43 zyz913614263 阅读(299) 评论(0) 推荐(0) 编辑

如何使用SOCKET 发送HTTP1.1 GET POST请求包

摘要: http://blog.csdn.net/yc0188/article/details/4741871 http://docs.linuxtone.org/ebooks/C&CPP/c/ch37s05.html http://www.w3school.com.cn/json/json_intro.a 阅读全文

posted @ 2016-02-19 15:36 zyz913614263 阅读(369) 评论(0) 推荐(0) 编辑

2016年1月11日

几个流行的服务器引擎

摘要: scut分支:http://www.scutgame.com/kbengine分支:http://www.kbengine.org/cn/firefly分支:http://www.9miao.com/简介:Firefly框架参考http://www.oschina.net/question/1271... 阅读全文

posted @ 2016-01-11 11:04 zyz913614263 阅读(374) 评论(0) 推荐(0) 编辑

2015年12月28日

vs2012 sln和.vcxproj有什么区别

摘要: sln是解决方案的配置,主要是管理这个方案里的多个vcxprojvcxproj是工程的配置文件,管理工程中细节比如包含的文件,引用库等一般没有sln,也可以直接打开vcxproj,也可以重新生成slnsln里有多个工程,当你移除某个工程时sln会有变化,sln并不是太重要 阅读全文

posted @ 2015-12-28 16:07 zyz913614263 阅读(2118) 评论(0) 推荐(1) 编辑

Git中从远程的分支获取最新的版本到本地方式

摘要: Git中从远程的分支获取最新的版本到本地方式如下,如何更新下载到代码到本地,请参阅ice的博客基于Github参与eoe的开源项目指南方式一1. 查看远程仓库$ git remote -veoecn https://github.com/eoecn/android-app.git (fetch)... 阅读全文

posted @ 2015-12-28 15:40 zyz913614263 阅读(545) 评论(0) 推荐(0) 编辑

2015年12月23日

vector map迭代器失效解决方案

摘要: vector : iter = container.erase(iter); //erase的返回值是删除元素下一个元素的迭代器 vector<int>::iterator it = a.begin(); for(;it !=a.end();) { printf("%d\n",*it); it = 阅读全文

posted @ 2015-12-23 17:05 zyz913614263 阅读(404) 评论(0) 推荐(0) 编辑

2015年12月14日

git 远程库 创建私钥

摘要: 3,我们根据GitHub的提示,在本地的learngit仓库下运行命令: 请千万注意,把上面的xxx替换成你自己的GitHub账户名,否则,你在本地关联的就是我的远程库,关联没有问题,但是你以后推送是推不上去的,因为你的SSH Key公钥不在我的账户列表中。 添加后,远程库的名字就是origin,这 阅读全文

posted @ 2015-12-14 14:36 zyz913614263 阅读(591) 评论(0) 推荐(0) 编辑

2015年12月10日

centos type.h 编译错误问题

摘要: # ifndef __int8_t_defined # define __int8_t_defined __intN_t (8, __QI__); __intN_t (16, __HI__); __intN_t (32, __SI__); //__intN_t (64, __DI__); #d... 阅读全文

posted @ 2015-12-10 21:08 zyz913614263 阅读(292) 评论(0) 推荐(0) 编辑

关于/usr/bin/ld: cannot find -lcrypto 的错误

摘要: Linux下 build code 时,要做 -lssl, -lcrypto 的链接,出现类似下面的错误:/usr/bin/ld: cannot find -lcrypto/usr/bin/ld: cannot find -lssl原因是没有找到 libssl.soyum info openssl,... 阅读全文

posted @ 2015-12-10 21:06 zyz913614263 阅读(2491) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 42 下一页

导航