码迷,mamicode.com
首页 >  
搜索关键字:repository    ( 4028个结果
@Controller,@Service,@Repository,@Component你搞懂了吗?
@Controller 用来表示一个web控制层bean,如SpringMvc中的控制器。 @Service 用来表示一个业务层bean。 @Repository 用来表示一个持久层bean,即数据访问层DAO组件。 @Component 用来表示一个平常的普通组件,当一个类不合适用以上的注解定义时 ...
分类:其他好文   时间:2020-05-19 12:51:32    阅读次数:48
centos 7 安装mysql5.7和sysbench
centos7安装MySQL5.7 在CentOS中默认安装有MariaDB,这个是MySQL的分支,但为了需要,还是要在系统中安装MySQL,而且安装完成之后可以直接覆盖掉MariaDB。 安装 修改默认root密码 在MySQL命令行: 禁止yum自动更新 因为安装了Yum Repository ...
分类:数据库   时间:2020-05-18 18:39:13    阅读次数:88
Colab每次跑程序必用代码记录
1.记得选择使用GPU # 授权绑定Google Drive !apt-get install -y -qq software-properties-common python-software-properties module-init-tools !add-apt-repository -y ...
分类:其他好文   时间:2020-05-17 01:37:32    阅读次数:143
快照操作
声明es import elasticsearch6 es = elasticsearch6("10.10.10.10:9200") #查看当前所有仓库 es.snapshot.get_repository() #删除已存在的仓库(假设已存在的仓库叫"beifen") es.snapshot.del ...
分类:其他好文   时间:2020-05-15 20:36:14    阅读次数:88
修改maven本地仓库路径
修改maven本地仓库路径 从eclipse中增加了maven2的插件之后,maven默认的本地库的路径是${user}/.m2/repository/下,一般windows用户的操作系统都安装在C盘,所以这个目录下的jar包比较危险。我尝试从myeclipse->preferences->java ...
分类:其他好文   时间:2020-05-15 00:05:16    阅读次数:67
springboot项目中调用jar包中的类时报错 — 没有注入类
使用场景:将一些公共的方法封装成了一个jar包,在其他项目中进行引用的时候报错 报错原因:bean没有注入 因为这两个类没有被@Service,@Repository等类注解,如果我们想用@Autowired注入会报错 在项目中注入引用的jar包中的UserService类时报错 @Autowire ...
分类:编程语言   时间:2020-05-13 20:33:09    阅读次数:239
出现Please make sure you have the correct access rights and the repository exists.问题解决
问题: 有一段时间没有用码云了,当输入 git push -u origin master命令出现Please make sure you have the correct access rights and the repository exists.错误, 原因: 是git服务器没有发现存储本地 ...
分类:数据库   时间:2020-05-12 11:49:41    阅读次数:99
git 上传项目失败
git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and t ...
分类:Web程序   时间:2020-05-12 11:44:27    阅读次数:78
Automatically download a user's repository Github
it's fine to use shell script to get job done username='pat' wget -N -O "github_user.list" "https://api.github.com/users/${username}/repos?per_page=10 ...
分类:其他好文   时间:2020-05-10 19:40:06    阅读次数:82
如何手动安装Miktex宏包
在大多数情况下,我们可以直接通过Remote package Repository来安装所需要的Miktex宏包。出于方便考虑我们可以选择国内的进行镜像站来作为宏包的仓库来进行安装。具体的方法为: 打开Miktex Console(MikTex 2.9.7400) 选择update, 点击右侧cha ...
分类:其他好文   时间:2020-05-09 00:29:32    阅读次数:420
4028条   上一页 1 ... 20 21 22 23 24 ... 403 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!