sunny123456

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2022年3月5日

摘要: @responsebody和responseentity的理解 https://blog.csdn.net/qq_39385706/article/details/78403867 简单来说就是这样:@responsebody有没有这个区别我举个例子更清楚一点,如果有@responsebody这个注 阅读全文
posted @ 2022-03-05 22:45 sunny123456 阅读(302) 评论(0) 推荐(0) 编辑

摘要: 使用spring ResponseEntity处理http响应 https://blog.csdn.net/neweastsun/article/details/81142870 使用spring ResponseEntity处理http响应 简介 使用spring时,达到同一目的通常有很多方法,对 阅读全文
posted @ 2022-03-05 22:43 sunny123456 阅读(558) 评论(0) 推荐(0) 编辑

摘要: Spring Data JPA 建立表的联合主键 https://www.jb51.net/article/159624.htm 最近遇到了一个小的问题,就是怎么使用 Spring Data JPA 建立表的联合主键?然后探索出了下面的两种方式。 第一种方式: 第一种方式是直接在类属性上面的两个字段 阅读全文
posted @ 2022-03-05 22:41 sunny123456 阅读(523) 评论(0) 推荐(0) 编辑

摘要: Spring Boot Jpa 多条件查询+排序+分页 https://www.cnblogs.com/hellohmbb/p/13545406.html 事情有点多,于是快一个月没写东西了,今天补上上次说的。 JPA是Java Persistence API的简称,中文名Java持久层API,是J 阅读全文
posted @ 2022-03-05 22:32 sunny123456 阅读(1931) 评论(0) 推荐(0) 编辑

摘要: JPA Specification常用查询+排序实例 https://www.jb51.net/article/229599.htm#_label1 目录JPA Specification常用查询+排序1.第一步:继承父类2.第二步JPA Specification复杂查询+排序需求开始了1.dao 阅读全文
posted @ 2022-03-05 22:26 sunny123456 阅读(880) 评论(0) 推荐(0) 编辑

摘要: https://blog.csdn.net/weixin_37380784/article/details/81162547 jQuery插件AjaxFileUpload用来实现ajax文件上传,该插件使用非常简单,接下来写个demo演示怎么用AjaxFileUpload插件实现文件上传。 1、引入 阅读全文
posted @ 2022-03-05 22:21 sunny123456 阅读(91) 评论(0) 推荐(0) 编辑

摘要: 原文连接:http://www.hechunbo.com/index.php/archives/239.html 8、clone项目代码:git clone -b 分支名 远程地址(-b 是指定分支,不指定则克隆master分支 Git Bash Here 是windows下的命令行工具。 该命令与 阅读全文
posted @ 2022-03-05 22:14 sunny123456 阅读(210) 评论(0) 推荐(0) 编辑

摘要: 原文连接:https://blog.csdn.net/weixin_39908948/article/details/111717347 1、新建自己的本地目录 [root@istester ~]# mkdir -p ~/istester_git [root@istester ~]# cd iste 阅读全文
posted @ 2022-03-05 22:08 sunny123456 阅读(359) 评论(0) 推荐(0) 编辑

摘要: https://www.cnblogs.com/nylcy/p/6569284.html 今天想学习一下开源中国Android客户端的app源码,源码的Git地址:http://git.oschina.net/oschina/android-app,如下图所示: 由于Master主分支上没有放置源码 阅读全文
posted @ 2022-03-05 21:57 sunny123456 阅读(677) 评论(0) 推荐(0) 编辑