摘要: 3Blue1Brown# 理解矩阵原文地址 https://blog.csdn.net/myan/article/details/1865397## 理解矩阵(一)前不久chensh出于不可告人的目的,要充当老师,教别人线性代数。于是我被揪住就线性代数中一些务虚性的问题与他讨论了几次。很明显,che 阅读全文
posted @ 2018-05-02 22:46 xintt 阅读(238) 评论(0) 推荐(0) 编辑
摘要: # LeetCode## problem4 There is a very obscure condition here: * i + j == m - i + n - j or i + j = m - i + n - j + 1,the former is taken when the sum o 阅读全文
posted @ 2018-04-15 23:49 xintt 阅读(113) 评论(0) 推荐(0) 编辑
摘要: # log4cpp ## The first HelloWorld process of log4cpp 1. The relationship between Category,Appender and Layout is as follow: > There are more than one 阅读全文
posted @ 2018-04-14 23:52 xintt 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 下面是一篇很有启发性的文章先分享给大家。 信息论的发展https://zhuanlan.zhihu.com/p/20841617 我们通过上一篇了解了爬虫具体要实现的工作之后,我们分析得出的网络爬虫的基本工作流程如下: 1.首先选取一部分精心挑选的种子URL; 2.将这些URL放入待抓取URL队列; 阅读全文
posted @ 2018-04-05 21:48 xintt 阅读(2818) 评论(0) 推荐(0) 编辑
摘要: Sendfile函数说明 #include ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count); sendfile()是作用于数据拷贝在两个文件描述符之间的操作函数.这个拷贝操作是内核中操作的,所以称为"零拷贝". 阅读全文
posted @ 2018-04-05 21:05 xintt 阅读(1215) 评论(0) 推荐(0) 编辑
摘要: 一、项目初衷和爬虫概述 1.项目初衷 本人的大学毕设就是linux上用c写的一个爬虫,现在我想把它完善起来,让他像一个企业级别的项目。为了重复发明轮子来学习轮子的原理,我们不使用第三方框架(这里是说的是指通常的linux系统编程教材以外的库和接口-0-,当初我也是在虚拟机上跑的ubuntu+putt 阅读全文
posted @ 2018-03-29 19:57 xintt 阅读(680) 评论(0) 推荐(0) 编辑
摘要: 磕磕绊绊回到正路,愿自己无论始终,不忘初心。 阅读全文
posted @ 2018-02-23 19:23 xintt 阅读(86) 评论(0) 推荐(0) 编辑