上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 46 下一页

2023年10月13日

Maven实用命令

摘要: 依赖树 依赖树 mvn dependency:tree 定位某个class哪个依赖引入 mvn dependency:tree -Dverbose -Dincludes=要查找的内容 mvn dependency:tree:以树状形式显示 -Dincludes:要查找的jar信息 eg: mvn d 阅读全文

posted @ 2023-10-13 14:56 anpeiyong 阅读(13) 评论(0) 推荐(0)

2023年10月9日

JavaSE---Comparable

摘要: 概述 This interface imposes a total ordering on the objects of each class that implements it. 实现Comparable接口的每个class都可以排序; This ordering is referred to 阅读全文

posted @ 2023-10-09 17:55 anpeiyong 阅读(11) 评论(0) 推荐(0)

MySQL---数据库备份与恢复

摘要: 物理备份与逻辑备份 逻辑备份/恢复 mysqldump实现逻辑备份 备份单个数据库 备份全部数据库 备份部分数据库 备份部分表 备份单表的部分数据 排除某些表的备份 只备份结构或只备份数据 备份中包含存储过程、函数、事件 MySQL命令恢复数据 单库备份恢复单库 全量备份恢复 从全量备份中恢复单库 阅读全文

posted @ 2023-10-09 11:27 anpeiyong 阅读(44) 评论(0) 推荐(0)

2023年10月7日

FastJson---JSONPath

摘要: 官方文档:https://github.com/alibaba/fastjson/wiki/JSONPath 阅读全文

posted @ 2023-10-07 15:18 anpeiyong 阅读(81) 评论(0) 推荐(0)

FastJson---TypeReference

摘要: 概述 Represents a generic type {@code T}. 代表泛型类型T Java doesn't yet provide a way to represent generic types, so this class does. Java未提供一种方式表示 泛型类型 Forc 阅读全文

posted @ 2023-10-07 15:06 anpeiyong 阅读(1353) 评论(0) 推荐(0)

2023年8月31日

Guava---概述

摘要: 概述 官网:https://guava.dev/ User Guide:https://github.com/google/guava/wiki api文档:https://guava.dev/releases/snapshot-jre/api/docs/ Guava is a set of cor 阅读全文

posted @ 2023-08-31 10:46 anpeiyong 阅读(83) 评论(0) 推荐(0)

2023年8月18日

Linux---系统管理

摘要: https://www.runoob.com/linux/linux-command-manual.html https://blog.csdn.net/qq_23859799/article/details/115346773 ps 查找指定进程格式:ps -ef | grep 进程关键字 显示指 阅读全文

posted @ 2023-08-18 16:46 anpeiyong 阅读(7) 评论(0) 推荐(0)

2023年8月14日

Linux---磁盘

摘要: https://www.runoob.com/linux/linux-command-manual.html df du du -sh /path/to/directory 该命令将显示指定目录的磁盘空间使用情况,以人类可读的方式显示目录大小 阅读全文

posted @ 2023-08-14 17:18 anpeiyong 阅读(17) 评论(0) 推荐(0)

2023年7月26日

ThreadPoolExecutor---动态线程池+监控

摘要: 背景 实现 nacos + springboot nacos https://nacos.io/zh-cn/docs/quick-start.html 下载解压 unzip nacos-server-$version.zip 或者 tar -xvf nacos-server-$version.tar 阅读全文

posted @ 2023-07-26 17:00 anpeiyong 阅读(296) 评论(0) 推荐(0)

ThreadPoolExecutor应用

摘要: 任务类型 1、java.lang.Runnable @FunctionalInterface public interface Runnable { /** * When an object implementing interface <code>Runnable</code> is used * 阅读全文

posted @ 2023-07-26 15:13 anpeiyong 阅读(17) 评论(0) 推荐(0)

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 46 下一页

导航