2019年4月12日

LeetCode OJ - Best Time to Buy and Sell Stock

摘要: 版权声明:本文为博主原创文章,未经博主同意不得转载。 https://blog.csdn.net/xiezhihua120/article/details/32939749 Say you have an array for which the ith element is the price of 阅读全文

posted @ 2019-04-12 18:50 xfgnongmin 阅读(61) 评论(0) 推荐(0) 编辑

基于Linux C的socket抓包程序和Package分析 (一)

摘要: 版权声明:本文为博主原创文章,未经博主同意不得转载。 https://blog.csdn.net/guankle/article/details/27538031  測试执行平台:CentOS 6.5发行版,内核版本号3.11 1. Linux抓包源程序 在OSI七层模型中,网卡工作在物理层和数 阅读全文

posted @ 2019-04-12 17:41 xfgnongmin 阅读(388) 评论(0) 推荐(0) 编辑

leetcode:Insert Sort List

摘要: 问题描写叙述 对一个单链表进行插入排序,head指向第一个结点。 代码 /** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val( 阅读全文

posted @ 2019-04-12 16:22 xfgnongmin 阅读(65) 评论(0) 推荐(0) 编辑

开发人员协会 可能会无法成立

摘要: 版权声明:本文为博主原创文章。未经博主同意不得转载。 https://blog.csdn.net/wowkk/article/details/25912993 之前写了一篇文章《我想创立开发人员协会。请大家给点意见》 http://blog.csdn.net/wowkk/article/detail 阅读全文

posted @ 2019-04-12 16:12 xfgnongmin 阅读(129) 评论(0) 推荐(0) 编辑

导航