码迷,mamicode.com
首页 >  
搜索关键字:repository    ( 4028个结果
解决git 出现 Your account has been blocked问题
使用git 出现 Your account has been blocked 无法将本地仓库代码push到远程仓库 GitLab: Your account has been blocked. fatal: Could not read from remote repository. 解决方案如下: ...
分类:其他好文   时间:2020-07-18 11:22:31    阅读次数:313
springboot常用注解
1 springvmc采用经典的三层分层控制结构,在持久层,业务层和控制层分别采用@Repository、@Service、@Controller对分层中的类进行注解,而@Component对那些比较中立的类进行注解 2 @Mapper注解 https://www.cnblogs.com/muxi0 ...
分类:编程语言   时间:2020-07-16 18:32:04    阅读次数:68
ubuntu20部署php-swoole开发环境
第1步:安装依赖 add-apt-repository ppa:ondrej/php apt install php-dev 第2步:编译安卓swoole wget https://codeload.github.com/swoole/swoole-src/tar.gz/v4.5.2 然后tar z ...
分类:Web程序   时间:2020-07-14 21:50:25    阅读次数:137
spring-data-jpa中的查询方法
查询方法,就是根据方法名来检索数据。按照一定的规则,通过方法名描述要检索的字段,过滤的条件,排序的策略等等,它们大都以find, get... 等开头。spring-data-jpa会自动解析,并且完成检索。省时省力。 在 Repository 中定义查询方法 public interface Us ...
分类:编程语言   时间:2020-07-13 13:44:51    阅读次数:81
4.【原创】使用Docker安装redis
1.拉取redis镜像 sudo docker pull redis:6.0 2.检查redis镜像拉取结果,此时已看到已经拉取成功: root@ubuntu-xenial:/# docker images REPOSITORY TAG IMAGE ID CREATED SIZE redis 6.0 ...
分类:其他好文   时间:2020-07-13 10:01:45    阅读次数:79
Transport Error: Cannot get remote repository refs.https://github.com/xxx/test1.git: cannot open git-upload-pack
问题出现: 在eclipse中pull项目至github上出现该问题 查看报错日志 org.eclipse.jgit.api.errors.TransportException: https://github.com/muzhiyi1996/test1.git: cannot open git-up ...
分类:Web程序   时间:2020-07-12 22:33:02    阅读次数:155
Spring Data JPA事务支持
一 点睛 Spring Data JPA对所有默认方法都开启了事务支持,且查询类事务默认启用readOnly=true属性。 二 SimpleJpaRepository缩减版源码 @Repository @Transactional(readOnly = true) public class Sim ...
分类:编程语言   时间:2020-07-12 18:40:24    阅读次数:76
git gc 清理git垃圾
https://git-scm.com/docs/git-gc NAME git-gc - Cleanup unnecessary files and optimize the local repository SYNOPSIS git gc [--aggressive] [--auto] [--q ...
分类:其他好文   时间:2020-07-11 18:56:34    阅读次数:167
Add Google Maven repository and sync project
用Android studio导入一个项目时,可以会报Add Google Maven repository and sync project有可能的解决方法如下:在项目的build.gradle中修改如下: buildscript { repositories { maven{ url 'http ...
分类:其他好文   时间:2020-07-10 19:08:47    阅读次数:159
Spring Boot MiniDao @MiniDao vs. @Repository
jeecg miniDao 框架原理 - 简书 https://www.jianshu.com/p/1bbf9385f803 MiniDao 学习系列 1- - - - 集成使用 - 黑客派 https://hacpai.com/article/1537089268066 @Repository注解 ...
分类:编程语言   时间:2020-07-10 18:43:08    阅读次数:66
4028条   上一页 1 ... 10 11 12 13 14 ... 403 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!