1、常用API文档索引

最全编程语言在线 API 文档:https://tool.oschina.net/apidocs

2、Learn X in Y minutes

Learn X in Y minutes:https://learnxinyminutes.com/

26 种不同的编程语言的 “Hello World” 程序:https://www.runoob.com/w3cnote/write-hello-world-program-26-different-programming-languages.html

3、在线中文文档

来源:http://codingdict.com/document

基础语言

  • C 语言参考库:http://doc.codingdict.com/c_guide/index.html
  • C++ API 类库 ( C++98, C++03, C++11, C++14, C++17 ):http://doc.codingdict.com/cpp_ref/reference/en/index.html
  • Python 中文教程:https://docs.python.org/zh-cn/3.9/
  • java6 在线文档:http://doc.codingdict.com/java_api/index.html
    java8 在线文档:https://docs.oracle.com/javase/8/docs/api/index.html
    java11 在线文档:https://docs.oracle.com/en/java/javase/11/docs/api/index.html
    java11 在线中文文档:https://www.runoob.com/manual/jdk11api/index.html
  • PHP 参考手册:http://doc.codingdict.com/php-ref/index.html
  • golang 文档:http://doc.codingdict.com/golang/doc/golang.org/doc/index.html

数据库 文档

  • MySQL中文参考手册:http://doc.codingdict.com/mysql-ref/index.html    https://dev.mysql.com/doc/    http://www.mysqlab.net/docs/

  • PostgreSQL 9.3.1 中文手册:http://www.postgres.cn/docs/9.3/sql-createindex.html

前端 文档

  • JavaScript 速查词典、JavaScript API 中文手册:https://www.w3cschool.cn/javascript/dict    https://www.w3school.com.cn/jsref/index.asp
  • Web API 接口参考( Web API主要用于JavaScript,但也可能有例外 ):https://developer.mozilla.org/zh-CN/docs/Web/API
  • nodejsAPI:http://nodejs.cn/api/path.html 
  • redux中文文档:http://doc.codingdict.com/redux/index.html
  • Bootstrap 中文文档:http://doc.codingdict.com/Bootstrap/index.html
  • npm 参考手册:http://doc.codingdict.com/npm-ref/index.html
  • Gulp中文教程:http://doc.codingdict.com/gulp-cn-doc/index.html
  • nodejs API 参考:http://doc.codingdict.com/nodejs-ref/index.html
  • vuejs中文教程:http://doc.codingdict.com/vuejs-cn-guide/index.html
  • Babel API 文档:http://doc.codingdict.com/babel/babeljs.io/docs/index.html
  • Grunt API 文档:http://doc.codingdict.com/gruntjs/index.html
  • Webpack中文文档:http://doc.codingdict.com/webpack-cn-doc/index.html

Python 文档

  • Python Cookbook 3rd:https://python3-cookbook.readthedocs.io/zh_CN/latest/index.html
  • Python最佳实践指南:http://doc.codingdict.com/python-guide-cn/index.html
  • Django 文档:http://doc.codingdict.com/django/index.html
  • Django 2.1 文档:http://doc.codingdict.com/django-docs-2.1/index.html
  • Beautiful Soup 中文文档:http://doc.codingdict.com/beautifulsoup4/index.html
  • Flask 中文教程:http://doc.codingdict.com/flask_011_ch/index.html
  • Requests 中文教程:http://doc.codingdict.com/request/docs.python-requests.org/zh_CN/latest/index.html
  • Jinja2 中文文档:http://doc.codingdict.com/jinja2_29/index.html
  • Tornado 中文教程:http://doc.codingdict.com/tornado/tornado-zh.readthedocs.io/zh/latest/index.html
  • Scrapy 文档:http://doc.codingdict.com/scrapy/index.html
  • pyspider:http://doc.codingdict.com/pyspider/docs.pyspider.org/en/latest/index.html
  • django-redis 中文文档:http://doc.codingdict.com/django-redis/django-redis-chs.readthedocs.io/zh_CN/latest/index.html
  • Werkzeug 中文教程:http://doc.codingdict.com/werkzeug/index.html
  • uWSGI项目:http://doc.codingdict.com/uwsgi/uwsgi-docs-zh.readthedocs.io/zh_CN/latest/index.html
  • Fabric 中文文档:http://doc.codingdict.com/fabric/index.html

人工智能

  • NumPy 中文教程:http://doc.codingdict.com/NumPy_v111/index.html
  • Pandas 中文教程:http://doc.codingdict.com/Pandas_0j2/index.html
  • TensorFlow 中文教程:http://doc.codingdict.com/tensorflow/index.html
  • sklearn中文文档:http://doc.codingdict.com/sklearn/index.html
  • 深度学习教程:http://doc.codingdict.com/deep_learning_tutorials/contents.html#

Java 文档

  • elasticsearch中文文档:http://doc.codingdict.com/elasticsearch/index.html
  • MyBatis 中文文档:http://doc.codingdict.com/mybatis_cn/index.html
  • Java 中文 API:http://doc.codingdict.com/java_api/index.html
  • Java编程思想:http://doc.codingdict.com/thinking-in-java/index.html
  • Servlet API 文档:http://doc.codingdict.com/servletapi/index.html
  • JSP API 文档:http://doc.codingdict.com/jspapi/index.html
  • Struts 2 Core 2.5.16 API:http://doc.codingdict.com/strutsapi/index.html
  • Hibernate 中文文档 3.2:http://doc.codingdict.com/hibernate/index.html
  • Spring 中文文档:http://doc.codingdict.com/spring-cn-doc/index.html
  • Spring Boot参考指南:http://doc.codingdict.com/spring-boot-guide/index.html
  • Gradle 用户指南:http://doc.codingdict.com/gradle-user-guide/index.html
  • Spring MVC中文文档:http://doc.codingdict.com/spring-mvc-cn-doc/index.html
  • netty中文指南:http://doc.codingdict.com/netty/

PHP 文档

  • laravel中文文档:http://doc.codingdict.com/laravel/index.html
  • PHP 参考手册:http://doc.codingdict.com/php-ref/index.html
  • composer API:http://doc.codingdict.com/composer/doc/index.html

大数据 文档

  • storm中文文档:http://doc.codingdict.com/storm/index.html
  • Hadoop 文档:http://doc.codingdict.com/hadoop/index.html
  • spark 中文文档:http://doc.codingdict.com/spark/index.html
  • Scala API 文档:http://doc.codingdict.com/scala-docs-2.10.2/index.html#package
  • HBase 中文文档:https://www.docs4dev.com/docs/zh/apache-hbase/2.1/reference
  • HBase 中文文档 ( W3Cschool ):https://www.w3cschool.cn/hbase_doc/

最全编程语言在线 API 文档相关推荐

  1. 【资源推荐】良心之作!超过 10000+ 的互联网团队正在使用的在线 API 文档、技术文档工具...

    搞开发的同学都知道一个好的 API 文档是有多重要! 每当接手一个别人开发好的项目,看着那些没有注释的代码,真的头大. 程序员都很希望别人能写技术文档,因为可以提高自己开发的效率,而往往自己却很不希望 ...

  2. 良心之作!超过 10000+ 的互联网团队正在使用的在线 API 文档、技术文档工具

    搞开发的同学都知道一个好的 API 文档是有多重要! 每当接手一个别人开发好的项目,看着那些没有注释的代码,真的头大. 程序员都很希望别人能写技术文档,因为可以提高自己开发的效率,而往往自己却很不希望 ...

  3. 在线API文档、技术文档工具ShowDoc

    [个人开源作品]在线API文档.技术文档工具ShowDoc ShowDoc是什么 每当接手一个他人开发好的模块或者项目,看着那些没有写注释的代码,我们都无比抓狂.文档呢?!文档呢?!Show me t ...

  4. ShowDoc在线API文档、技术文档工具

    ShowDoc在线API文档.技术文档工具 https://www.showdoc.cc/web/#/help?page_id=14

  5. 一款适合IT团队的在线API文档、技术文档工具-showdoc介绍

    还在为word文档传来传去查阅不方便而烦恼吗,还在为查看数据库字段含义不方便而烦恼吗,还在为编写接口文档而烦恼吗?今天为大家推荐一款适合IT团队的在线API文档.技术文档工具,有免费开源和在线托管的版 ...

  6. SpringBoot集成knif4j创建在线API文档

    一直以来能够创建一个同项目一起发布的在线文档,曾经是很多程序员的梦想,偶然发现这个工具已经有了,测试之后发现还挺好用的,特地纪念. 这个工具就是knife4j,它是为Java MVC框架集成Swagg ...

  7. 在线API文档,技术文档工具源码ShowDoc

    介绍: ShowDoc是一个非常适合IT团队的在线API文档.技术文档工具. 通过showdoc,你可以方便地使用markdown语法来书写出美观的API文档.数据字典文档.技术文档.在线excel文 ...

  8. 从0到1手把手搭建spring cloud alibaba 微服务大型应用框架(十五) swagger篇 : gateway 集成swagger 与 knife4j实现在线api文档并嵌入到自己项目内

    背景 我们日常开发中基本都是协同开发的,当然极个别的项目整体前后端都是一个人开发的,当多人协作时,尤其是前后端人员协同开发时 必然会面临着前端需要了解后端api接口的情况,两个选择,提前设计好文档,然 ...

  9. 一个非常适合IT团队的在线API文档、技术文档工具

    独乐乐,不如众乐乐. 之前单独写过一篇文章<介绍几款常用的在线 API 管理工具>,今天又发现个不错的工具,推荐给大家. ShowDoc 每当接手一个别人开发好的模块或者项目,看着那些没有 ...

最新文章

  1. Transformer和自注意力机制Self-Attention详解和时间复杂度计算+Image Transformer简介
  2. 深入了解softmax
  3. javascript 核心概念(1)-数据类型
  4. android.app.activityview,ViewModel 概览
  5. shell 将两行内容合并到同一行
  6. 【Go语言】集合与文件操作
  7. 【二级指针--定义、初始化赋值、解引用;特殊指针--空指针、void类型的指针】(学习笔记12--指针下)
  8. java 准备 解析_深入理解JAVA虚拟机学习笔记24——类加载的准备和解析
  9. 机器学习选择 Python 还是 R 语言?要不直接用 SQL 吧!
  10. 手机1像素线粗_移动端1像素边框问题
  11. 如何设置快速启动栏 win7 快速启动栏 快速启动栏不见了.
  12. 小学计算机基础知识思维导图,简单易懂的小学除法思维导图
  13. LeetCode-319.灯泡开关
  14. Linux系列——Linux操作指令之ip指令详细理解及常用命令
  15. java内部类写法_Java匿名内部类的写法示例
  16. 论文翻译:Speech Super Resolution Generative Adversarial Network
  17. 正则应用之——日期正则表达式 1
  18. 2020-12-18:【黑盒测试用例设计】测试方法之场景法
  19. websocket协议以及在gin中的应用
  20. 找出矩阵在行中最大、列中最小的元素 C语言

热门文章

  1. Facebook、阿里等大佬现身说法,NLP是否被高估了?
  2. 阿里P8架构师谈:什么是缓存雪崩?服务器雪崩的场景与解决方案
  3. 阿里P8架构师谈:大数据架构设计(文章合集)
  4. 从程序员到阿里技术总监之路
  5. 互联网架构:常用基础中间件介绍
  6. 中文任务型对话系统中的领域分类
  7. 机器学习中的特征建模(特征工程)和算法选型建模 - 以暴力破解识别为例
  8. Broadcast简单使用
  9. ajax之深入解析(2)
  10. MYSQL性能优化详解(二)