码迷,mamicode.com
首页 >  
搜索关键字:internals    ( 179个结果
HTTP知识
http协议大致流程 http客户端发起请求,创建端口(默认80) http服务器在端口监听客户端请求 http服务器向客户端返回状态(200)和内容 详细过程 chrome搜索自身的DNS缓存(这个缓存的时间大概只有1m)查看地址:chrome://net-internals/#dns 搜索操作系 ...
分类:Web程序   时间:2016-09-08 14:25:14    阅读次数:186
Oracle Internals 相关站点
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
Windows Kernel Security Training Courses
http://www.codemachine.com/courses.html#kerdbg Windows Kernel Internals for Security Researchers This course takes a deep dive into the internals of t ...
分类:Windows程序   时间:2016-08-07 00:45:25    阅读次数:335
oracle 内部机制-DTRACE
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设置以及hosts备份
最近重装完chrome总是忘记改了哪些设置,所以这里做一下备份。 有卡顿问题可以关闭GPU加速 使用https的方式访问Google,Chrome下强制Google使用https的方法如下: 打开Chrome,在地址栏输入chrome://net-internals/#hsts 在Domain中输入 ...
分类:其他好文   时间:2016-07-23 23:01:07    阅读次数:215
mysql学习资源(转)
官方资源 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://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
golang 垃圾回收 gc
http://ruizeng.net/golang-gc-internals/ 摘要 在实际使用go语言的过程中,碰到了一些看似奇怪的内存占用现象,于是决定对go语言的垃圾回收模型进行一些研究。本文对研究的结果进行一下总结。 什么是垃圾回收? 曾几何时,内存管理是程序员开发应用的一大难题。传统的系统 ...
分类:其他好文   时间:2016-06-22 15:39:35    阅读次数:222
Spark 与 MapReduce的区别
学习参考自 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
Key Components and Internals of Spring Boot Framework--转
原文地址: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
179条   上一页 1 ... 9 10 11 12 13 ... 18 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!