2021-03-16

Thumbnail of post image 036

エラー AndroidStudio 4.1.2 Failed to deserialize script metadata extracted for initialization scriptC:\Users\lenli\.gradle\ ...

2020-11-08

Thumbnail of post image 060

エラー内容 Error: A JNI error has occurred, please check your installation and try againException in thread "main" java.lang. ...

広告

2020-10-21

Thumbnail of post image 093

ではまず入力の仕方を教えます public class Sample{ public static void main(String[] args){ String text=new java.util.Scanner(System.in) ...

2020-09-29

Thumbnail of post image 018

変数の型の変換の仕方 型を変換するには2つの方法があります。 ①そのまま使う。 ②専用の文がある。 の二つです①つめの使い方はいたって簡単です。 public class test{ public static void main(Stri ...

2020-09-13

Thumbnail of post image 158

public class Sample{ public static void main(String[] args){ //ここにコードを書いていく } } public class ここにはファイル名を書く{ } Smaple.java ...