会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
清语堂
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
57
下一页
2021年7月22日
java script
摘要: Java Script 异步加载和同步加载 : https://blog.csdn.net/qq_17556735/article/details/114942406
阅读全文
posted @ 2021-07-22 08:55 清语堂
阅读(42)
评论(0)
推荐(0)
2021年7月21日
spring data jpa 分页查询
摘要: https://www.cnblogs.com/hdwang/p/7843405.html https://blog.csdn.net/niceyoo/article/details/89879288 https://www.cnblogs.com/taosir-daily/p/9874033.ht
阅读全文
posted @ 2021-07-21 20:22 清语堂
阅读(81)
评论(0)
推荐(0)
CSS 语法
摘要: https://www.w3school.com.cn/css/pro_css_syntax.asp 选择器指向您需要设置样式的 HTML 元素。 p { color: red; text-align: center; } CSS 选择器 CSS 选择器用于“查找”(或选取)要设置样式的 HTML
阅读全文
posted @ 2021-07-21 06:49 清语堂
阅读(71)
评论(0)
推荐(0)
2021年7月20日
css引入方式
摘要: 1、内部CSS样式 在html文件的head部分,用style标签包裹。作用范围和字面意思相同,仅限于本页面的元素 <head> <meta charset="utf-8" /> <title>测试</title> <style type="text/css"> div { width: 65px;
阅读全文
posted @ 2021-07-20 19:31 清语堂
阅读(136)
评论(0)
推荐(0)
使用Spring Data JPA自定义update执行慢的问题
摘要: https://blog.csdn.net/wherwh/article/details/89380494 public interface ParaRepository extends JpaRepository<Para,String>{ @Modifying @Transactional @Q
阅读全文
posted @ 2021-07-20 11:05 清语堂
阅读(492)
评论(0)
推荐(0)
2021年7月19日
Spring Data JPA - Reference Documentation
摘要: https://docs.spring.io/spring-data/jpa/docs/2.0.9.RELEASE/reference/html/#jpa.repositories
阅读全文
posted @ 2021-07-19 20:33 清语堂
阅读(39)
评论(0)
推荐(0)
SpringBoot注解
摘要: https://blog.csdn.net/weixin_40753536/article/details/81285046?utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7EBlogCommendFromMachin
阅读全文
posted @ 2021-07-19 14:00 清语堂
阅读(32)
评论(0)
推荐(0)
mybatis
摘要: https://mybatis.org/mybatis-3/zh/getting-started.html Springboot与MyBatis简单整合 :https://www.cnblogs.com/wangshen31/p/8744157.html
阅读全文
posted @ 2021-07-19 09:25 清语堂
阅读(31)
评论(0)
推荐(0)
2021年7月18日
@Service @Component、@Repository、@Service、@Controller区别
摘要: service 是有用的相当于 xml配置中得bean id = service 也可以不指定 不指定相当于 bean id = com. service.service 就是这个类的全限定名,表示给当前类命名一个别名,方便注入到其他需要用到的类中;不加的话,默认别名就是当前类名,但是首字母小写 。
阅读全文
posted @ 2021-07-18 10:25 清语堂
阅读(1238)
评论(0)
推荐(0)
2021年7月17日
@Autowired和@Resource的区别
摘要: https://www.zhihu.com/question/39356740 1. @Autowired的默认装配 我们都知道在spring中@Autowired注解,是用来自动装配对象的。通常,我们在项目中是这样用的: package com.sue.cache.service; import
阅读全文
posted @ 2021-07-17 19:57 清语堂
阅读(277)
评论(1)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
57
下一页
公告