摘要:
使用vue-pdf@4.3.0控制台报错 1、在node_modules中找到vue-pdf,src下的pdfjsWrapper.js 具体原因是191行 if ( pdfRender !== null ) { if ( canceling ) return; canceling = true; p 阅读全文
posted @ 2026-01-08 15:02
黄橙
阅读(52)
评论(0)
推荐(0)
摘要:
下面是一个简单的实现demo: 首先是我们定义一个接口即起路由作用,我们具体的不同业务实现类来实现这个接口就可以;不同的业务分支我就使用加减乘除来代替 package com.example.bootdemo.operate; import org.springframework.stereotyp 阅读全文
posted @ 2026-01-08 15:02
黄橙
阅读(6)
评论(0)
推荐(0)
摘要:
/*给定 n 个非负整数表示每个宽度为 1 的柱子的高度图,计算按此排列的柱子,下雨之后能接多少雨水。*/ public static void main(String[] args) { int[] aa = {0, 1, 0, 2, 1, 0, 1, 3, 2, 1, 2, 1}; // int 阅读全文
posted @ 2026-01-08 15:02
黄橙
阅读(6)
评论(0)
推荐(0)
摘要:
找出字符串里面相同的字符 /*找出字符串里面相同的字符*/ public static List<Character> test5(String aa ) { //String aa = "abcaefbhijk"; List<Character> li = new ArrayList<>(); / 阅读全文
posted @ 2026-01-08 15:01
黄橙
阅读(5)
评论(0)
推荐(0)
摘要:
/*将字符串拆分成相邻字符串的组合字符*/ public static String[] test4() { String aa = "abcaefbhijk"; int result = 1; int number = aa.length(); for (int i = 2; i <= numbe 阅读全文
posted @ 2026-01-08 15:01
黄橙
阅读(4)
评论(0)
推荐(0)

浙公网安备 33010602011771号