博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
50 个 Web 开发者文档和手册
阅读量:5943 次
发布时间:2019-06-19

本文共 3576 字,大约阅读时间需要 11 分钟。

后端手册

  PHP Documentation – http://www.php.net/manual/en/

  Python Documentation – http://www.python.org/doc/

  Ruby Language Documentation – http://www.ruby-lang.org/en/documentation/

  Ruby on Rails Documentation – http://rubyonrails.org/documentation

  C# Programming Guide – http://msdn.microsoft.com/en-us/library/67ef8sbd(v=vs.80).aspx

  Node.js Documentation – http://nodejs.org/docs/latest/

 

前端手册

  CSS Reference – https://developer.mozilla.org/en/CSS/CSS_Reference

  HTML Reference – https://developer.mozilla.org/en/HTML

  HTML5 Reference – https://developer.mozilla.org/en/HTML/HTML5

  Schema Reference – http://schema.org/

  Javascript Guide – https://developer.mozilla.org/en/JavaScript/Guide

  jQuery – http://docs.jquery.com/Main_Page

  IMPROVED jQuery Documentation- http://jqapi.com/

  LESS (CSS Preprocessor) – http://lesscss.org/

  SASS (CSS Preprocessor) Documentation – http://sass-lang.com/docs.html

 

PHP 框架

  YII Framework Documentation – http://www.yiiframework.com/doc/

  CodeIgniter Framework User Guide – http://codeigniter.com/user_guide/

  Zend Framework Documentation – http://framework.zend.com/docs/overview

  CakePHP Framework 2.0 Documentation – http://book.cakephp.org/2.0/en/

  Symfony Framework Documentation – http://www.symfony-project.org/doc/

  WordPress Documentation – http://codex.wordpress.org/

 

数据库

  MySQL Documentation Manuals – http://dev.mysql.com/doc/index.html

  MariaDB – http://kb.askmonty.org/en/mariadb

  MongoDB Manual – http://www.mongodb.org/display/DOCS/Manual

  CouchDB – http://couchdb.apache.org/docs/index.html

  Oracle Documentation – http://www.oracle.com/technetwork/indexes/documentation/index.html

  SQLite Documentation – http://www.sqlite.org/docs.html

 

缓存

  Redis Documentation – http://redis.io/documentation

  Memcached Wiki – http://code.google.com/p/memcached/wiki/NewStart

  APC (Alternative PHP Cache) – http://php.net/manual/en/book.apc.php

 

软件

  AutoHotKey Documentation – http://www.autohotkey.com/docs/

  SublimeText Documentation – http://sublimetext.info/docs/en/

  TextMate Documentation – http://manual.macromates.com/en/

  Adobe Photoshop Documentation –http://www.adobe.com/support/documentation/en/photoshop/

  Web API’s

  Facebook API/Graph Documentation – http://developers.facebook.com/docs/

  Twitter API Documentation – https://dev.twitter.com/docs

  Google+ API Docs – https://developers.google.com/+/api/

  GitHub API Documentation – http://develop.github.com/

  Foursquare API Docs – https://developer.foursquare.com/docs/

  linkedin API Docs – https://developer.linkedin.com/

 

其他资源

  DocHub | Instant Documentation Search for CSS, HTML, Javascript, jQuery, PHP, Python, and DOM – http://dochub.io

  Phing Build Scripts User Guide (PHP) – http://www.phing.info/docs/guide/stable/

  MediaWiki (Wikipedia) Formatting Guide – http://www.mediawiki.org/wiki/Help:Formatting

  MarkDown Syntax Guide – http://daringfireball.net/projects/markdown/syntax

  Smarty Templates Documentation – http://www.smarty.net/documentation

 

有用的 Q&A 资源

  Programming Code Q&A – http://stackoverflow.com/

  Programmers Q&A (Usually non-code specific questions) – http://webmasters.stackexchange.com/

  Code Review Q&A – http://codereview.stackexchange.com/

  Database Admin Q&A – http://dba.stackexchange.com/

  Computer Q&A – http://superuser.com/

  Server Q&A – http://serverfault.com/

  Unix & Linux Q&A – http://unix.stackexchange.com/

  Wordpress Q&A – http://wordpress.stackexchange.com/

  Webmasters Q&A – http://webmasters.stackexchange.com/

  Graphic Design Q&A – http://graphicdesign.stackexchange.com/

转载地址:http://xewxx.baihongyu.com/

你可能感兴趣的文章
禁止浏览器缓存js
查看>>
【Redis】安装PHP的redis驱动(二)
查看>>
什么是序列化,为什么要序列化
查看>>
Java保留小数点后有效数字
查看>>
C++中一些类和数据结构的大小的总结
查看>>
mysql开启binlog
查看>>
ctrl + z fg bg
查看>>
工作流引擎Oozie(一):workflow
查看>>
struct框架
查看>>
Deep Learning(深度学习)相关网站
查看>>
设置Eclipse编码方式
查看>>
分布式系统唯一ID生成方案汇总【转】
查看>>
Cross-compilation using Clang
查看>>
并查集hdu1232
查看>>
oracle进行字符串拆分并组成数组
查看>>
100多个基础常用JS函数和语法集合大全
查看>>
Java8 lambda表达式10个示例
查看>>
innerHTML outerHTML innerText
查看>>
kafka安装教程
查看>>
go语言基础
查看>>