用户工具

站点工具


advanceds

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
advanceds [2018/03/23 09:59] – [Web] jiajiadvanceds [2024/02/04 04:48] (当前版本) – 外部编辑 127.0.0.1
行 4: 行 4:
  
 [How Browsers Work: Behind the scenes of modern web browsers](https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/) [How Browsers Work: Behind the scenes of modern web browsers](https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/)
 +
 +[理解WebKit和Chromium](https://www.ituring.com.cn/book/1210)
  
 [Best Practices for Designing a Pragmatic RESTful API](http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api) [Best Practices for Designing a Pragmatic RESTful API](http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api)
行 21: 行 23:
 [中文字体新手指南](http://fuxiaopang.cn/the-complete-beginners-guide-to-chinese-fonts/) [中文字体新手指南](http://fuxiaopang.cn/the-complete-beginners-guide-to-chinese-fonts/)
  
-[字符集和字符编码(Charset & Encoding)](http://blog.jobbole.com/86813/)+[字符集和字符编码(Charset & Encoding)](https://www.cnblogs.com/skynet/archive/2011/05/03/2035105.html)
  
 [Cookies](https://www.quirksmode.org/js/cookies.html) [Cookies](https://www.quirksmode.org/js/cookies.html)
行 30: 行 32:
  
 [前端面试考点集锦](https://juejin.im/post/5aae076d6fb9a028cc6100a9) [前端面试考点集锦](https://juejin.im/post/5aae076d6fb9a028cc6100a9)
 +
 +[HTPP CORS 跨域](https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Access_control_CORS)
 +
 +[Understanding JavaScript Function Invocation and "this"](https://yehudakatz.com/2011/08/11/understanding-javascript-function-invocation-and-this/)
 +
 +[Facebook Redesign](https://engineering.fb.com/web/facebook-redesign/)
 +
 +[Debounce vs Throttling](https://css-tricks.com/debouncing-throttling-explained-examples/)
  
 ### iOS ### iOS
 +
 +[iOS 深度文章集合](https://github.com/BiBoyang/GoldHouse-for-iOS)
  
 [[通过私有API调试UIWebView]] [[通过私有API调试UIWebView]]
 +
 +[UIWebView 稳定地获取JSContext的办法](https://github.com/TomSwift/UIWebView-TS_JavaScriptContext)
  
 [Resize a UIImage the right way](http://vocaro.com/trevor/blog/2009/10/12/resize-a-uiimage-the-right-way/) [Resize a UIImage the right way](http://vocaro.com/trevor/blog/2009/10/12/resize-a-uiimage-the-right-way/)
行 47: 行 61:
 [Understanding the Objective-C Runtime](http://cocoasamurai.blogspot.jp/2010/01/understanding-objective-c-runtime.html) [Understanding the Objective-C Runtime](http://cocoasamurai.blogspot.jp/2010/01/understanding-objective-c-runtime.html)
  
-[Swift Runtime分析:还像OC Runtime一样吗?](https://mp.weixin.qq.com/s?__biz=MzA3ODg4MDk0Ng==&mid=403153173&idx=1&sn=c631f95b28a0eb4b842a9494e43a30e5&scene=1&srcid=0411nXUTkQ6iwljBxNeAy5jg&key=b28b03434249256b60dcb9aea88dce40e7a1ee0e66963b948073d936b9786aa8046c2a3ba77f72f6cd452d879551fca7&ascene=0&uin=MTIwODIw&devicetype=iMac+MacBookPro12%2C1+OSX+OSX+10.10.5+build(14F1713)+[Swift Runtime分析:还像OC Runtime一样吗?](https://mp.weixin.qq.com/s?__biz=MzUxMzcxMzE5Ng==&mid=2247488491&idx=1&sn=a5364eacd752f455837179681f4a774c&source=41#wechat_redirect) 
 + 
 +[深入理解 iOS Rendering Process](https://lision.me/ios-rendering-process/)
  
 ### Node.js ### Node.js
行 66: 行 82:
  
 [Linux 开机引导和启动过程详解](https://linux.cn/article-8807-1.html) [Linux 开机引导和启动过程详解](https://linux.cn/article-8807-1.html)
 +
 +[一文讲透 Git 底层数据结构和原理](https://mp.weixin.qq.com/s/p-BKKYg-aIu1eYFxBCb5eg)
  
 ### Database ### Database
 +
 +{{ :architecture_of_a_database_system.pdf | Architecture of a database system}}
  
 [MySQL索引背后的数据结构及算法原理](http://blog.jobbole.com/24006/) [MySQL索引背后的数据结构及算法原理](http://blog.jobbole.com/24006/)
  
 +
 +### 大数据
 +
 +[Turning the database inside-out with Apache Samza](https://martin.kleppmann.com/2015/03/04/turning-the-database-inside-out.html)
  
 ### Compiler ### Compiler
行 79: 行 103:
  
 [Principles of Design](https://www.w3.org/DesignIssues/Principles.html) [Principles of Design](https://www.w3.org/DesignIssues/Principles.html)
 +
 +[The Clean Architecture](https://8thlight.com/blog/uncle-bob/2012/08/13/the-clean-architecture.html)
 +
 +[The Twelve-Factor App](https://12factor.net/)
  
 [What Every Computer Scientist Should Know About Floating-Point Arithmetic](http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html) [What Every Computer Scientist Should Know About Floating-Point Arithmetic](http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html)
  
 [算法在各大知名开源软件中的使用 Core algorithms deployed](https://cstheory.stackexchange.com/questions/19759/core-algorithms-deployed) [算法在各大知名开源软件中的使用 Core algorithms deployed](https://cstheory.stackexchange.com/questions/19759/core-algorithms-deployed)
 +
 +[Rob Pike's 5 Rules of Programming](https://users.ece.utexas.edu/~adnan/pike.html)
  
 [开发后端服务的原则 The Twelve Factor App](https://12factor.net/zh_cn/) [开发后端服务的原则 The Twelve Factor App](https://12factor.net/zh_cn/)
advanceds.1521799184.txt.gz · 最后更改: (外部编辑)