当前位置: 首页> 体育健身> 体育> 正文

javaapi在线(javaapi在线文档)

  • 有你足矣有你足矣
  • 体育
  • 2023-03-26 12:44:02
  • -
跟我一起学Java第一天 配置Java运行环境

java 中文API谁有,百度云分享一下

Android中文版

api手册地址:

Ant最新版

api手册地址:

ASM字节码操作

api手册地址:

Axis2最新版

api手册地址:

Bash脚本

api手册地址:

Bootstrap 3

api手册地址:

Bootstrap 4

api手册地址:

C/C++

api手册地址:

C3P0连接池

api手册地址:

CentOS使用文档

api手册地址:

Commons-Beanutils

api手册地址:

Commons-Fileupload

api手册地址:

Commons-IO最新版

api手册地址:

Commons-Lang最新版

api手册地址:

Commons-Net最新版

api手册地址:

CSS 3

api手册地址:

DBCP连接池

api手册地址:

Dom4j

api手册地址:

dubbo中文文档

api手册地址:

EhCache

api手册地址:

Freemarker

api手册地址:

Go语言

api手册地址:

Hadoop

api手册地址:

Hibernate中文版

api手册地址:

IKAnalyzer中文版

api手册地址:

Java 10

api手册地址:

Java 6

api手册地址:

Java 7

api手册地址:

Java 8中文版

api手册地址:

jqGrid中文版

api手册地址:

Jquery中文版

api手册地址:

Json-lib

api手册地址:

Junit4最新版

api手册地址:

Kryo

api手册地址:

Log4j最新版

api手册地址:

Lucene

api手册地址:

Maven

api手册地址:

Windows MFC中文版

api手册地址:

Mybatis

api手册地址:

MySql中文版

api手册地址:

Netty 3.6

api手册地址:

Nginx中文版

api手册地址:

OpenJPA最新版

api手册地址:

PHP中文版

api手册地址:

POI-apache

api手册地址:

QuickServer

api手册地址:

redis中文参考文档

api手册地址:

Ruby

api手册地址:

Ruby-library

api手册地址:

Ruby on Rails

api手册地址:

Shiro

api手册地址:

Spring最新版

api手册地址:

Spring for Android

api手册地址:

Spring Boot

api手册地址:

Spring Cloud中文文档

api手册地址:

Spring Security

api手册地址:

Spring中文版

api手册地址:

Struts 2最新版

api手册地址:

Taperstry

api手册地址:

TensorFlow中文

api手册地址:

Tomcat

api手册地址:

Ubuntu

api手册地址:

Velocity 1.7

api手册地址:

VelocityTools2.0

api手册地址:

Vue Router中文参考

api手册地址:

vue.js中文文档

api手册地址:

XMLBeans

api手册地址:

Yahoo UI中文版

api手册地址:

Zend Framework中文版

api手册地址:

Zookeeper

api手册地址:

java的api在哪里?

JAVA API(Java Application Interface)是JAVA的应用编程接口。作为Sun开发的Java程序,用于Java编程人员使用的程序接口,并不是说使用Java和接口有关,而是表示Java所提供的现成的类库,供编程人员使用。这与 Win32 中的 dll 文件有点像,封装了好多函数,只暴露也函数名、参数等信息,不提供具体实体,暴露出来的这些就称为API了。也就是说 Java 也是封装了好多的方法,提供了些方法名和参数等信息,便于别人使用啊。由于Java是开源的,还可是看到类库中方法的具体实现。

JAVA API官方文档中文版(CHM):每个已文档化的软件包、类和接口都有各自的“使用”页面。此页面介绍了使用给定类或软件包的任何部分的软件包、类、方法、构造方法和字段。对于给定的类或接口 A,其“使用”页面包含 A 的子类、声明为 A 的字段、返回 A 的方法,以及带有类型为 A 的参数的方法和构造方法。

[img]使用Java API的5个技巧

怎么查看Java API文档?

要知道API文档有很多版本,有英文版的,也有中文版的,而对于初学者,或者英语不好的同学,可以先看看中文版的!

在文档的左侧,上一部分有很多java包,如果要查看每个包里都有哪些类,接口,直接点击就可以了。在左侧下面一部分会列出包下所有类,接口和其他的一些东西。

若是单独想要查询某个方法、接口或类,可以利用索引,按照字母查询。

例如,要查询pack(),这个方法的用法和作用。直接点击字母p,在下面就可以找到了。

单击pack(),就可以查看到关于pack()的一些内容了!当然,也可以直接在左侧的索引里输入要找的内容进行查找。

推荐一款 Java 零注解 API 文档生成工具