随笔分类 -  Java

摘要:System.out.print();输出之后不追加换行; System.out.print("a"); System.out.print("b"); System.out.print("c"); System.out.print("\n"); System.out.println();输出信息后追 阅读全文
posted @ 2024-06-25 15:45 MING5135 阅读(4) 评论(0) 推荐(0) 编辑
摘要:package VDRtoJava; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class TheTest2 { public static 阅读全文
posted @ 2024-06-24 17:55 MING5135 阅读(16) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html> <head> <%include("/WEB-INF/pages/include/listCss.btl") {}%> <link href="https://cdn.xiaoluxueche.com/staticSource/bootstrap-swi 阅读全文
posted @ 2023-10-25 13:53 MING5135 阅读(16) 评论(0) 推荐(0) 编辑
摘要:public enum SeasonState { SPRING("春天"), SUMMER("夏天"), AUTUMN("秋天"), WINTER("冬天"); String name; SeasonState(String name) { this.name = name; } @Overrid 阅读全文
posted @ 2022-12-29 18:48 MING5135 阅读(24) 评论(0) 推荐(0) 编辑
摘要:public enum CountryMapping { AD("AD", "安道尔"), AE("AE", "阿拉伯联合酋长国"), AF("AF", "阿富汗"), ZA("ZA", "南非"), ZM("ZM", "赞比亚"), ZW("ZW", "津巴布韦"); private final 阅读全文
posted @ 2022-12-08 22:48 MING5135 阅读(19) 评论(0) 推荐(0) 编辑
摘要:package com.-.it.regioc.bean.result.probedetail; import lombok.Data; import lombok.NoArgsConstructor; import java.util.ArrayList; import java.util.Lis 阅读全文
posted @ 2022-12-04 14:59 MING5135 阅读(15) 评论(0) 推荐(0) 编辑
摘要:1 package com.-.it.regioc.bean.config.prefer; 2 3 import org.jetbrains.annotations.NotNull; 4 import lombok.AllArgsConstructor; 5 import lombok.Data; 阅读全文
posted @ 2022-11-22 20:09 MING5135 阅读(27) 评论(0) 推荐(0) 编辑
摘要:1 package com.-.it.regioc.controller; 2 3 import org.apache.commons.lang3.StringUtils; 4 import org.springframework.beans.factory.annotation.Autowired 阅读全文
posted @ 2022-11-12 03:08 MING5135 阅读(43) 评论(0) 推荐(0) 编辑
摘要:1 package com.-.it.regioc.controller; 2 3 import org.springframework.http.MediaType; 4 import org.springframework.web.bind.annotation.PostMapping; 5 i 阅读全文
posted @ 2022-11-12 03:07 MING5135 阅读(45) 评论(0) 推荐(0) 编辑
摘要:1 package com.-.it.regioc.service.util; 2 3 import com.alibaba.fastjson.JSONObject; 4 import lombok.extern.slf4j.Slf4j; 5 import org.springframework.b 阅读全文
posted @ 2022-10-31 21:01 MING5135 阅读(18) 评论(0) 推荐(0) 编辑
摘要:一、功能代码 import java.io.*; import java.util.Arrays; import java.util.Date; import java.util.List; import java.util.regex.Pattern; import java.util.strea 阅读全文
posted @ 2022-08-14 23:09 MING5135 阅读(1095) 评论(0) 推荐(0) 编辑
摘要:java.util.Timer定时器的常用方法如下:schedule(TimerTask task, long delay) // 延迟delay毫秒后,执行一次task。schedule(TimerTask task, long delay, long period) // 延迟delay毫秒后, 阅读全文
posted @ 2022-08-10 20:32 MING5135 阅读(130) 评论(0) 推荐(0) 编辑
摘要:1 import java.io.File; 2 import java.io.IOException; 3 4 public class Test { 5 6 public static void main(String[] args) throws IOException { 7 File fi 阅读全文
posted @ 2022-08-10 20:29 MING5135 阅读(37) 评论(0) 推荐(0) 编辑
摘要:1 package test1; 2 3 import java.io.BufferedReader; 4 import java.io.File; 5 import java.io.FileReader; 6 7 public class Test3_codecount { 8 9 private 阅读全文
posted @ 2022-08-10 20:28 MING5135 阅读(89) 评论(0) 推荐(0) 编辑
摘要:1 /** 2 * Asn 发送RPA 3 */ 4 @Named("IService.AsnSendDataToRPAService") 5 public class AsnSendDataToRPAService extends AsnBaseExecSubProcess { 6 7 priva 阅读全文
posted @ 2022-04-18 21:14 MING5135 阅读(35) 评论(0) 推荐(0) 编辑
摘要:public class TestDemo5 { public static void main(String[] args) { String responseResult = "{\n" + "\t\"resultCode\": 200,\n" + "\t\"resultBody\": [\n" 阅读全文
posted @ 2022-04-14 21:29 MING5135 阅读(47) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示