摘要: 去就业会加3分 阅读全文
posted @ 2024-05-30 17:33 小彭先森 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 111 阅读全文
posted @ 2024-04-08 21:07 小彭先森 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1. 阅读全文
posted @ 2024-04-06 20:55 小彭先森 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1.JDK8新增的时间 2. 3.LocalTime: 2.LocalDate: package com.itheima.新时间API; import java.time.LocalDate; public class a { public static void main(String[] arg 阅读全文
posted @ 2024-04-06 20:54 小彭先森 阅读(3) 评论(0) 推荐(0) 编辑
摘要: package com.itheima.秒杀活动; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; public class aa { public static v 阅读全文
posted @ 2024-04-06 20:25 小彭先森 阅读(3) 评论(0) 推荐(0) 编辑
摘要: package com.itheima.日期;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Date;public class date { public static void 阅读全文
posted @ 2024-04-06 20:01 小彭先森 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 解决小数运算失真的问题 package com.itheima.Math; import java.math.BigDecimal; public class bigdecimal { public static void main(String[] args) { System.out.print 阅读全文
posted @ 2024-04-06 18:24 小彭先森 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 1.Math package com.itheima.Math; public class math { public static void main(String[] args) { //math System.out.println(Math.abs(-123)); System.out.pr 阅读全文
posted @ 2024-04-06 18:10 小彭先森 阅读(3) 评论(0) 推荐(0) 编辑
摘要: package com.itheima.StringBuilder1; public class StringBuilder1 { public static void main(String[] args) { StringBuilder s=new StringBuilder(); String 阅读全文
posted @ 2024-04-06 17:42 小彭先森 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 包装类: 阅读全文
posted @ 2024-03-25 22:03 小彭先森 阅读(2) 评论(0) 推荐(0) 编辑