HAC-John  

2019年2月15日

摘要: 代码: package cn.com.yin; import java.util.Date;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Scanner; public class 阅读全文
posted @ 2019-02-15 19:36 初衷丶 阅读(216) 评论(1) 推荐(0) 编辑
 
摘要: 代码: package cn.com.Zuoye; import java.util.Calendar;import java.util.Scanner; public class RunNian { public static void main(String[] args) { fun(); } 阅读全文
posted @ 2019-02-15 19:34 初衷丶 阅读(320) 评论(0) 推荐(0) 编辑
 
摘要: 1)四种整数类型(byte、short、int、long): byte:8 位,用于表示最小数据单位,如文件中数据,-128~127 short:16 位,很少用,-32768 ~ 32767 int:32 位、最常用,-2^31-1~2^31 (21 亿) long:64 位、次常用 注意事项: 阅读全文
posted @ 2019-02-15 19:21 初衷丶 阅读(102) 评论(0) 推荐(0) 编辑