08 2017 档案

摘要:感觉这就和回字的四种写法一样,并无卵用 原以为http1.1的新特性是提供了keep-alive,后来才知道,keep-alive选项http1.1已经不支持了,http1.1对该功能进行了改版 关于http1.0的扩展,提供的keep-alive选项是这样的,在首部增加:Connection:ke 阅读全文
posted @ 2017-08-28 21:30 Earendil 阅读(394) 评论(0) 推荐(0)
摘要:mydata = pkt[okt.highest_layer].data mydata.decode("hex") 阅读全文
posted @ 2017-08-23 17:50 Earendil 阅读(562) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/foryouslgme/article/details/51683654 阅读全文
posted @ 2017-08-23 13:15 Earendil 阅读(411) 评论(0) 推荐(0)
摘要:http://python.jobbole.com/88291/ 前言 很多朋友对异步编程都处于“听说很强大”的认知状态。鲜有在生产项目中使用它。而使用它的同学,则大多数都停留在知道如何使用 Tornado、Twisted、Gevent 这类异步框架上,出现各种古怪的问题难以解决。而且使用了异步框架 阅读全文
posted @ 2017-08-22 13:20 Earendil 阅读(39938) 评论(12) 推荐(23)
摘要:有关nifi的基本介绍和架构可以参考nifi官网 一下介绍nifi的一些比较重要的类和自己的一些理解,我刚刚接触nifi: nifi的数据流可以表示为一个flow这是一个队列,每个数据包被封装在flowfile类中。数据经过processor,处理之后要么转发,要么remove 转发是根据relat 阅读全文
posted @ 2017-08-14 18:46 Earendil 阅读(565) 评论(1) 推荐(0)
摘要:https://stackoverflow.com/questions/309424/read-convert-an-inputstream-to-a-string 过千赞的答案 阅读全文
posted @ 2017-08-07 17:53 Earendil 阅读(139) 评论(0) 推荐(0)
摘要:https://stackoverflow.com/questions/309424/read-convert-an-inputstream-to-a-string 过千赞的答案 阅读全文
posted @ 2017-08-07 17:45 Earendil 阅读(101) 评论(0) 推荐(0)
摘要:执行命令 imp his/his@orcl File=/home/oracle/core_his50_common.dmp FULL=Y 阅读全文
posted @ 2017-08-03 17:47 Earendil 阅读(158) 评论(0) 推荐(0)
摘要:1 git clone 工程 2 安装 npm 3 执行 npm install -g bower 阅读全文
posted @ 2017-08-02 14:45 Earendil 阅读(205) 评论(0) 推荐(0)