摘要:
package Content; import java.util.*; public class CalculateTime { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); long begin = System.currentTimeMillis(); // long en 阅读全文
posted @ 2019-10-03 16:16
七忆鱼
阅读(177)
评论(0)
推荐(0)
摘要:
package Content; import java.util.Arrays; public class DataTypeDemo { public static void main(String[] args) { int a = 10; int b = 0b1001; int c = 076 阅读全文
posted @ 2019-10-03 16:15
七忆鱼
阅读(166)
评论(0)
推荐(0)
摘要:
Integer.parseInt(str,radix) radix指定str的进制,然后转化为int型数据,省略radix默认十进制Double.parseDouble(str,radix) radix指定str的进制,然后转化为double型数据,省略radix默认十进制Long.parseLon 阅读全文
posted @ 2019-10-03 16:10
七忆鱼
阅读(202)
评论(0)
推荐(0)
摘要:
next()&scanner.nextLine() 阅读全文
posted @ 2019-10-03 16:08
七忆鱼
阅读(148)
评论(0)
推荐(0)
摘要:
BigInteger 1、赋值: 1、BigInteger a=new BigInteger("1");2、BigInteger b=BigInteger.valueOf(1); 3、A=BigInteger.ONE 1 4、B=BigInteger.TEN 10 5、C=BigInteger.ZE 阅读全文
posted @ 2019-10-03 16:06
七忆鱼
阅读(376)
评论(0)
推荐(0)

浙公网安备 33010602011771号