摘要:
序列号 确认号 数据重传 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
阅读全文
posted @ 2017-04-11 15:50
papering
阅读(541)
推荐(0)
posted @ 2017-04-11 14:49
papering
阅读(157)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/Checksum https://zh.wikipedia.org/wiki/校验和 A checksum is a small-sized datum derived from a block of digital data for th
阅读全文
posted @ 2017-04-11 10:51
papering
阅读(473)
推荐(0)
摘要:
w https://www.cis.upenn.edu/~matuszek/cit594-2012/Pages/backtracking.html In this example we drew a picture of a tree. The tree is an abstract model o
阅读全文
posted @ 2017-04-11 09:24
papering
阅读(210)
推荐(0)
摘要:
w 是否应该将日志的“写”独立至局域网的一台或一群专门服务于“写日志”的服务器?这样让“app服务器”专职地处理用户的请求,而不必因为“写日志甚至异步分析日志”来降低用户体验? Spencer老师 其实 排序 搜索 去重 统计 这几个功能awk本身都能做不过我也记不清awk的那么多语法,直接用了更简
阅读全文
posted @ 2017-04-11 06:24
papering
阅读(224)
推荐(0)
摘要:
非叫“秩”不可,有秩才有解_王治祥_新浪博客http://blog.sina.com.cn/s/blog_8e7bc4f801012c23.html 我在一个大学当督导的时候,一次我听一位老师给学生讲《线性代数》中矩阵的“秩”。 矩阵的“秩”是《线性代数》中的一个非常重要的概念。我认为,理解了“秩”
阅读全文
posted @ 2017-04-10 19:21
papering
阅读(3080)
推荐(0)
摘要:
w 思维训练: 0-1元买1瓶汽水,2个空瓶换一新瓶汽水,20元最多喝几瓶? 20->10->5->4 0-1-数学归纳法 1-> 2->3 3->5 ..... 20->2*20-1 0-2-方法3呢?
阅读全文
posted @ 2017-04-10 11:31
papering
阅读(216)
推荐(0)
摘要:
设置写入db和db返回读出结果的字符集character set https://dev.mysql.com/doc/refman/5.7/en/charset-connection.html SET NAMES 'charset_name' [COLLATE 'collation_name'] S
阅读全文
posted @ 2017-04-10 09:58
papering
阅读(226)
推荐(0)
摘要:
w机器化的人,超越人。 【初码干货】关于.NET玩爬虫这些事 - 初码 - 博客园 http://www.cnblogs.com/printhelloworld/p/6354085.htm “爬虫的本质是对目标WebServer页面行为和业务流程的精准分析,是对HTTP的深刻理解,是对正则、多线程等
阅读全文
posted @ 2017-04-09 22:30
papering
阅读(254)
推荐(0)
posted @ 2017-04-08 23:42
papering
阅读(184)
推荐(0)
摘要:
w https://en.wikipedia.org/wiki/Don't_repeat_yourself In software engineering, don't repeat yourself (DRY) is a principle of software development, aim
阅读全文
posted @ 2017-04-08 18:01
papering
阅读(359)
推荐(0)
摘要:
w PHP中Trait详解及其应用 - 开发者日常 - SegmentFaulthttps://segmentfault.com/a/1190000008009455
阅读全文
posted @ 2017-04-08 17:58
papering
阅读(243)
推荐(0)
摘要:
w http://blog.jobbole.com/25576/?utm_source=blog.jobbole.com&utm_medium=relatedPosts https://www.smashingmagazine.com/2010/06/the-ultimate-guide-to-a-
阅读全文
posted @ 2017-04-08 12:13
papering
阅读(180)
推荐(0)
摘要:
https://talks.golang.org/2012/splash.article Go at Google: Language Design in the Service of Software Engineering Rob Pike Google, Inc. @rob_pike http
阅读全文
posted @ 2017-04-08 12:02
papering
阅读(282)
推荐(0)
摘要:
Go语言之父谈Go:大道至简-CSDN.NET https://www.csdn.net/article/2012-07-05/2807113-less-is-exponentially-more Go语言之父谈Go:大道至简 发表于2012-07-04 15:43| 69173次阅读| 来源CSD
阅读全文
posted @ 2017-04-08 08:29
papering
阅读(251)
推荐(0)
posted @ 2017-04-07 18:15
papering
阅读(1405)
推荐(0)
摘要:
w http://php.net/manual/en/language.variables.scope.php http://php.net/manual/zh/language.variables.scope.php //0000 //0123 //0123 Notice: Undefined v
阅读全文
posted @ 2017-04-07 14:00
papering
阅读(225)
推荐(0)
posted @ 2017-04-07 12:52
papering
阅读(197)
推荐(0)
摘要:
w 0-Qphp 在全局范围内访问变量有哪几种方法A2种 <?php$a = 1;$b = 2;var_dump($GLOBALS); <?php$a = 1;$b = 2; function Sum(){ global $a, $b; $b = $a + $b;} Sum();echo $b; 1
阅读全文
posted @ 2017-04-07 12:17
papering
阅读(199)
推荐(0)
摘要:
RFC 7231 - Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content https://tools.ietf.org/html/rfc7231#section-4 HTTP request methods - HTTP | M
阅读全文
posted @ 2017-04-07 11:55
papering
阅读(542)
推荐(0)
摘要:
单元测试 你会写单元测试吗 - 掘金 https://juejin.im/post/5d01a541e51d45554877a5b6 干货—Go语言编写单元测试 - 知乎 https://zhuanlan.zhihu.com/p/34164753
阅读全文
posted @ 2017-04-07 11:30
papering
阅读(491)
推荐(0)
摘要:
w http://php.net/manual/zh/language.variables.scope.php http://php.net/manual/en/language.variables.scope.php 0- $GLOBALS 是一个关联数组,每一个变量为一个元素,键名对应变量名,值
阅读全文
posted @ 2017-04-07 11:28
papering
阅读(273)
推荐(0)
posted @ 2017-04-07 08:31
papering
阅读(163)
推荐(0)
摘要:
w 感谢Spencer老师! 建议先把awk生成的sql语句写到文件,然后检查,再执行避免你的变量中存在sql注入的可能 安全角度 》在awk返回结果的那一层,通过awk去过滤 》通过管道丢给mysql? 问题是,怎样“实现文件检查自动化脚本化”呢,如果其被实现了,那为什么不把这个自动化脚本化交给a
阅读全文
posted @ 2017-04-06 21:51
papering
阅读(357)
推荐(0)
摘要:
w 0- http://httpd.apache.org/docs/2.4/logs.html Access Log mod_log_config mod_setenvif CustomLog LogFormat SetEnvIf The server access log records all
阅读全文
posted @ 2017-04-06 20:38
papering
阅读(546)
推荐(0)
摘要:
On Unix and Unix-like computer operating systems, a zombie process or defunct process is a process that has completed execution (via the exit system c
阅读全文
posted @ 2017-04-06 19:25
papering
阅读(417)
推荐(0)
摘要:
Learning PHP Design Patterns CHAPTER 1 Algorithms handle speed of operations, and design patterns handle speed of development. 算法处理程序运行速度,设计模式处理程序开发速度
阅读全文
posted @ 2017-04-06 18:31
papering
阅读(162)
推荐(0)
posted @ 2017-04-06 16:28
papering
阅读(263)
推荐(0)
摘要:
http://php.net/manual/zh/language.oop5.abstract.php MWSOrdersPHPClientLibrary-2013-09-01._V533357711_\src\MarketplaceWebServiceOrders\Model.php MWSOrd
阅读全文
posted @ 2017-04-06 16:20
papering
阅读(625)
推荐(0)
摘要:
http://php.net/manual/en/language.oop5.interfaces.php http://php.net/manual/zh/language.oop5.interfaces.php Object Interfaces Object interfaces allow
阅读全文
posted @ 2017-04-06 15:36
papering
阅读(238)
推荐(0)
摘要:
小结: 1、An AtomicStampedReference maintains an object reference along with an integer "stamp", that can be updated atomically. 给每一个对象的引用追加一个可以被原子更新的戳。 什
阅读全文
posted @ 2017-04-06 14:49
papering
阅读(233)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/Compare-and-swap Compare-and-swap From Wikipedia, the free encyclopedia Jump to navigationJump to search In computer sci
阅读全文
posted @ 2017-04-06 12:18
papering
阅读(449)
推荐(0)
摘要:
Docker实践 - 懒人的技术笔记 - 博客频道 - CSDN.NET http://blog.csdn.net/lincyang/article/details/43055061 Docker直译为码头工人。当它成为一种技术时,做的也是码头工人的事。官网是这样描述它的:“Docker是一个开发的
阅读全文
posted @ 2017-04-06 09:59
papering
阅读(265)
推荐(0)
摘要:
w满屏的框架,甚至翻页了还是框架,起始user是想看下bootstrap在框架出来前是什么东西。
阅读全文
posted @ 2017-04-06 09:53
papering
阅读(193)
推荐(0)
摘要:
http://baike.baidu.com/item/IP地址 公有地址 http://baike.baidu.com/item/IP地址 公有地址 公有地址(Public address)由Inter NIC(Internet Network Information Center因特网信息中心)
阅读全文
posted @ 2017-04-06 09:40
papering
阅读(304)
推荐(0)
摘要:
http://baike.baidu.com/item/重放攻击 重放攻击(Replay Attacks)又称重播攻击、回放攻击或新鲜性攻击(Freshness Attacks),是指攻击者发送一个目的主机已接收过的包,特别是在认证的过程中,用于认证用户身份所接收的包,来达到欺骗系统的目的,主要用于
阅读全文
posted @ 2017-04-05 11:23
papering
阅读(1743)
推荐(0)
摘要:
怎样用通俗的语言解释什么叫 REST,以及什么是 RESTful? - 知乎 https://www.zhihu.com/question/28557115 大家都知道"古代"网页是前端后端融在一起的,比如之前的PHP,JSP等。在之前的桌面时代问题不大,但是近年来移动互联网的发展,各种类型的Cli
阅读全文
posted @ 2017-04-03 15:08
papering
阅读(555)
推荐(0)
posted @ 2017-04-03 09:27
papering
阅读(153)
推荐(0)
摘要:
w 撤回的条件 0-0-全额撤回0-1-部分撤回 1-0-撤回指定人1-1-撤回非指定人 2-0-撤回发生在除/不除发出者外没有一个人领红包2-1-反 领红包与撤回红包0-0-私聊红包,删与被删好友或拉黑与被拉黑后0-1-群红包,退群或被踢群后
阅读全文
posted @ 2017-04-01 20:05
papering
阅读(381)
推荐(0)
摘要:
curl https://passport.jd.com/new/login.aspx https://passport.jd.com/new/misc/js/login2016.js?v=201702221137
阅读全文
posted @ 2017-04-01 15:47
papering
阅读(3986)
推荐(0)