首页生活资讯正文

Java开发Eclipse中常用英语单词汇总

2024-10-19 次浏览

application

perspective [pə’spektiv]

location[ ləu’keiʃən] 地位(文件在电脑中的地位)

Java开发Eclipse中常用英语单词汇总
(图片来源网络,侵删)

encoding[in’kəudiŋ] 编码

Properties[ ‘prɔpətis] 属性,机能

File[ ‘fail] 文件

Folder[‘fəʊldə] 文件夹

View[ vju: ] 视图, 视线,看

Show view 显示视图

Refresh[ri’freʃ] 更新,刷新

Edit[‘edit] 编纂

Project[prədʒekt] 项目,工程,方案

Preference[‘prefə rəns] 小我爱好/在汉化版中是“属性”

rename [,ri:’neim] 更名,从新定名 (F2快捷键)

template [‘templit] 模板

console[kən’səul] 节制台

font[fɔnt] 字体

syntax [‘sintæks] 语法

bracket [‘brækit] 括号

keyword [‘ki:wə:d] 症结字

excluding [ik’sklu:diŋ] …排除在外


Java根基常见英语词汇(共70个)

OO: object-oriented ,面向工具OOP: object-oriented programming,面向工具编程

JDK:Java development kit, java开发对象包JVM:java virtual machine ,java虚拟机

Compile:编绎Run:运行Class:类Object:工具

System:体系out:输出print:打印 line:运行

variable:变量type:类型operation:操作,运算array:数组parameter:参数

method:办法function:函数member-variable:成员变量member-function:成员函数

get:获得set:设置public:公有的private:私有的protected:受掩护的

default:默认access:拜访package:包import:导入static:静态的

void:无(返回类型)

extends:承继parent class:父类base class:基类super class:超类

child class:子类derived class:派生类override:重写,笼罩overload:重载

final:终极的,不克不及转变的abstract:抽象interface:接口implements:实现

exception:非常Runtime:运行时ArithmeticException:算术非常

ArrayIndexOutOfBoundsException:数组下标越界非常NullPointerException:空引用非常

ClassNotFoundException:类没有发现非常

NumberFormatException:数字格局非常(字符串不克不及转化为数字)

Try:测验考试Catch:捕获Finally:末了Throw:抛出

Throws: (扔掷)表现强制非常处置Throwable:(可抛出的)表现所有非常类的先人类

Lang:language,语言Util:对象Display:显示Random:随机

Collection:聚拢ArrayList:(数组列表)表现动态数组HashMap: 散列表,哈希表

Swing:轻盈的Awt:abstract window toolkit:抽象窗口对象包

Frame:窗体Size:尺寸Title:题目Add:添加

Panel:面板Layout:结构Scroll:滚动Vertical:垂直

Horizonatal:程度Label:标签TextField:文本框

TextArea:文本域Button:按钮Checkbox:复选框

Radiobutton:单选按钮Combobox:复选框Event:变乱Mouse:鼠标Key:键

Focus:核心Listener:监听

Border:界限Flow:流Grid:网格MenuBar:菜单栏

Menu:菜单MenuItem:菜单项PopupMenu:弹出菜单

Dialog:对话框Message:新闻Icon:图标

Tree:树Node:节点

Jdbc:java database connectivity,java数据库衔接

DriverManager:驱动治理器Connection:衔接Statement:表现执行工具

Preparedstatement:表现预执行工具Resultset:成果集

Next:下一个Close:封闭executeQuery:执行查询

Jbuilder中常用英文(共33个)

File:文件New:新建New Project:新建项目

New Class: 新建类 New File:新建文件Open project:打开项目Open file:打开文件

Reopen:从新打开Close projects:封闭项目

Close all except…:除了..全体封闭Rename:重定名Exit:退出

View:视图 Panes:面板组Project:项目Content:内容

Structure:布局Message:新闻Source:源文件Bean:豆子Properties:属性 Make:编绎Build:编绎Rebuild:重编绎Refresh:刷新 Project properties:项目属性

Default project properties:默认的项目属性

Run:运行Debug:调试Tools:对象Preferences:参数设置装备摆设

Configure:设置装备摆设Libraries:库

JSP中常用英文

URL: Universal Resource Location:同一资本定位符

IE: Internet Explorer 因特网阅读器

JSP:java server page.java服务器页面

Model:模子

View:视图

C:controller:节制器

Tomcat:一种jsp的web服务器

WebModule:web模块

Servlet:小服务法式

Request:哀求

Response:相应

Init: initialize,初始化

Service:服务

Destroy:烧毁

Startup:启动

Mapping:映射

pattern:模式

Getparameter:获取参数

Session:会话

Application:利用法式

Context:上下文

redirect:重定向

dispatch:分发

forward:转交

setattribute:设置属性

getattribute:获取属性

page:页面

contentType:内容类型

charset:字符集

include:包括

tag:标签

taglib:标签库

EL:expression language,表达式语言

Scope:作用域

Empty:空

JSTL:java standard tag library,java尺度标签库

TLD:taglib description,标签库描写符

Core:焦点

Test:测试

Foreach:表现轮回

Var:variable,变量

Status:状况

Items:项目聚拢

Fmt:format,格局化

Filter:过滤器

Data Structures 根本数据布局

Dictionaries 字典

Priority Queues 堆

Graph Data Structures 图

Set Data Structures 聚拢

Kd-Trees 线段树

Numerical Problems 数值问题

Solving Linear Equations 线性方程组

Bandwidth Reduction 带宽紧缩

Matrix Multiplication 矩阵乘法

Determinants and Permanents 行列式

Constrained and Unconstrained Optimization 最值问题

Linear Programming 线性规划

Random Number Generation 随机数天生

Factoring and Primality Testing 因子分化/质数鉴定

Arbitrary Precision Arithmetic 高精度计算

Knapsack Problem 背包问题

Discrete Fourier Transform 离散Fourier变换

Combinatorial Problems 组合问题

Sorting 排序

Searching 查找

Median and Selection 中位数

Generating Permutations 分列天生

Generating Subsets 子集天生

Generating Partitions 划分天生

Generating Graphs 图的天生

Calendrical Calculations 日期

Job Scheduling 工程支配

Satisfiability 可满意性

Graph Problems — polynomial 图论-多项式算法

Connected Components 连通分支

Topological Sorting 拓扑排序

Minimum Spanning Tree 最小天生树

Shortest Path 最短路径

Transitive Closure and Reduction 通报闭包

Matching 匹配

Eulerian Cycle / Chinese Postman Euler回路/中国邮路

Edge and Vertex Connectivity 割边/割点

Network Flow 收集流

Drawing Graphs Nicely 图的刻画

Drawing Trees 树的刻画

Planarity Detection and Embedding 平面性检测和嵌入

Graph Problems — hard 图论-NP问题

Clique 最年夜团

Independent Set 自力集

Vertex Cover 点笼罩

Traveling Salesman Problem 观光商问题

Hamiltonian Cycle Hamilton回路

Graph Partition 图的划分

Vertex Coloring 点染色

Edge Coloring 边染色

Graph Isomorphism 同构

Steiner Tree Steiner树

Feedback Edge/Vertex Set 最年夜无环子图

Computational Geometry 计算几何

Convex Hull 凸包

Triangulation 三角剖分

Voronoi Diagrams Voronoi图

Nearest Neighbor Search 比来点对查询

Range Search 规模查询

Point Location 地位查询

Intersection Detection 碰撞测试

Bin Packing 装箱问题

Medial-Axis Transformation 中轴变换

Polygon Partitioning 多边形朋分

Simplifying Polygons 多边形化简

Shape Similarity 多边形类似

Motion Planning 活动规划

Maintaining Line Arrangements 平面朋分

Minkowski Sum Minkowski和

Set and String Problems 聚拢与串的问题

Set Cover 聚拢笼罩

Set Packing 聚拢设置装备摆设

String Matching 模式匹配

Approximate String Matching 隐约匹配

Text Compression 紧缩

Cryptography 暗码

Finite State Machine Minimization 有穷主动机简化

Longest Common Substring 最长公共子串

Shortest Common Superstring 最短公共父串

DP——Dynamic Programming——动态规划

recursion —— 递归

文章转载链接:http://www.atguigu.com/jsfx/1202.html

聚拢非常Java
「广东鹤山小小作家」红色故事永难忘《江门红色地图》读后感 《赤伶》背后的故事是民族大义是爱国情深是宁折不弯
相关内容