随笔分类 -  60 Java

摘要:报错 解决 配置文件修改 阅读全文
posted @ 2024-07-01 09:08 古兴越 阅读(5) 评论(0) 推荐(0) 编辑
摘要:public void test1() throws IOException { File file1 = new File("D:\\备份-工作\\Other\\Project\\comment\\image_compress"); File[] files2 = file1.listFiles( 阅读全文
posted @ 2022-10-17 17:06 古兴越 阅读(107) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.cnblogs.com/dragon-lan/p/15351920.html 实际上就是一个转义的问题,或者用声明的方式解决。特殊符号问题 <select id="select" parameterType="com.example.test1.model.Query" 阅读全文
posted @ 2022-10-13 10:05 古兴越 阅读(105) 评论(0) 推荐(0) 编辑
摘要:原文:https://blog.csdn.net/qq_48455576/article/details/118942280 解决 阅读全文
posted @ 2022-04-18 16:40 古兴越 阅读(81) 评论(0) 推荐(0) 编辑
摘要:原文: https://blog.csdn.net/idiot_qi/article/details/105149846 阅读全文
posted @ 2021-04-12 14:33 古兴越 阅读(146) 评论(0) 推荐(0) 编辑
摘要:原文: https://fzy15116089232.blog.csdn.net/article/details/112647976 报错: Error:(77, 55) java: -source 1.5 中不支持 diamond 运算符 (请使用 -source 7 或更高版本以启用 diamo 阅读全文
posted @ 2021-04-12 14:29 古兴越 阅读(465) 评论(0) 推荐(0) 编辑
摘要:原文:https://blog.csdn.net/corleone_4ever/article/details/104096844 1 阅读全文
posted @ 2021-03-15 11:10 古兴越 阅读(187) 评论(0) 推荐(0) 编辑
摘要:原文:https://blog.csdn.net/lv18092081172/article/details/84634676 解决方案:fild->Invalidate Caches / Restart->Invalidate and Restart 即重建索引 阅读全文
posted @ 2021-02-06 11:32 古兴越 阅读(102) 评论(0) 推荐(0) 编辑
摘要:/** * 级别:0->1级;1->2级 */ @ApiModelProperty(value = "级别:0->1级;1->2级") private Integer level; public void setLevel(Integer level) { this.level = (level = 阅读全文
posted @ 2021-02-02 17:07 古兴越 阅读(1964) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.cnblogs.com/baby123/p/12036579.html File → Settings 打开设置 Editor → Auto Import → 选中 Optimize imports on the fly 阅读全文
posted @ 2021-02-02 16:39 古兴越 阅读(424) 评论(0) 推荐(0) 编辑
摘要:原文: https://www.cnblogs.com/kuibuqianli/p/9163214.html 阅读全文
posted @ 2021-01-18 15:57 古兴越 阅读(238) 评论(0) 推荐(0) 编辑
摘要:原文: https://blog.csdn.net/sxfzu/article/details/79584264 阅读全文
posted @ 2021-01-16 18:27 古兴越 阅读(169) 评论(0) 推荐(0) 编辑
摘要:原文: https://www.cnblogs.com/banml/p/11767305.html 部署springboot项目用jar包就可以,因为springboot内置tomcat 阅读全文
posted @ 2020-12-30 17:36 古兴越 阅读(74) 评论(0) 推荐(0) 编辑
摘要:原文: https://www.cnblogs.com/YuanShiRenY/p/IDEArun.html 阅读全文
posted @ 2020-12-29 23:32 古兴越 阅读(362) 评论(0) 推荐(0) 编辑
摘要:原文 https://blog.csdn.net/fengqing5578/article/details/80648753/ 运行jar包乱码问题 上面那边文章就可以解决 jar包运行的批处理程序 chcp 65001 java -jar -Dfile.encoding=utf-8 SpringB 阅读全文
posted @ 2020-12-21 00:22 古兴越 阅读(551) 评论(0) 推荐(0) 编辑
摘要:public List<Material> select(Long productId, Long storeId, Long categoryId) { LambdaQueryChainWrapper<Material> lambdaQueryChainWrapper = new LambdaQu 阅读全文
posted @ 2020-12-18 09:32 古兴越 阅读(473) 评论(0) 推荐(0) 编辑
摘要:List<OrderImportDetailDTO> detailDTOs = orderImportRecord .getOrderImportDetails() .stream() .sorted(Comparator.comparing(OrderImportDetailDTO::getOrd 阅读全文
posted @ 2020-12-17 11:44 古兴越 阅读(95) 评论(0) 推荐(0) 编辑
摘要:public boolean deleteLogicByRecordId(Long recordId) { List<Long> ids = selectOrderImportDetailByRecordId(recordId) .stream() .map(orderImportDetail -> 阅读全文
posted @ 2020-12-17 11:43 古兴越 阅读(890) 评论(0) 推荐(0) 编辑
摘要:原文: https://www.cnblogs.com/softidea/p/4573401.html https://www.cnblogs.com/ydemo/p/10450417.html https://www.cnblogs.com/freshier/p/4700696.html http 阅读全文
posted @ 2020-12-17 11:05 古兴越 阅读(718) 评论(0) 推荐(0) 编辑
摘要:原文: https://blog.csdn.net/huashuolin001/article/details/73863324/ 设置的步骤 运行gpedit.msc 添加Everyone 仅监听删除操作 查看日志 测试代码 System.IO.File.Delete(@"D:\java\proj 阅读全文
posted @ 2020-11-12 10:52 古兴越 阅读(242) 评论(0) 推荐(0) 编辑

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