摘要: 升级了node.js 版本到 v17.9.1,出现如下错误: Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:67:19) at Object.cr 阅读全文
posted @ 2023-02-22 09:55 ctrl+V工程狮 阅读(574) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV1Zy4y1K7SH?p=4&vd_source=7a431f5246ceac2ae89afa1a14def62c https://www.yuque.com/cessstudy/kak11d/hfeef2 阅读全文
posted @ 2022-10-13 16:39 ctrl+V工程狮 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 由于项目中使用mybatis作为数据持续层,需要和springboot进行搭配,具体操作如下 1.在pom.xml中引入相关依赖 org.mybatis.spring.boot mybatis-spring-boot-starter 1.3.0 mysql mysql-connector-java 另外web依赖也需要,因为我们采用MVC模式。 org.spri... 阅读全文
posted @ 2018-09-19 09:18 ctrl+V工程狮 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 今天主要介绍如何使用mybatis逆向工程生成操作语句,mybatis-geneator是一款mybatis自动代码生成工具,可以通过配置,快速生成mapper和xml文件。 首先需要到官网上下载相关core程序http://www.mybatis.org/generator/ 还需要下载下列包 其中,mybatis和mybatis-generator为必须包,其他的可以根据数据库类型... 阅读全文
posted @ 2018-09-16 21:16 ctrl+V工程狮 阅读(4006) 评论(0) 推荐(0) 编辑
摘要: 最近学习java servlet ,使用servlet连接到sqlserver数据库,使用myeclipse2017 +sqlserver 2012+tomcat 8.5+jdk1.8 第一步,创建一个工程 第二步,新建一个servlet,具体内容可以查看 https://jingyan.baidu.com/article/ca00d56c557485e99febcf7b.html 第三步... 阅读全文
posted @ 2018-08-17 11:37 ctrl+V工程狮 阅读(8173) 评论(0) 推荐(0) 编辑