from 阮一峰
Posted 想要和你看齐的stone
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了from 阮一峰相关的知识,希望对你有一定的参考价值。
javascript面向对象编程(一):封装
原文链接:http://www.ruanyifeng.com/blog/2010/05/object-oriented_javascript_encapsulation.html
Javascript面向对象编程(二):构造函数的继承:
原文链接:http://www.ruanyifeng.com/blog/2010/05/object-oriented_javascript_inheritance.html
Javascript面向对象编程(三):非构造函数的继承:
原文链接:http://www.ruanyifeng.com/blog/2010/05/object-oriented_javascript_inheritance_continued.html
竟然转不过来,直接粘贴吧,学习的时候方便
第一个链接里面有相关书籍。
网站开发人员应该知道的61件事:
原文链接:http://www.ruanyifeng.com/blog/2010/11/61_things_every_web_developer_should_know.html
解剖CPU:
原文链接:http://www.ruanyifeng.com/blog/2010/11/cpu_autopsy.html
CSS3圆角详解:
原文链接:http://www.ruanyifeng.com/blog/2010/12/detailed_explanation_of_css3_rounded_corners.html
产品五问:
http://www.ruanyifeng.com/blog/2011/01/five_questions_to_develope_a_project.html
在php语言中使用JSON:
http://www.ruanyifeng.com/blog/2011/01/json_in_php.html
Google短网址的API:
http://www.ruanyifeng.com/blog/2011/01/api_for_google_s_url_shortener.html
HTTPS的七个误解(译文):
http://www.ruanyifeng.com/blog/2011/02/seven_myths_about_https.html
URL的井号:
http://www.ruanyifeng.com/blog/2011/03/url_hash.html
IETF:互联网精神的典范:
http://www.ruanyifeng.com/blog/2011/03/ietf.html
Firebug控制台详解:
http://www.ruanyifeng.com/blog/2011/03/firebug_console_tutorial.html
快速排序(Quicksort)的Javascript实现:
http://www.ruanyifeng.com/blog/2011/04/quicksort_in_javascript.html
云储存时代的到来:
http://www.ruanyifeng.com/blog/2011/04/dawn_of_cloud_storage.html
Dan计划:重新定义人生的10000个小时:
http://www.ruanyifeng.com/blog/2011/04/the_dan_plan.html
如何选择开源许可证?:
http://www.ruanyifeng.com/blog/2011/05/how_to_choose_free_software_licenses.html
如何判断Javascript对象是否存在:
http://www.ruanyifeng.com/blog/2011/05/how_to_judge_the_existence_of_a_global_object_in_javascript.html
Javascript继承机制的设计思想:
http://www.ruanyifeng.com/blog/2011/06/designing_ideas_of_inheritance_mechanism_in_javascript.html
Javascript诞生记:
http://www.ruanyifeng.com/blog/2011/06/birth_of_javascript.html
jQuery设计思想:
http://www.ruanyifeng.com/blog/2011/07/jquery_fundamentals.html
DOS的历史:
http://www.ruanyifeng.com/blog/2011/07/history_of_dos.html
jQuery最佳实践:
http://www.ruanyifeng.com/blog/2011/08/jquery_best_practices.html
数字签名是什么?:
http://www.ruanyifeng.com/blog/2011/08/what_is_a_digital_signature.html
Java开源建站工具:
http://www.ruanyifeng.com/blog/2011/08/opensource_java_web_development_tools.html
神奇的图像处理算法:
http://www.ruanyifeng.com/blog/2011/08/amazing_algorithms_of_image_processing.html
jQuery的deferred对象详解:
http://www.ruanyifeng.com/blog/2011/08/a_detailed_explanation_of_jquery_deferred_object.html
云平台服务商一览:
http://www.ruanyifeng.com/blog/2011/08/list_of_cloud_platforms.html
贝叶斯推断及其互联网应用(一):定理简介:
http://www.ruanyifeng.com/blog/2011/08/bayesian_inference_part_one.html
贝叶斯推断及其互联网应用(二):过滤垃圾邮件:
http://www.ruanyifeng.com/blog/2011/08/bayesian_inference_part_two.html
curl网站开发指南:
http://www.ruanyifeng.com/blog/2011/09/curl.html
理解RESTful架构:
http://www.ruanyifeng.com/blog/2011/09/restful.html
学习C语言的教材:
http://www.ruanyifeng.com/blog/2011/09/c_programming_language_textbooks.html
Javascript文件加载:LABjs和RequireJS:
http://www.ruanyifeng.com/blog/2011/10/javascript_loading.html
usenet下载最简教程:
http://www.ruanyifeng.com/blog/2011/10/usenet_downloading_crash_tutorial.html
每行字符数(CPL)的起源:
http://www.ruanyifeng.com/blog/2011/10/characters_per_line.html
EOF是什么?:
http://www.ruanyifeng.com/blog/2011/11/eof.html
理解inode:
http://www.ruanyifeng.com/blog/2011/12/inode.html
SSH原理与运用(一):远程登录:
http://www.ruanyifeng.com/blog/2011/12/ssh_remote_login.html
SSH原理与运用(二):远程操作与端口转发:
http://www.ruanyifeng.com/blog/2011/12/ssh_port_forwarding.html
处理Apache日志的Bash脚本:
http://www.ruanyifeng.com/blog/2012/01/a_bash_script_of_apache_log_analysis.html
SOPA为什么是一部恶法:
http://www.ruanyifeng.com/blog/2012/01/why_sopa_is_evil.html
Unix目录结构的来历:
http://www.ruanyifeng.com/blog/2012/02/a_history_of_unix_directory_structure.html
网页开发的6种在线调试环境:
http://www.ruanyifeng.com/blog/2012/02/6_online_playgrounds_for_web_developing.html
基于用户投票的排名算法(二):Reddit:
http://www.ruanyifeng.com/blog/2012/03/ranking_algorithm_reddit.html
基于用户投票的排名算法(三):Stack Overflow;
http://www.ruanyifeng.com/blog/2012/03/ranking_algorithm_stack_overflow.html
基于用户投票的排名算法(四):牛顿冷却定律:
http://www.ruanyifeng.com/blog/2012/03/ranking_algorithm_newton_s_law_of_cooling.html
基于用户投票的排名算法(五):威尔逊区间:
http://www.ruanyifeng.com/blog/2012/03/ranking_algorithm_wilson_score_interval.html
函数式编程初探:
http://www.ruanyifeng.com/blog/2012/04/functional_programming.html
自适应网页设计(Responsive Web Design):
http://www.ruanyifeng.com/blog/2012/05/responsive_web_design.html
互联网协议入门(一):
http://www.ruanyifeng.com/blog/2012/05/internet_protocol_suite_part_i.html
互联网协议入门(二):
http://www.ruanyifeng.com/blog/2012/06/internet_protocol_suite_part_ii.html
Git分支管理策略:
http://www.ruanyifeng.com/blog/2012/07/git.html
Javascript定义类(class)的三种方法:
http://www.ruanyifeng.com/blog/2012/07/three_ways_to_define_a_javascript_class.html
文件上传的渐进式增强:
http://www.ruanyifeng.com/blog/2012/08/file_upload.html
读懂diff:
http://www.ruanyifeng.com/blog/2012/08/how_to_read_diff.html
《Linus Torvalds自传》摘录:
http://www.ruanyifeng.com/blog/2012/09/linus_torvalds.html
XMLHttpRequest Level 2 使用指南:
http://www.ruanyifeng.com/blog/2012/09/xmlhttprequest_level_2.html
虚数的意义:
http://www.ruanyifeng.com/blog/2012/09/imaginary_number.html
网站的无密码登录:
http://www.ruanyifeng.com/blog/2012/10/password-less_login.html
贝叶斯推断及其互联网应用(三):拼写检查:
http://www.ruanyifeng.com/blog/2012/10/spelling_corrector.html
Javascript模块化编程(一):模块的写法:
http://www.ruanyifeng.com/blog/2012/10/javascript_module.html
Javascript模块化编程(二):AMD规范:
http://www.ruanyifeng.com/blog/2012/10/asynchronous_module_definition.html
Javascript模块化编程(三):require.js的用法:
http://www.ruanyifeng.com/blog/2012/11/require_js.html
高斯模糊的算法:
http://www.ruanyifeng.com/blog/2012/11/gaussian_blur.html
Compass用法指南:
http://www.ruanyifeng.com/blog/2012/11/compass.html
Javascript异步编程的4种方法:
http://www.ruanyifeng.com/blog/2012/12/asynchronous_javascript.html
JavaScript Source Map 详解:
http://www.ruanyifeng.com/blog/2013/01/javascript_source_map.html
Javascript 严格模式详解:
http://www.ruanyifeng.com/blog/2013/01/javascript_strict_mode.html
反Secure Boot垄断:兼谈如何在Windows 8电脑上安装Linux:
http://www.ruanyifeng.com/blog/2013/01/secure_boot.html
代码的抽象三原则:
http://www.ruanyifeng.com/blog/2013/01/abstraction_principles.html
计算机是如何启动的?:
http://www.ruanyifeng.com/blog/2013/02/booting.html
总结成这样是为了方便我看的时候好找,在他的首页只能按某年某月显示,太难翻了。
下次继续。他的博文挺值得看。
以上是关于from 阮一峰的主要内容,如果未能解决你的问题,请参考以下文章