一些開發文章和各種資源
下面是近期收錄的一些文章和資源,希望對你有用。
系統方面
- 印度的電子商務網站 flipkart 的性能擴展(PPT) http://www.slideshare.net/sids/how-flipkart-scales-php,都是一些最基本的東西,對于初學者來說很不錯。PPT 做的也不錯。
- Tagged.com 的擴展之路 – 1 億用戶,1000 臺服務器,50 億的 PV http://highscalability.com/blog/2011/8/8/tagged-architecture-scaling-to-100-million-users-1000-server.html 還是 PHP 的 WEB 站點。另外,highscalability.com這個網站上有很多和高性能有關的文章,很不錯。比如最新的:Stuff The Internet Says On Scalability For September 16, 2011
- 瀏覽器是怎么工作的? http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/ 相當不錯的一個教程,告訴你瀏覽器里面是怎么搞的,很不錯。如果圖片看不到,可以看這里。如果你英文不是太好,你可以看看中譯版,譯得并不是太好。
- Intel C/C++ 64 位程序開發教程 http://software.intel.com/en-us/articles/lessons-on-development-of-64-bit-cc-applications/ 本站以前也介紹過一個關于 64 位C/C++的編程注意事項。
各種教程
- Version Control by Example(電子書) http://www.ericsink.com/vcbe/
- SQL 注入口袋書(Google Doc 需KX上網),涵蓋 MySQL, MSSQL 和 Oracle,我覺得可以用來做你的程序的安全測試。
- 如何寫 Vim 的插件(教程)http://stevelosh.com/blog/2011/09/writing-vim-plugins/ 相信你已讀過“VIM 簡明攻略” 并收藏了 “vim 的速查卡”,隨著你的 vim 的能力加強,是時候搞搞 vim 的插件了。
- 一個超有意思的學習 Javascript 的在線課件了。下面的這個網頁上有一個 Web 的命令行,你可以跟著他的提示去輸入一些命令,并以此來學習 Javascript,這個創意真是太好了,我覺得這應該推廣到我們的學校中去,不是只聽老師講,還需要大家一起來動作。 http://www.codecademy.com/
- 一些各種各樣的教程 http://www.dickbaldwin.com/toc.htm 這些都是些入門的教程,僅當是練練英語了。
- Introductory Java Tutorial
- Intermediate Java Tutorial
- Advanced Java Tutorial
- Test Your Java Knowledge
- JavaScript Tutorial
- XML — eXtensible Markup Language
- Python Programming Tutorial
- C# Programming Tutorial
- Digital Signal Processing
- Object-Oriented Programming Fundamentals using C++
- Object-Oriented Programming Fundamentals using C++ (Practice Tests)
- Object-Oriented Programming Fundamentals using C++ (Slides)
- Advanced Object-Oriented Programming using C++
- Advanced Object-Oriented Programming using C++ (Practice Tests)
- Advanced Object-Oriented Programming using C++ (Slides)
- Graphics Programming with Allegro and C++
- Graphics Programming with Allegro and C++ (Practice Tests)
- Graphics Programming with Allegro and C++ (Slides)
- Wireless Networking Lab Projects
- Learn to Program using Alice
- Computer Programming for Homeschool Students and Other Beginners
- Programming with Adobe Flex
- Object-Oriented Programming (OOP) with ActionScript
- Programming with XNA Game Studio
- 20 個 jQuery 提示插件:http://zoomzum.com/jquery-tooltip-plugins/
- 最近出的一個新的可以做 Web 幻燈片的 Javscript http://imakewebthings.github.com/deck.js/#intro 當然,Web 上做幻燈片的庫太多了,大家可以看看 wikipedia 上的一個收集: http://en.wikipedia.org/wiki/Web-based_slideshow
- Google APIs Client Library for PHP - 用 PHP 封裝的各種 Google API
- Buzz API - Sample
- Books API - Sample
- Latitude API - Sample
- Page Speed Online API - Sample
- Tasks API - Sample
- URL Shortener API - Sample
- Django Google Chart http://publishedin.com/django-google-charts/ 為 Django 封閉的 Google 統計圖 API。
- 一個新的 HTML5+CSS3 的 JS 庫 Kendo UI:http://demos.kendoui.com/ 這樣的 JS 庫有很多,如比較經典的 ExtJS, YUI 和 jQuery。不過大家可以試試這個庫。其支持移動設備。
- HTML5 Canvas 的開發指導:http://www.sitepoint.com/a-developer%E2%80%99s-guide-to-html5-canvas/
- HTML5+ Javascript 的游戲開發教程:http://gamedev.slashgame.net/2011/08/html5-game-development-tutorial.html
- 70 個 HTML5 的精彩示例 http://www.instantshift.com/2011/07/05/70-inspirational-examples-of-websites-designed-with-html5/
- The Art of Assembly Language Programming 匯編語言藝術 http://www.arl.wustl.edu/~lockwood/class/cs306/books/artofasm/toc.html
- 編程規范 if 語句的簡單規則:http://united-coders.com/christian-harms/basic-rules-for-code-readability-and-the-if-statement
- Linux 內核C編程規范:http://www.kernel.org/doc/Documentation/CodingStyle
- Google 的 C++ 編程規范:http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
- 最后,強烈推薦你讀一下 Nokia 的 Qt 的《API Design Principles》,其中的一條規則寫成了本站的《千萬不要用 bool 做函數參數》
- 在 OS X 上使用 gcc 而不是 xcode 編譯 C++ 程序 https://github.com/kennethreitz/osx-gcc-installer
- 聲討 PHP 的一個 slids http://zakx.de/phprant-en.pdf, 前面說到的兩個網站都是使用 PHP 做到,不過,你可以通過這個 PDF 了解一下 PHP 有哪些地方不好。
- Infinite 超級瑪麗:(你可以比較一下,哪個版本不錯)
- HTML5 版: http://mario.fromlifetodeath.com/ (源碼)
- Java 版:http://www.mojang.com/notch/mario/
- Flash 版:http://www.supermariobrothers.org/infinite-mario.html
Web 庫
HTML 5
編程規范
其它
本文由用戶 webphp 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!