--- title: 其它计算机图书或教程 date: 2016-01-28 22:28:47 categories: - 计算机 tags: - 书单 --- 不便于单独列出的教程收录在这里。 ## Android + [Android学习之路](http://stormzhang.com/android/2014/07/07/learn-android-from-rookie/) + [Android开发技术前线](https://github.com/hehonghui/android-tech-frontier) + [Android重要知识点解析整理](https://github.com/FX-Max/Point-of-Android) + [Android6.0新特性详解](http://leanote.com/blog/post/561658f938f41126b2000298?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io) ## C + [C/C++ 参考手册](http://zh.cppreference.com/w/%E9%A6%96%E9%A1%B5) + [GNU make 指南](http://docs.huihoo.com/gnu/linux/gmake.html) ## CoffeeScript + [CoffeeScript 编码风格指南](https://github.com/geekplux/coffeescript-style-guide) ## CSharp + [MSDN](https://msdn.microsoft.com/zh-cn/) + [微软文档库](https://docs.microsoft.com/zh-cn/) + [超全面的.NET GDI+图形图像编程教程](http://www.cnblogs.com/LonelyShadow/p/4162318.html) ## CSS + [学习CSS布局](http://zh.learnlayout.com/) + [通用 CSS 笔记、建议与指导](https://github.com/chadluo/CSS-Guidelines/blob/master/README.md) ## Docker + [Docker Cheat Sheet](https://github.com/wsargent/docker-cheat-sheet/tree/master/zh-cn#docker-cheat-sheet) ## Git + [git - 简明指南](http://rogerdudler.github.io/git-guide/index.zh.html) + [Git Cheat Sheet](https://github.com/flyhigher139/Git-Cheat-Sheet) + [git flow 备忘清单](http://danielkummer.github.io/git-flow-cheatsheet/index.zh_CN.html) ## Golang + [Go编程基础](https://github.com/Unknwon/go-fundamental-programming) + [Java程序员的Golang入门指南](http://blog.csdn.net/dc_726/article/details/46565241) ## iOS + [iOS开发60分钟入门](https://github.com/qinjx/30min_guides/blob/master/ios.md) + [iOS7人机界面指南](http://isux.tencent.com/ios-human-interface-guidelines-ui-design-basics-ios7.html) + [iPhone 6 屏幕揭秘](http://wileam.com/iphone-6-screen-cn/) + [Apple Watch开发初探](http://nilsun.github.io/apple-watch/) ## Java + [Java8新特性终极指南](http://www.importnew.com/11908.html) ## JavaScript + [命名函数表达式探秘](http://justjavac.com/named-function-expressions-demystified.html) + [You Don't Need jQuery](https://github.com/oneuijs/You-Dont-Need-jQuery/blob/master/README.zh-CN.md) + [构建自己的AngularJS](https://github.com/xufei/Make-Your-Own-AngularJS/blob/master/01.md) + [impress.js 中文教程](https://github.com/kokdemo/impress.js-tutorial-in-Chinese/blob/master/index.html) ## HTML + [编码规范 by @mdo](http://codeguide.bootcss.com/) ## Mysql + [MySQL索引背后的数据结构及算法原理](http://blog.codinglabs.org/articles/theory-of-mysql-index.html) + [21分钟MySQL入门教程](http://www.cnblogs.com/mr-wid/archive/2013/05/09/3068229.html) ## PHP + [Laravel 入门](https://github.com/huanghua581/laravel-getting-started/blob/master/4.2.md) ## Python + [SymPy Doc](http://docs.sympy.org/latest/index.html) + [Matplotlib 教程](http://liam0205.me/2014/09/11/matplotlib-tutorial-zh-cn/) + [Python的魔术方法指南](http://article.yeeyan.org/view/311527/287706) + [Django 最佳实践](https://github.com/yangyubo/zh-django-best-practices) ## Shell + [Bash脚本15分钟进阶教程](http://blog.sae.sina.com.cn/archives/3606) ## Swift + [Swift 语言指南](http://dev.swiftguide.cn/) ## Vim + [exvim--vim 改良成IDE项目](http://exvim.github.io/docs-zh/intro/) ## 前端 + [MDN](https://developer.mozilla.org/zh-CN/docs/MDN) + [The Web platform: Browser technologies](https://platform.html5.org/) + [Pocket Guide to Writing SVG (SVG编写袖珍指南)](https://github.com/jonitrythall/svgpocketguide/blob/master/svgpocketguide.md) + [浏览器开发工具的秘密](http://jinlong.github.io/2013/08/29/devtoolsecrets/) + [移动Web前端知识库](https://github.com/AlloyTeam/Mars) + [前端开发体系建设日记](https://github.com/fouber/blog/issues/2) + [移动前端开发收藏夹](https://github.com/hoosin/mobile-web-favorites) + [前端资源分享(一)](https://github.com/hacke2/hacke2.github.io/issues/1) + [前端资源分享(二)](https://github.com/hacke2/hacke2.github.io/issues/3) ## 设计 + [Pixel Perfect Precision (完美像素手册3)(PDF)](https://ustwo.com/blog/the-ustwo-pixel-perfect-precision-handbook-3/) + [Mobile Game Design(手机游戏设计)(PDF)](http://www.indiegamepod.com/mobile-game-design-book.pdf) + [The Guide to Mockups(原型图绘制指南)(PDF)](https://studio.uxpin.com/ebooks/guide-to-mockups/) + [Guide to UX Design Process and Documentation(PDF)](https://studio.uxpin.com/ebooks/guide-to-ux-design-process-and-documentation/) + [Web UI Best Practices(Web UI 最佳实践)(PDF)](https://studio.uxpin.com/ebooks/web-ui-design-best-practices/) + [Guide to Usability Testing(易用性测试指南)(PDF)](https://studio.uxpin.com/ebooks/guide-to-usability-testing/) + [The Guide to Wireframing(线框图绘制指南)(PDF)](https://studio.uxpin.com/ebooks/guide-to-wireframing/) ## 算法 + [VisuAlgo](http://visualgo.net/) – 看动画学算法 + [List of algorithms](http://en.wikipedia.org/wiki/List_of_algorithms) ## 操作系统 + [命令行的艺术](https://github.com/jlevy/the-art-of-command-line/blob/master/README-zh.md) + [走向分布式](http://dcaoyuan.github.io/papers/pdfs/Scalability.pdf) + [每个程序员都应该了解的内存知识【第一部分】](http://www.oschina.net/translate/what-every-programmer-should-know-about-memory-part1?print) ## 编程思想 + [傻瓜函数编程](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn) ## 工程 + [持续集成(第二版)](http://article.yeeyan.org/view/2251/94882) ## 设计 ## 逆向 + [探索PE文件内幕](http://www.360doc.com/content/14/0301/08/16014697_356636939.shtml) ## 渗透 + [Security Flow Chart](https://github.com/SecWiki/sec-chart) ## 机器学习/数据挖掘 + [大数据/数据挖掘/推荐系统/机器学习相关资源](https://github.com/Flowerowl/Big_Data_Resources) + [数据挖掘18大算法实现](https://github.com/linyiqun/DataMiningAlgorithm) ## 速查表 + [cheat-sheets](http://www.cheat-sheets.org/) + [OverApi](http://overapi.com/) – 又一个速查表网站 ## 公开课/讲义 + [awesome-courses](https://github.com/prakhar1989/awesome-courses) + [你所读的计算机科学方向,有哪些不错的讲义(Notes)?](https://www.zhihu.com/question/38300204) ## 入门指南 + [5天学会一种 web 开发框架](http://lutaf.com/148.htm) + [互联网行业的快餐式入门指南](https://github.com/phoenixlzx/the_start.md) ## 其它 + [JSON风格指南](https://github.com/darcyliu/google-styleguide/blob/master/JSONStyleGuide.md) ## 综合 + [图灵社区电子书](http://www.ituring.com.cn/book/ebook) + [reSRC](https://github.com/vhf/resrc) + [免费的编程中文书籍索引](https://github.com/justjavac/free-programming-books-zh_CN) + [一份关于“资料汇总”的汇总](https://github.com/justjavac/awesome-awesomeness-zh_CN) + [「从零开始」系列汇总](https://github.com/justjavac/Programming-Alpha-To-Omega) + [Wikibooks: Computing](http://en.wikibooks.org/wiki/Subject:Computing) + [GitBook](https://www.gitbook.com/explore) + [极客学院Wiki](http://wiki.jikexueyuan.com/) + [KanCloud](http://www.kancloud.cn/explore) + 知名出版社微博 + [图灵教育](http://weibo.com/turingbooks) + [博文视点](http://weibo.com/broadviewbj) + [华章图书](http://weibo.com/hzbookscience) + [w3(c)school – web开发教程](http://www.w3cschool.cc) + [ITBegin](http://www.itbegin.com/) + [简明现代魔法图书馆](http://www.nowamagic.net/librarys/) + [易百教程](http://www.yiibai.com/) + [实验楼](https://www.shiyanlou.com/courses/)