上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 39 下一页
摘要: 解决办法: 启动时参数 ./startup.sh -m standalone 如果上面没有解决的话 2. 删除目录 /data/derby-data 再次启动即可 报错信息: Caused by: org.springframework.beans.factory.UnsatisfiedDepend 阅读全文
posted @ 2021-04-27 12:03 HumorChen99 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 记忆法+Tire字典树 题目 面试题 17.13. 恢复空格 哦,不!你不小心把一个长篇文章中的空格、标点都删掉了,并且大写也弄成了小写。像句子"I reset the computer. It still didn’t boot!“已经变成了"iresetthecomputeritstilldid 阅读全文
posted @ 2021-04-26 23:53 HumorChen99 阅读(0) 评论(0) 推荐(0) 编辑
摘要: TypeScript NestJS文件上传下载接口 我这里用了mongodb保存文件上传记录 mongoose框架 安装依赖 修改package.json 后yarn install "dependencies": { "@grpc/proto-loader": "^0.6.1", "@nestjs 阅读全文
posted @ 2021-04-25 18:40 HumorChen99 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 错误信息 QUASAR WARNING: Quasar Java Agent isn’t running. If you’re using another instrumentation method you can ignore this message; otherwise, please re 阅读全文
posted @ 2021-04-22 10:43 HumorChen99 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 耗时1ms,击败100%用户。记忆法,时空复杂度O(n) 题目 面试题 16.11. 跳水板 你正在使用一堆木板建造跳水板。有两种类型的木板,其中长度较短的木板长度为shorter,长度较长的木板长度为longer。你必须正好使用k块木板。编写一个方法,生成跳水板所有可能的长度。 返回的长度需要从小 阅读全文
posted @ 2021-04-21 12:50 HumorChen99 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 耗时1ms,击败84.44%用户 题目 最长公共前缀 编写一个函数来查找字符串数组中的最长公共前缀。 如果不存在公共前缀,返回空字符串 “”。 示例 1: 输入:strs = [“flower”,“flow”,“flight”] 输出:“fl” 示例 2: 输入:strs = [“dog”,“rac 阅读全文
posted @ 2021-04-21 09:57 HumorChen99 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 耗时4ms,击败100%的用户! 题目 罗马数字包含以下七种字符: I, V, X, L,C,D 和 M。 字符 数值 I 1 V 5 X 10 L 50 C 100 D 500 M 1000 例如, 罗马数字 2 写做 II ,即为两个并列的 1。12 写做 XII ,即为 X + II 。 27 阅读全文
posted @ 2021-04-20 14:35 HumorChen99 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 一次通过,优于官方解法,耗时5ms,超过90%以上的人。 题目 罗马数字包含以下七种字符: I, V, X, L,C,D 和 M。 字符 数值 I 1 V 5 X 10 L 50 C 100 D 500 M 1000 例如, 罗马数字 2 写做 II ,即为两个并列的 1。12 写做 XII ,即为 阅读全文
posted @ 2021-04-20 11:31 HumorChen99 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 如何将两个独立maven/springboot项目合到同一个文件夹组成一个新的大项目 建立新的项目文件夹 将两个独立项目复制进去 用IDEA打开新项目文件夹 对每个项目的maven的pom.xml右击选择add as maven project 这样右边就可以看到每个maven项目了 每个项目的sp 阅读全文
posted @ 2021-04-20 10:48 HumorChen99 阅读(8) 评论(0) 推荐(0) 编辑
摘要: SpringBoot Test Demo 你的springboot将会被启动并在测试执行完成后关闭 依赖 (springboot项目) <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-s 阅读全文
posted @ 2021-04-20 09:59 HumorChen99 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 39 下一页