http协议大致流程 http客户端发起请求,创建端口(默认80) http服务器在端口监听客户端请求 http服务器向客户端返回状态(200)和内容 详细过程 chrome搜索自身的DNS缓存(这个缓存的时间大概只有1m)查看地址:chrome://net-internals/#dns 搜索操作系 ...
分类:
Web程序 时间:
2016-09-08 14:25:14
阅读次数:
186
http://oracle-internals.com/blog/links/ http://coll15.mapyourshow.com/6_0/sessions/session-details.cfm?ScheduleID=5410 Links I’ve compiled a list of l ...
分类:
数据库 时间:
2016-08-10 14:24:27
阅读次数:
175
http://www.codemachine.com/courses.html#kerdbg Windows Kernel Internals for Security Researchers This course takes a deep dive into the internals of t ...
Oracle SQL Tuning and CBO Internals: Based Optimizer with CBO Internals and SQL Tuning Optimization https://vimeo.com/ondemand/oraclemechanisms/ http: ...
分类:
数据库 时间:
2016-08-02 11:26:03
阅读次数:
301
最近重装完chrome总是忘记改了哪些设置,所以这里做一下备份。 有卡顿问题可以关闭GPU加速 使用https的方式访问Google,Chrome下强制Google使用https的方法如下: 打开Chrome,在地址栏输入chrome://net-internals/#hsts 在Domain中输入 ...
分类:
其他好文 时间:
2016-07-23 23:01:07
阅读次数:
215
官方资源 1. Mysql Manual(严格来说,除了它其他都是浮云) http://dev.mysql.com/doc/refman/5.5/en/index.html 2. Mysql Internals官方介绍,wiki形式,收集了一些专题,讲得很深入 http://dev.mysql.co ...
分类:
数据库 时间:
2016-07-21 18:08:58
阅读次数:
246
chrome://chrome-urls/ List of Chrome URLs chrome://accessibility chrome://appcache-internals chrome://apps chrome://blob-internals chrome://bookmarks ...
分类:
其他好文 时间:
2016-07-03 21:15:05
阅读次数:
304
http://ruizeng.net/golang-gc-internals/ 摘要 在实际使用go语言的过程中,碰到了一些看似奇怪的内存占用现象,于是决定对go语言的垃圾回收模型进行一些研究。本文对研究的结果进行一下总结。 什么是垃圾回收? 曾几何时,内存管理是程序员开发应用的一大难题。传统的系统 ...
分类:
其他好文 时间:
2016-06-22 15:39:35
阅读次数:
222
学习参考自 http://spark-internals.books.yourtion.com/markdown/4-shuffleDetails.html 1. Shuffle read 边 fetch 边处理还是一次性 fetch 完再处理? 边 fetch 边处理。 MapReduce shu ...
分类:
其他好文 时间:
2016-06-16 20:16:27
阅读次数:
316
原文地址:http://www.journaldev.com/7989/key-components-and-internals-of-spring-boot-framework In my previous post “Introduction to Spring Boot”, we have d ...
分类:
编程语言 时间:
2016-06-08 10:32:36
阅读次数:
252