• 回答数

    4

  • 浏览数

    116

紫蝴蝶CYF
首页 > 英语培训 > refactor英文

4个回答 默认排序
  • 默认排序
  • 按时间排序

yuyu88yuyu

已采纳

避免只能通过设置输入法或者自己注意。但是可以代码完成以后双击中文字符,右键refactor一次性全部改为英文的。

refactor英文

200 评论(15)

猫猫不在家叻

refactor……

135 评论(10)

xuliduruixue

第一章: JDK(Java Development Kit) java开发工具包 JVM(Java Virtual Machine) java虚拟机 Javac 编译命令 java 解释命令 Javadoc 生成java文档命令 classpath 类路径 Version 版本 author 作者 public 公共的 class 类 static 静态的 void 没有返回值 String 字符串类 System 系统类 out 输出 print 同行打印 println 换行打印 JIT(just-in-time) 及时处理第二章: byte 字节 char 字符 boolean 布尔 short 短整型 int 整形 long 长整形 float 浮点类型 double 双精度 if 如果 else 否则 switch 多路分支 case 与常值匹配 break 终止 default 默认 while 当到循环 do 直到循环 for 已知次数循环 continue结束本次循环进行下次跌代 length 获取数组元素个数第三章: OOP object oriented programming 面向对象编程 Object 对象 Class 类 Class member 类成员 Class method 类方法 Class variable 类变量 Constructor 构造方法 Package 包 Import package 导入包 第四章: Extends 继承Inherit 继承Base class 基类 Super class 超类 Overloaded method 重载方法 Overridden method 重写方法 Public 公有 Private 私有 Protected 保护 Static 静态 Abstract 抽象 Interface 接口 Implements interface 实现接口 第五章: Exception 意外,异常 RuntimeExcepiton 运行时异常 ArithmeticException 算术异常 IllegalArgumentException 非法数据异常 ArrayIndexOutOfBoundsException 数组索引越界异常 NullPointerException 空指针异常 ClassNotFoundException 类无法加载异常(类不能找到) NumberFormatException 字符串到float类型转换异常(数字格式异常) IOException 输入输出异常 FileNotFoundException 找不到文件异常 EOFException 文件结束异常 InterruptedException (线程)中断异常 try 尝试 catch 捕捉 finally 最后 throw 投、掷、抛 throws 投、掷、抛 print Stack Trace() 打印堆栈信息 get Message() 获得错误消息 get Cause() 获得异常原因 method 方法 able 能够 instance 实例 check 检查第六章: byte(字节) char(字符) int(整型) long(长整型) float(浮点型) double(双精度) boolean(布尔) short(短整型) Byte (字节类) Character (字符类) Integer(整型类) Long (长整型类) Float(浮点型类) Double (双精度类) Boolean(布尔类) Short (短整型类) Digit (数字) Letter (字母) Lower (小写) Upper (大写) Space (空格) Identifier (标识符) Start (开始) String (字符串) length (值) equals (等于) Ignore (忽略) compare (比较) sub (提取) concat (连接) replace (替换) trim (整理) Buffer (缓冲器) reverse (颠倒) delete (删除) append (添加) Interrupted (中断的)第七章: Date 日期,日子 After 后来,后面 Before 在前,以前 Equals 相等,均等 toString 转换为字符串 SetTime 设置时间 Display 显示,展示 Calendar 日历 Add 添加,增加 GetInstance 获得实例 getTime 获得时间 Clear 扫除,清除 Clone 克隆,复制 Util 工具,龙套 Components 成分,组成 Month 月份 Year 年,年岁 Hour 小时,钟头 Minute 分钟 Second 秒 Random 随意,任意 Next Int 下一个整数 Gaussian 高斯 ArrayList 对列 LinkedList 链表 Hash 无用信息,杂乱信号 Map 地图 Vector 向量,矢量 Size 大小 Collection 收集 Shuffle 混乱,洗牌 RemoveFirst 移动至开头 RemoveLast 移动至最后 lastElement 最后的元素 Capacity 容量,生产量 Contains 包含,容纳 Copy 副本,拷贝 Search 搜索,查询 InsertElementAt 插入元素在某一位置第八章: io->in out 输入/输出 File 文件 import 导入 exists 存在 isFile 是文件 isDirectory 是目录 getName 获取名字 getPath 获取路径 getAbsolutePath 获取绝对路径 lastModified 最后修改日期 length 长度 InputStream 输入流 OutputStream 输出流 Unicode 统一的字符编码标准, 采用双字节对字符进行编码 Information 信息 FileInputStream 文件输入流 FileOutputStream文件输出流 IOException 输入输出异常 fileobject 文件对象 available 可获取的 read 读取 write 写 BufferedReader 缓冲区读取 FileReader 文本文件读取 BufferedWriter 缓冲区输出 FileWriter 文本文件写出 flush 清空 close 关闭 DataInputStream 二进制文件读取 DataOutputStream二进制文件写出 EOF 最后 encoding 编码 Remote 远程 release 释放第九章: JBuider Java 集成开发环境(IDE) Enterprise 企业版 Developer 开发版 Foundation 基础版 Messages 消息格 Structure 结构窗格 Project 工程 Files 文件 Source 源代码 Design 设计 History 历史 Doc 文档 File 文件 Edit 编辑 Search 查找 Refactor 要素 View 视图 Run 运行 Tools 工具 Window 窗口 Help 帮助 Vector 矢量 addElement 添加内容 Project Winzard 工程向导 Step 步骤 Title 标题 Description 描述 Copyright 版权 Company 公司 Aptech Limited Aptech有限公司 author 作者 Back 后退 Finish 完成 version 版本 Debug 调试 New 新建 ErrorInsight 调试第十章: JFrame 窗口框架 JPanel 面板 JScrollPane 滚动面板 title 标题 Dimension 尺寸 Component 组件 Swing JAVA轻量级组件 getContentPane 得到内容面板 LayoutManager 布局管理器 setVerticalScrollBarPolicy 设置垂直滚动条策略 AWT(Abstract Window Toolkit) 抽象窗口工具包 GUI (Graphical User Interface) 图形用户界面 VERTICAL_SCROLLEARAS_NEEDED 当内容大大面板出现滚动条 VERTICAL_SOROLLEARAS_ALWAYS 显示滚动条 VERTICAL_SOROLLEARAS_NEVER 不显示滚动条 JLabel 标签 Icon 图标 image 图象 LEFT 左对齐 RIGHT 右对齐 JTextField 单行文本 getColumns 得到列数 setLayout 设置布局 BorderLayout 边框布局 CENTER 居中对齐 JTextArea 多行文本 setFont 设置字体 setHorizontalAlignment 设置文本水平对齐方式 setDefaultCloseOperation 设置默认的关闭操作 add 增加 JButton 按钮 JCheckBox 复选框 JRadioButton单选按钮 addItem 增加列表项 getItemAt 得到位置的列表项 getItemCount 得到列表项个数 setRolloverIcon 当鼠标经过的图标 setSelectedIcon 当选择按钮的图标 getSelectedItem 得到选择的列表项 getSelectedIndex 得到选择的索引 ActionListener 按钮监听 ActionEvent 按钮事件 actionPerformed 按钮单击方法

164 评论(8)

jack99huang

变成,呈现某种新的实质或性质。下面就由我为大家带来关于变成的英语短语集锦,希望大家能有所收获。

变成 develop into;

变成沙漠 become deserts ;

我会变成 i'll be

grow;

become;

make;

fall

turn, get, grow, become, come, go这组词都有“变成,成为”的意思,其区别是:

turn 侧重指变得与原来截然不同,有时含贬义。

get 常指某人或某物有意无意地获得引起变化的因素,结果使变成另一状态。

grow 常指逐渐地变成新状态,强调渐变的过程。

become 最普通用词,作为连系动词,指从一个状态向另一个状态的变化。

come 侧重变化的经过或过程,多用于不良情况。

go 作为连系动词,通常与形容词连用,指进入某种状态,从而发生变化,多指不好的状态。

transform a desert into fertile farmland;

把沙漠变成良田

The backward place has changed into an industrial centre.

那落后的地方变成了工业中心。

As a result, the bad thing has been turned into a good one.

结果坏事变成了好事。

Her hopes [aspirations] are unrealized.

她的希望变成了泡影。

Matter can be transformed into consciousness and consciousness into matter.

物质可以变成精神, 精神可以变成物质。

The slaves of the old society have become the masters of the new society.

旧社会的奴隶变成了新社会的主人。

我们应该把计划变成行动。

We should translate the schemes into actions.

我们不能把贱金属变成金子。

We cannot transubstantiate base metals into gold.

他们的辩论竟变成了互相辱骂。

Their debate degenerated into an exchange of insults.

这场雨变成了冻雨。

The rain turned to sleet.

是的,这些产品把我们都变成了伪君子。

Yes, these products make hypocrites of us all.

那么,这个变成了什么呢?

And, so what does that become?

那个人,那个无家可归的人,因为一次觉醒,变成这个奢侈的人。

And that person, the homeless one, became this luxurious one because of an awakening.

所以你们认为只是加上一个所以,并不能把它变成一个论点?

So you think that by putting therefore in there it doesnt make it into an argument?

然后变成肉体理论家,假如没有灵魂存在。

And then become body theorists,if there are no souls.

那么问题就变成了“我怎么才能知道什么时候该进行重构呢?”

The question then becomes How do I know when I should refactor?

谈论的都是他们,他们的家人,以及他们的未来将会变成什么样子。

All the talk is what will become of them, and their families, in the future.

这能使女孩变成魔鬼,或者是天鹅?

It turns the girls into demons, or swans?

如果不能,那就该是你走出去并变成一个你想让世人看到的人的时候了。

If not, it’s time to go out and become that person you want the world to see.

我想要她离我远一些,远到她没法继续与我维系这层关系,因为她变成了纯粹的记忆,而且这么多年就是这样保持着。

I wanted her far away from me, so unattainable that she could continue as the mere memoryshe had become and remained all these years.

他很喜欢说:“我可以变成任何我想变的人。”

“I can become whatever I want, ” he liked to say.

但是,超过那个限度,它会变成毒药。

Go over that limit, however, and it turns into poison.

它将会变成你的热情。

It will become your passion.

为什么一个行动从这一刻到下一刻变成自由的仅仅是因为我们想到了它?

Why should anaction become free from one moment to the next simply because wereflect uponit?

你能把我已变成一把剑吗?

Would you make me into one as well?

我们的背景和成长的环境可能影响我们是谁,但是我们必须为我们变成谁而负责。

Our background and circumstances may have influenced who we are, but we are responsiblefor who we become.

如果你阻止这些中子通过泄露逃跑,它们之后能够,变成在铀238里能吸收的。

And if you keep these neutrons from escaping through leakage they then become available tobecome absorbed in uranium 238.

银行必须做点什么,于是它们把迪拜变成了波斯湾地区的瑞士。

The banks needed to do something, so they turned themselves into the Switzerland of the Gulf.

以至于我们可以把求和变成积分。

That we can turn the sums into integrals.

以至于我们可以把求和变成积分。

That we can turn the sums into integrals.

149 评论(15)

相关问答