上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 121 下一页
摘要: 错误 2023-04-15 11:56:16.025 INFO 12028 [ restartedMain] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the co 阅读全文
posted @ 2023-04-15 12:00 与f 阅读(679) 评论(0) 推荐(0)
摘要: springboot整合mybatis <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>8.0.29</version> </dependency> <depen 阅读全文
posted @ 2023-04-13 16:55 与f 阅读(31) 评论(0) 推荐(0)
摘要: springboot整合redis 1.依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 阅读全文
posted @ 2023-04-13 16:47 与f 阅读(35) 评论(0) 推荐(0)
摘要: springboot整合Junit https://www.cnblogs.com/fps2tao/p/13824509.html 阅读全文
posted @ 2023-04-13 16:23 与f 阅读(56) 评论(0) 推荐(0)
摘要: 1.搭建 springboot的搭建可以通过网页版,也可以通过idea. 常用的版本构件maven和gradle等 springboot的项目中pom.xml文件(有个父级依赖规定了大部分用到jar的版本),之后只需依赖名称即可. 2.配置文件 配置文件(优先级依次降低) application.p 阅读全文
posted @ 2023-04-11 16:13 与f 阅读(63) 评论(0) 推荐(0)
摘要: 一、核心概念1、TTS(Text-To-Speech,从文本到语音) 我们比较熟悉的ASR(Automatic Speech Recognition),是将声音转化为文字,可类比于人类的耳朵。 而TTS是将文字转化为声音(朗读出来),类比于人类的嘴巴。 大家在siri等各种语音助手中听到的声音,都是 阅读全文
posted @ 2023-04-10 09:12 与f 阅读(3150) 评论(0) 推荐(0)
摘要: 一、什么是Gradle 基于Apache Ant和Apache Maven概念的项目自动化构建开源工具,基于Groovy这个特定DSL语言来进行声明项目设置,也增加了基于Kotlin语言的kotlin-based DSL。 简介:Gradle是一个基于JVM的构建工具,是一款通用灵活的构建工具,支持 阅读全文
posted @ 2023-04-06 10:24 与f 阅读(1349) 评论(0) 推荐(1)
摘要: 前言 富文本编辑器,可以对图片、文字进行编辑。 编辑器导出内容支持带标签的 html和纯文本的 text,编辑器内部采用 delta 格式进行存储。 通过setContents接口设置内容时,解析插入的 html 可能会由于一些非法标签导致解析错误,建议开发者在小程序内使用时通过 delta 进行插 阅读全文
posted @ 2023-03-31 17:42 与f 阅读(1742) 评论(0) 推荐(0)
摘要: 编辑器wxml <view class="container" style="height:{{editorHeight}}px;"> <editor id="editor" class="ql-container" placeholder="{{placeholder}}" bindstatusc 阅读全文
posted @ 2023-03-30 17:15 与f 阅读(650) 评论(0) 推荐(0)
摘要: webpack.config.js是webpack的配置文件,所有使用webpack作为打包工具的项目都可以使用,vue的项目可以使用,react的项目也可以使用。 vue.config.js是vue项目的配置文件,专用于vue项目。通过vue.config.js中常用功能的配置,简化了配置工作,当 阅读全文
posted @ 2023-03-28 15:04 与f 阅读(469) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 121 下一页