- 博客(2)
- 收藏
- 关注
原创 IDEA使用MyBatis连接Mysql数据库
1.MyBatis中文网 地址:https://mybatis.net.cn/ 详细介绍了MyBatis 2.创建数据库和对应表 3.下载MyBatis依赖 访问Mybatis中文网 2.进入之后 滑到最下面,下载最新版本,也可以选择历史版本 4.下载mybatis压缩包 5.解压后得到 4.使用MyBatis连接数据库 1.创建一个Java项目 2.需要导入的jar文件:mybatis依赖、mybatis架包、mysql架包 3.在项目中...
2022-04-14 14:57:57
2974
1
原创 JavaScript输出语句
1. window.alert()写入警告框 2.document.write()写入HTML输出 3.console.log()写入浏览器控制台 <script> window.alert("hello.js") document.write("hello.js2") console.log("hello.js3") </script> 浏览器警告框输出 HTML输出 浏览器控制台输出,先按F12,然后选择Console ...
2022-04-10 00:49:50
749
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人