上一页 1 2 3 4 5 6 ··· 13 下一页

2020年3月4日

毕业设计

摘要: 1、毕业设计 excel导入导出 2、报表统计 阅读全文

posted @ 2020-03-04 16:30 王行行 阅读(111) 评论(0) 推荐(0) 编辑

2020年3月3日

shiro 权限

摘要: shiro:hasPermissions="paper:university" 阅读全文

posted @ 2020-03-03 14:36 王行行 阅读(115) 评论(0) 推荐(0) 编辑

2020年3月2日

Spring Boot Thymeleaf

摘要: Thymeleaf是一个基于Java的库,用于创建Web应用程序。 它为在Web应用程序中提供XHTML/HTML5提供了很好的支持。 在本章中将详细了解和学习Thymeleaf。 Thymeleaf模板 Thymeleaf将文件转换为格式良好的XML文件。它包含6种类型的模板,如下所示 - XML 阅读全文

posted @ 2020-03-02 20:10 王行行 阅读(222) 评论(0) 推荐(0) 编辑

2020年3月1日

Spring Boot文件处理

摘要: 对于上载文件,要将MultipartFile用作请求参数,此API应使用多部分表单数据值。 观察下面给出的代码 - @RequestMapping(value = "/upload", method = RequestMethod.POST, consumes = MediaType.MULTIPA 阅读全文

posted @ 2020-03-01 18:09 王行行 阅读(397) 评论(0) 推荐(0) 编辑

2020年2月27日

Spring Boot Rest模板

摘要: PUT 通过使用RestTemplate的exchange()方法来使用PUT API。 假设此URL=> http://localhost:8080/products/3返回以下响应,使用RestTemplate来响应此API。 下面给出的代码是请求主体 - //原文出自【易百教程】,商业转载请联 阅读全文

posted @ 2020-02-27 18:04 王行行 阅读(188) 评论(0) 推荐(0) 编辑

2020年2月26日

Spring Boot Rest模板

摘要: POST 通过使用RestTemplate的exchange()方法来使用POST API 假设此URL => http://localhost:8080/products返回如下所示的响应,使用Rest模板测试此API响应。 下面给出的代码是请求正文 - //原文出自【易百教程】,商业转载请联系作 阅读全文

posted @ 2020-02-26 18:02 王行行 阅读(128) 评论(0) 推荐(0) 编辑

2020年2月25日

Spring Boot Rest模板

摘要: package com.yiibai.demo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; impor 阅读全文

posted @ 2020-02-25 18:01 王行行 阅读(118) 评论(0) 推荐(0) 编辑

2020年2月24日

Spring Boot Servlet过滤器

摘要: 过滤器是用于拦截应用程序的HTTP请求和响应的对象。通过使用过滤器,可以在两个实例上执行两个操作 - 在将请求发送到控制器之前 在向客户发送响应之前。以下代码显示了带有@Component注解的Servlet过滤器实现类的示例代码。 //原文出自【易百教程】 保留原文链接:https://www.y 阅读全文

posted @ 2020-02-24 17:58 王行行 阅读(175) 评论(0) 推荐(0) 编辑

2020年2月23日

Spring Boot Bean和依赖注入

摘要: https://www.yiibai.com/spring-boot/spring_boot_beans_and_dependency_injection.html 在Spring Boot中,可以使用Spring Framework来定义bean及其依赖注入。 @ComponentScan注释用于 阅读全文

posted @ 2020-02-23 17:54 王行行 阅读(503) 评论(0) 推荐(0) 编辑

2020年2月22日

Bootstrap 滚动监听(Scrollspy)插件

摘要: <nav id="navbar-example" class="navbar navbar-default navbar-static" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <but 阅读全文

posted @ 2020-02-22 17:49 王行行 阅读(255) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 13 下一页

导航