lgy514

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年3月17日

摘要: // // Created by lgy on 2020-03-16. // #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <pthread.h> #include <string.h> typedef str 阅读全文
posted @ 2020-03-17 16:24 lgy514 阅读(302) 评论(0) 推荐(0) 编辑

2020年3月13日

摘要: https://www.coverfire.com/articles/queueing-in-the-linux-network-stack/ 阅读全文
posted @ 2020-03-13 11:49 lgy514 阅读(140) 评论(0) 推荐(0) 编辑

2020年3月12日

摘要: https://blog.csdn.net/cws1214/article/details/8086789 阅读全文
posted @ 2020-03-12 21:19 lgy514 阅读(155) 评论(0) 推荐(0) 编辑

2020年2月21日

摘要: https://www.bilibili.com/video/av75339496?p=61 阅读全文
posted @ 2020-02-21 15:25 lgy514 阅读(143) 评论(0) 推荐(0) 编辑

2019年7月17日

摘要: 显示: Print:1 2 3 4 5 6 7 Print:1 2 4 5 6 7 Print:1 2 4 5 6 7 9 Print:1 2 3 4 5 6 7 9 阅读全文
posted @ 2019-07-17 23:41 lgy514 阅读(150) 评论(0) 推荐(0) 编辑

摘要: 显示: PrintList:2 1PrintListR:1 2PrintList:5 2 1l_int.front(): 5l_int.back(): 1执行pop前PrintList:5 2 1 5 8执行pop后PrintList:2 1 5erasePrintList:2 5assignPri 阅读全文
posted @ 2019-07-17 17:03 lgy514 阅读(211) 评论(0) 推荐(0) 编辑

摘要: 显示: push 1R v_int[0]:1 size:3R v_int.at(0):1 size:3PrintVector:1 2 1PrintVector2:1 2 1PrintVector2:1 2PrintVector2:1 2 3 1 2PrintVector2:1 2 3 2 阅读全文
posted @ 2019-07-17 11:10 lgy514 阅读(450) 评论(0) 推荐(0) 编辑

2019年7月16日

摘要: 显示: 1:bob2:tony3:jackadd 4 rose1:bob2:tony3:jack4:roseerase bob2:tony3:jack4:roseinsert jack2inset err2:tony3:jack4:roseperson[3] = jack22:tony3:jack2 阅读全文
posted @ 2019-07-16 17:00 lgy514 阅读(196) 评论(0) 推荐(0) 编辑

2019年7月14日

摘要: https://blog.csdn.net/ljd680/article/details/78568709 https://blog.csdn.net/luotuo44/article/details/39670221 1.libevent官网下载 包2.解压包 tar -zxvf libevent 阅读全文
posted @ 2019-07-14 23:20 lgy514 阅读(173) 评论(0) 推荐(0) 编辑

2019年6月28日

摘要: https://www.cnblogs.com/linux-37ge/p/10208369.html 阅读全文
posted @ 2019-06-28 11:48 lgy514 阅读(192) 评论(0) 推荐(0) 编辑