当前位置:网站首页>最全编程语言在线 API 文档
最全编程语言在线 API 文档
2022-07-06 09:26:00 【擒贼先擒王】
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/
边栏推荐
- 学习记录:TIM—基本定时器
- Opencv learning log 18 Canny operator
- Determine the Photo Position
- JS --- JS function and scope (II)
- STM32學習記錄:輸入捕獲應用
- Hospital privacy screen Industry Research Report - market status analysis and development prospect forecast
- 对iptables进行常规操作
- Accounting regulations and professional ethics [1]
- Cost accounting [19]
- 力扣刷题记录--完全背包问题(一)
猜你喜欢

差分(一维,二维,三维) 蓝桥杯三体攻击

Learning records: serial communication and solutions to errors encountered

C语言必背代码大全

【高老师软件需求分析】20级云班课习题答案合集

Optimization method of path problem before dynamic planning

Es6---es6 content details

Learning record: Tim - capacitive key detection

基于web的照片数码冲印网站

MATLAB综合练习:信号与系统中的应用

STM32 learning record: LED light flashes (register version)
随机推荐
C语言必背代码大全
基于web的照片数码冲印网站
JS --- all knowledge of JS objects and built-in objects (III)
C语言是低级和高级的分水岭
Opencv learning log 32 edge extraction
China medical check valve market trend report, technical dynamic innovation and market forecast
SSM框架常用配置文件
X-Forwarded-For详解、如何获取到客户端IP
China chart recorder market trend report, technology dynamic innovation and market forecast
力扣刷题记录--完全背包问题(一)
通俗地理解什么是编程语言
HDU-6025-Coprime Sequence(女生赛)
信息安全-安全编排自动化与响应 (SOAR) 技术解析
ucore lab 6
Market trend report, technological innovation and market forecast of pneumonia drugs obtained by Chinese hospitals
Cost accounting [13]
Research Report of peripheral venous catheter (pivc) industry - market status analysis and development prospect prediction
程序员的你,有哪些炫技的代码写法?
Es6--- two methods of capturing promise status as failed
Research Report on medical anesthesia machine industry - market status analysis and development prospect prediction