- 博客(20)
- 收藏
- 关注
原创 ps download
https://szfront.wxwork.qq.com/downloadobject?fileid=08011204313330332210313638383835323933303030353333302a0131322436613832303838392d326337322d343862632d386532622d62623339356534346534663438c5c7e2e8014214693f108c04bc2ff476ac48ed93634a978f00939e48015802600768
2023-04-08 10:49:56 7259
原创 ps素材download
https://szfront.wxwork.qq.com/downloadobject?fileid=08011204313330332210313638383835323933303030353333302a0131322436613832303838392d326337322d343862632d386532622d62623339356534346534663438c5c7e2e8014214693f108c04bc2ff476ac48ed93634a978f00939e48015802600768
2023-04-08 10:40:16 9963
原创 前端手写分页
const getTableData = (page = 1, pageSize = 10, totalData = []) => { const { length } = totalData; const tableData = { data: [], page, pageSize, length, }; if (pageSize >= length) { //pageSize大于等于总数据长度,说明只有1页数据或没有数据 tableD
2023-01-06 10:12:20 203
原创 (springboot)用户管理系统项目流程
1. 导入html前端页面资源2. 设置登陆跳转页面3. 设置登陆拦截器逻辑4. 设置公共组件提取为commons.html5. 设置组件高亮 (其他页面调用组件传参数)
2021-06-29 20:32:41 238
原创 (springboot)整合mybatis-plus
1.pom<!-- mybatis-plus--> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.4.1</version> </d
2021-06-29 20:12:43 59
原创 (springboot)整合mybatis使用
导pom <!-- mybatis --> <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>2.1.4</version>
2021-06-29 19:27:18 61
原创 (springboot)整合jdbc连接数据库
1.导pom依赖<!-- mysql-connection--> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> </dependency> <!-- jdbc --> <
2021-06-29 18:08:07 145
原创 (thymeleaf)页面公共部分提取
1.设置有个common.html,用于放置公共组件2.设置组件语法 th:fragment=" "3.调用组件表达式
2021-06-29 10:21:51 196
原创 (thymeleaf)的使用
1. 名称空间xmlns:th="http://www.thymeleaf.org"2.Thymeleaf语法(Thymeleaf3) 1、th属性,常用th属性如下:1)th:text:文本替换;2)th:utext:支持html的文本替换。3)th:value:属性赋值4)th:each:遍历循环元素5)th:if:判断条件,类似的还有th:unless,th:switch,th:case6)th:ins...
2021-06-29 09:21:09 104
原创 (springboot)配置HandlerInterceptor实现基本登录拦截
访问/user/login登录账户登录成功则session存值,失败则跳回首页登录逻辑@Controllerpublic class IndexController { @RequestMapping("/user/login") public String dashboard( @RequestParam("username") String username, @RequestParam("password") Strin
2021-06-29 09:03:55 428
原创 (redis )简单手机验证码功能
提示:文章写完后,目录可以自动生成,如何生成可参考右边的帮助文档文章目录前言 一、pandas是什么? 二、使用步骤 1.引入库 2.读入数据 总结前言提示:这里可以添加本文要记录的大概内容:例如:随着人工智能的不断发展,机器学习这门技术也越来越重要,很多人都开启了学习机器学习,本文就介绍了机器学习的基础内容。提示:以下是本篇文章正文内容,下面案例可供参考一、pandas是什么?示例:pandas 是基于NumPy 的一种工具,该工具是为了解决数..
2021-06-03 18:42:37 247
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人