上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: import java.time.LocalDate;import java.time.LocalDateTime; public class lianxi { public static void main(String[] args){ LocalDate d = LocalDate.of(19 阅读全文
posted @ 2020-10-23 13:27 liuyunche 阅读(207) 评论(0) 推荐(0) 编辑
摘要: import java.util.*;public class lianxi { public static void main(String[] args){ Calendar c = Calendar.getInstance(); int a = c.get(Calendar.HOUR_OF_D 阅读全文
posted @ 2020-10-22 21:03 liuyunche 阅读(243) 评论(0) 推荐(0) 编辑
摘要: import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.IOException;//分解文件public class DatagramPacket1 { public static void main 阅读全文
posted @ 2020-10-20 21:33 liuyunche 阅读(263) 评论(0) 推荐(0) 编辑
摘要: import java.io.FileInputStream;import java.io.FileNotFoundException;import java.net.DatagramPacket;import java.net.DatagramSocket;import java.net.Inet 阅读全文
posted @ 2020-10-20 21:31 liuyunche 阅读(186) 评论(0) 推荐(0) 编辑
摘要: package Demo;import javax.imageio.ImageIO;import java.awt.*;import java.awt.image.BufferedImage;import java.io.FileOutputStream;import java.io.IOExcep 阅读全文
posted @ 2020-10-16 16:58 liuyunche 阅读(522) 评论(0) 推荐(0) 编辑
摘要: package Demo;import javax.imageio.ImageIO;import java.awt.*;import java.awt.image.BufferedImage;import java.io.File;import java.io.FileOutputStream;im 阅读全文
posted @ 2020-10-15 17:03 liuyunche 阅读(124) 评论(0) 推荐(0) 编辑
摘要: import java.awt.Color;import java.awt.Graphics;import java.awt.Graphics2D;import java.awt.RenderingHints;import java.awt.image.BufferedImage;import ja 阅读全文
posted @ 2020-10-09 18:47 liuyunche 阅读(175) 评论(0) 推荐(0) 编辑
摘要: public class Homework21 { public static void main(String[] args) { Random rand = new Random(); Scanner sc = new Scanner(System.in); int num = rand.nex 阅读全文
posted @ 2020-09-27 15:56 liuyunche 阅读(1396) 评论(0) 推荐(1) 编辑
摘要: public class Homework{ public static void main(String[]args){ String a = "ja456va p5465hp java458script <div>465</div>"; Pattern s = Pattern.compile(" 阅读全文
posted @ 2020-09-27 15:33 liuyunche 阅读(936) 评论(0) 推荐(0) 编辑
摘要: public class Homework { public static void main (String[]args){ String a = "<div><h3>hello</h3></div><p><div>ok</div></p><div>hello333</div>"; Pattern 阅读全文
posted @ 2020-09-27 15:32 liuyunche 阅读(309) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页