会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhjzhj
博客园
首页
新随笔
联系
订阅
管理
2022年5月6日
AJAX
摘要: <script type="text/javascript" src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script> $.ajax({ url: "${pageContext.request.contextPath}/show", d
阅读全文
posted @ 2022-05-06 14:08 朱浩杰
阅读(27)
评论(0)
推荐(0)
2022年4月29日
controller
摘要: 从定性controller里面 redirect:/studentList
阅读全文
posted @ 2022-04-29 10:02 朱浩杰
阅读(139)
评论(0)
推荐(0)
2022年4月28日
分页查询
摘要: mapper //分页查询加模糊查询List<Address> showAddress(@Param("addressName") String addressName, @Param("dangQianYe") Integer dangQianYe,@Param("meiYeYouJiGe") I
阅读全文
posted @ 2022-04-28 14:54 朱浩杰
阅读(23)
评论(0)
推荐(0)
2022年4月21日
SSM-web.xml
摘要: <?xml version="1.0" encoding="UTF-8"?><web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc
阅读全文
posted @ 2022-04-21 16:43 朱浩杰
阅读(44)
评论(0)
推荐(0)
SSM-database.properties
摘要: driver=com.mysql.cj.jdbc.Driverurl=jdbc\:mysql\://localhost\:3306/smbms?useUnicode\=true&characterEncoding\=UTF-8&serverTimezone=UTCusername=rootpassw
阅读全文
posted @ 2022-04-21 16:41 朱浩杰
阅读(31)
评论(0)
推荐(0)
SSM-mybatis-config.xml
摘要: <?xml version="1.0" encoding="UTF8" ?><!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd
阅读全文
posted @ 2022-04-21 16:41 朱浩杰
阅读(22)
评论(0)
推荐(0)
SSM-springmvc-servlet.xml
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
阅读全文
posted @ 2022-04-21 16:41 朱浩杰
阅读(51)
评论(0)
推荐(0)
SSM-applicationContext.xml
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
阅读全文
posted @ 2022-04-21 16:40 朱浩杰
阅读(49)
评论(0)
推荐(0)
百里香叶
摘要: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId></dependency> spring: thymeleaf: mode:
阅读全文
posted @ 2022-04-21 16:31 朱浩杰
阅读(64)
评论(0)
推荐(0)
SpringBoot yml
摘要: spring: datasource: type: com.zaxxer.hikari.HikariDataSource driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/mall?serverT
阅读全文
posted @ 2022-04-21 16:24 朱浩杰
阅读(36)
评论(0)
推荐(0)
下一页
公告