• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • YouClaw
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
Y-wee
博客园    首页    新随笔    联系   管理     
11 2021 档案
Mock测试时方法参数为内部对象

摘要:Mock测试时方法参数为内部对象 如上,当想要自定义attachmentService.queryProductXml(wizardProductAttachmentDto)方法的返回值时,发现自定义失败,返回为空 原因:实际调用时attachmentService.queryProductXml( 阅读全文
posted @ 2021-11-23 16:15 Y-wee 阅读(377) 评论(0) 推荐(0)
Java希尔排序

摘要:Java希尔排序 /** * 希尔排序 * * @author yl */ public class ShellSort { public static void main(String[] args) { int[] array = {7, 6, 9, 3, 1, 5, 2, 4}; System 阅读全文
posted @ 2021-11-18 16:56 Y-wee 阅读(52) 评论(0) 推荐(0)
Java选择排序

摘要:Java选择排序 /** * 选择排序 * * @author yl */ public class SelectSort { public static void main(String[] args) { int[] array = {7, 6, 9, 3, 1, 5, 2, 4}; Syste 阅读全文
posted @ 2021-11-18 16:56 Y-wee 阅读(32) 评论(0) 推荐(0)
Java快速排序

摘要:Java快速排序 /** * 快速排序 * * @author yl */ public class QuickSort { public static void main(String[] args) { int[] array = {7, 6, 9, 3, 1, 5, 2, 4}; System 阅读全文
posted @ 2021-11-18 16:55 Y-wee 阅读(222) 评论(0) 推荐(0)
Java插入排序

摘要:Java插入排序 /** * 插入排序 * * @author yl */ public class InsertSort { public static void main(String[] args) { int[] ints = {7, 5, 3, 8}; System.out.println 阅读全文
posted @ 2021-11-18 16:54 Y-wee 阅读(53) 评论(0) 推荐(0)
ElementUI表格实现只能单选效果

摘要:ElementUI表格实现只能单选效果 设置样式隐藏表格全选 <style> .single-select-table thead .el-table-column--selection .cell { display: none; } </style> table设置隐藏全选样式,加上@selec 阅读全文
posted @ 2021-11-15 14:43 Y-wee 阅读(1260) 评论(0) 推荐(0)

博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3