2019年11月14日

摘要: https://blog.csdn.net/yuzuyi2006/article/details/82112664 最近做了一个项目需要实现web服务,使用了evpp。但是在用的过程中碰到了http put方法请求,服务端获取不到put的消息体。 通过查看代码发现,原来是evpp没有对put方法支持 阅读全文
posted @ 2019-11-14 20:30 lydstory 阅读(220) 评论(0) 推荐(0)
摘要: evpp http server定制实现 evpp http server定制实现 evpp http server定制实现 阅读全文
posted @ 2019-11-14 19:45 lydstory 阅读(472) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/u013714645/article/details/77002555 ./boostrap gmake gmake install 阅读全文
posted @ 2019-11-14 19:13 lydstory 阅读(239) 评论(0) 推荐(0)
摘要: strstr(str1,str2) 函数用于判断字符串str2是否是str1的子串 阅读全文
posted @ 2019-11-14 14:48 lydstory 阅读(133) 评论(0) 推荐(0)
摘要: 思想家:不在socket 中处理IO 思想家:不在socket 中处理IO 思想家:不在socket 中处理IO ??????????? 阅读全文
posted @ 2019-11-14 14:03 lydstory 阅读(107) 评论(0) 推荐(0)
摘要: sem_t #include<semaphore.h> 信号量的数据类型为结构sem_t,它本质上是一个长整型的数。 一个简单的东西,进程间通信 等待信号量 阅读全文
posted @ 2019-11-14 13:54 lydstory 阅读(248) 评论(0) 推荐(0)
摘要: lsof -i:3533 确定端口已经在使用 阅读全文
posted @ 2019-11-14 13:29 lydstory 阅读(116) 评论(0) 推荐(0)
摘要: 如果不是系统管理员: bind()函数 返回失败 阅读全文
posted @ 2019-11-14 13:20 lydstory 阅读(232) 评论(0) 推荐(0)
摘要: set scheduler-locking on 阅读全文
posted @ 2019-11-14 13:17 lydstory 阅读(232) 评论(0) 推荐(0)
摘要: 在单步fork命令的代码之前, 在debug console输入set follow-fork-mode child就可以接下来步进入子进程。在出子进程时输入 set follow-fork-mode parent步进到父进程。 其中console要选择<xxx> [c/c++ applicatio 阅读全文
posted @ 2019-11-14 13:07 lydstory 阅读(412) 评论(0) 推荐(0)
摘要: waitpid() pid_t waitpid(pid_t pid, int *status, int options); 参数: pid>0 只等待进程ID等于pid的子进程,不管其它已经有多少子进程运行结束退出了,只要指定的子进程还没有结束,waitpid就会一直等下去。 阅读全文
posted @ 2019-11-14 11:35 lydstory 阅读(170) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/lijingyi2011/article/details/8051789 阅读全文
posted @ 2019-11-14 11:05 lydstory 阅读(108) 评论(0) 推荐(0)
摘要: XERCES2_3 处理 xml 阅读全文
posted @ 2019-11-14 10:45 lydstory 阅读(122) 评论(0) 推荐(0)
摘要: 从mfc理解 qt 从windows 内核 理解 linux内核 从java redis理解c++ 从基础socket理解libevent muduo 后补: 看pdfium理解 c/c++动态内存管理 模板分类 阅读全文
posted @ 2019-11-14 09:54 lydstory 阅读(93) 评论(0) 推荐(0)
摘要: https://github.com/RStravinsky/PdfFinder 阅读全文
posted @ 2019-11-14 09:18 lydstory 阅读(331) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_40194498/article/details/80817264 阅读全文
posted @ 2019-11-14 09:11 lydstory 阅读(147) 评论(0) 推荐(0)

导航