上一页 1 2 3 4 5 6 7 8 ··· 94 下一页
摘要: 如下: 查询(指定数据库/所有数据库) select table_schema as'数据库', sum(table_rows) as'记录数', sum(truncate(data_length/1024/1024,2)) as'数据容量(MB)', sum(truncate(index_leng 阅读全文
posted @ 2022-01-26 18:55 Angel挤一挤 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 1.看源码设置Settings-Maven-Importing 可以直接看到源码的设置,而不是class文件【配合反编译插件IdeaJad更香 很香的插件】 2.自己舒服的字体/大小 Setting-Font 3.快捷生成SerializableUID的设置setting-->Inspections 阅读全文
posted @ 2021-11-27 17:07 Angel挤一挤 阅读(1120) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://www.cnblogs.com/maoning/p/10701349.html JAVA(windows)安装教程 闲来无聊,把电脑给重装系统了,导致什么环境都没得;下面简单说下windoes系统下jdk的安装步骤 一、下载 首先点击地址进行下载:https://www.or 阅读全文
posted @ 2021-11-16 12:05 Angel挤一挤 阅读(1529) 评论(0) 推荐(0) 编辑
摘要: 正常返回是这样的 正常代码是这样设置值的 that.data.result = JSON.stringify(res.data.data); 处理一下代码 that.data.result = JSON.stringify(res.data.data, null, 4);//或者 that.data 阅读全文
posted @ 2021-11-11 12:17 Angel挤一挤 阅读(566) 评论(0) 推荐(0) 编辑
摘要: 1.arthas idea 使用 watch com.sxd.swapping.utils.arithmetic.SortUtil bubbleSortArr '{params,returnObj,throwExp}' -n 5 -x 3 2.Mybatis Log Plugin 和 Free My 阅读全文
posted @ 2021-10-12 19:31 Angel挤一挤 阅读(568) 评论(0) 推荐(0) 编辑
摘要: 一.下载安装arthas wget https://alibaba.github.io/arthas/arthas-boot.jar 二.启动,退出,停止 1.启动方法 java -jar arthas-boot.jar 2.退出当前指定的某一个arthas的命令 Q 或者 Ctrl+C 3.退出a 阅读全文
posted @ 2021-08-30 16:34 Angel挤一挤 阅读(1258) 评论(0) 推荐(0) 编辑
摘要: Maven的porfile与SpringBoot的profile结合使用完成多环境配置文件切换 详解 Maven官网Proflie说明 一.Maven的porfile 首先弄清楚Maven的profile 1.pom.xml增加多环境配置 <!-- 多环境配置 start --> <profiles 阅读全文
posted @ 2021-07-22 17:28 Angel挤一挤 阅读(1793) 评论(0) 推荐(1) 编辑
摘要: mapstruct Spring支持的克隆转化 一.版本引用 1.pom.xml文件 <org.mapstruct.version>1.2.0.CR1</org.mapstruct.version> <!--mapStruct依赖 start--> <dependency> <groupId>org 阅读全文
posted @ 2021-07-22 11:35 Angel挤一挤 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 1.List/Set/Sets.SetView<String>等Iterable子类的集合转化为,分隔的字符串 <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>23.0< 阅读全文
posted @ 2021-07-15 15:59 Angel挤一挤 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 想要正常请求成功: 第一: postman访问后端的post接口,设置Cookie的记录,设置Pre-request Script 设置示例: pm.request.headers.add({ key: 'Cookie', value: 'ticket=CD7933EA05CC76573068CBC 阅读全文
posted @ 2021-07-04 15:25 Angel挤一挤 阅读(683) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 94 下一页