检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
class ConvertToInstanceMethod { public static void main(String[] args) { sayHello(); } public static void sayHello() {
public void outermethod(){ InnerClass ic = new InnerClass(); ic.print(); } class InnerClass { public void
员移动到SubClass中。 重构前 class InlineSuperClass { public int returnValue() { ... } public int returnNewValue() { ... } } class SubClass extends
管理Java项目 打开文件夹或现有CodeArts IDE项目 创建新项目 重新加载项目 查看项目依赖关系 创建文件和文件夹 父主题: 使用Java项目
RemoteShell提供了对远程主机文件系统的访问,并支持各种常规文件操作:您可以上传和下载文件,在主机之间传输文件,打开文件进行编辑,重命名或删除文件等。 父主题: 管理文件
List<String> data; public PrintAction(List<String> data) { this.data = data; } @Override public void run() { System
行断点是常规断点,可在设置的行上停止程序的执行。 执行以下任一操作: 单击编辑器排水沟中所需的行。 右键单击编辑器排水沟中所需的行,然后从上下文菜单中选择Add Breakpoint。 行断点由编辑器排水沟中的右箭头形图标()表示: 父主题: 设置断点
Condition方法的值。 重构前 class Invert { private static double a; public static void main(String[] args) { boolean condition = true;
已知问题是在调试控制台或集成终端中显示的中文字符显示不正确。 您可以尝试以下解决方法来修复终端输出: 在Windows 控制面板中,转至时钟和区域>区域。 在“管理”选项卡上,单击“更改系统区域设置”。 在打开的“区域设置”对话框中,选择“测试版:使用 Unicode UTF-8 获得全球语言支持”。
"args": [ "-noexit", "-file", "${env:APPDATA}\PowerShell\my-init-script.ps1" ] } }, "terminal.integrated
ift+D”/“Shift+Alt+F9”/“Alt+5”/“Ctrl+Shift+F8”打开Run and Debug视图。 展开BREAKPOINTS部分,然后选中要设置的异常断点旁边的复选框。 CodeArts IDE提供了几种类型的异常断点。这些定义了在抛出时暂停程序执行的特定异常类。
在组中,通过使用“Alt+Up”/“Alt+Left”聚焦上一个窗格,并使用“Alt+Down”/“Alt+Right”聚焦下一个窗格,在终端之间导航。 父主题: 终端管理
例如,让我们将print方法的使用从类InnerClass委托给它实现的接口InnerInterface。 重构前 class UseInterface { public static void main(String[] args) { InnerClass innerClass = new
world = world; } public String getHello() { return hello; } public String getWorld() {
private int n; public Printer(String text, int n) { this.text = text; this.n = n; } public void invoke() {
重构后 class ExtractConstant { public static final String MESSAGE = "Hello" + " " + "World!"; public static void main(String[] args) {
环提取到一个新的printText方法中,其中text和n作为方法的参数。 重构前 class ExtractMethod { public static void main(String[] args) { String text = "Hello World
200 OK 401 Unauthorized 403 Forbidden 404 Not Found 错误码 请参见错误码。 父主题: 激活管理
Shift+`”,打开具有默认配置文件的实例。 单击Launch Profile按钮(),然后从列表中选择所需的配置文件。 父主题: 终端管理
删除终端实例 在选项卡列表中,悬停一个选项卡,然后单击Delete按钮(),或选择一个选项卡并按“Delete”。 父主题: 终端管理