java单词集
Posted 码民
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java单词集相关的知识,希望对你有一定的参考价值。
Java
eclipse idea=IDE 集成开发工具
idea
computer 计算机
software 软件
directory 文件夹/目录
workspace 工作空间
Type 类型
mismatch 不匹配
variable 变量
local variable 局部变量
resolved 引用 使用
initialized 初始化 赋值
undefined 未定义
applicable 匹配
arguments 参数
duplicate 重复
private 私有的,私有的资源只能在本类访问
access 权限
class= 类
static= 静态的
void= 无返回值
method= 方法
class body= 类体
method body= 方法体
system= 系统
in= 输入
out= 输出
print= 打印
run= 运行
if= 如果
else= 或者
switch= 判断
case= 或者
default= 默认
while= while循环
do= do循环
for= for循环
break= 打断
continue= 继续
return= 返回
private= 私有
protected= 保护
public= 公有
abstract= 抽象
final= 最终、常量
static= 静态
synchronized= 同步
extends= 继承
implements= 实现
new= 新的
this= 本类
super= 父类、超类
instance= 实例
exception=异常
try= 试图
catch= 捕获
finally= 最后
throw= 抛出异常
throws= 接收异常
package= 包
import= 导包
native= 本地的
strictfp= strict float point (精确浮点)
transient= 临时,用在序列化
volatile= 可见性,线程可见性
assert= 断言,调试
debug=调试
development= 开发
kit= 工具箱
runtime= 运行时
environment= 环境
workspace= 工作空间
project= 工程、项目
directory= 目录
file= 文件
encoding= 字符集编码
gbk utf-8=支持中文字符集
keywords= 关键字
identifier= 标识
variable= 变量
constant= 常量
class= 类
interface= 接口
bit= 比特
byte= 字节
short= 短整型
int=整型
long= 长整型
float= 单精度浮点数
double= 双精度浮点数
char= 字符型
boolean= 布尔型
void= 无返回值
true= 真
false= 假
null= 空
以上是关于java单词集的主要内容,如果未能解决你的问题,请参考以下文章
python 将单独的数据文件转换为一个数据集,从单词或单词中获取向量,从上下文中获取向量