码迷,mamicode.com
首页 >  
搜索关键字:yum、yum repository    ( 4190个结果
Illegal reflective access by org.apache.hadoop.security.authentication.util.KerberosUtil
在使用Java API操作HBase时抛出如下异常: Illegal reflective access by org.apache.hadoop.security.authentication.util.KerberosUtil (file:/C:/Users/RYJ/.m2/repository ...
分类:数据库   时间:2019-11-21 09:26:13    阅读次数:103
给GridView添加列头复选框
1 using DevExpress.XtraEditors.Drawing; 2 using DevExpress.XtraEditors.Repository; 3 using DevExpress.XtraEditors.ViewInfo; 4 using DevExpress.XtraGri ...
分类:其他好文   时间:2019-11-20 12:26:38    阅读次数:63
初始化 Kubernetes 问题:Port 10251 is in use
错误: [root@k8s-master ~]# kubeadm init \ > --apiserver-advertise-address=10.31.4.1 \ > --image-repository registry.aliyuncs.com/google_containers \ > - ...
分类:Web程序   时间:2019-11-19 17:12:58    阅读次数:523
spring中的ApplicationListener监听器
监听器在使用过程中可以监听到某一事件的发生,进而对事件做出相应的处理。 首先自定义一个监听器myListener实现ApplicationListener接口 @Repository public class myListener implements ApplicationListener<App ...
分类:移动开发   时间:2019-11-19 17:03:31    阅读次数:77
常用 Git 命令清单
原文链接:http://www.ruanyifeng.com/blog/2015/12/git-cheat-sheet.html 常用 Git 命令清单。几个专用名词的译名如下。 Workspace:工作区 Index / Stage:暂存区 Repository:仓库区(或本地仓库) Remote ...
分类:其他好文   时间:2019-11-19 12:18:55    阅读次数:67
解决github提示安全漏洞的问题
今天在提交代码的时候发现github提示了这样的错误: We found potential security vulnerabilities in your dependencies. Only the owner of this repository can see this message. ...
分类:其他好文   时间:2019-11-18 18:16:46    阅读次数:282
fatal: Not a git repository (or any of the parent directories): .git
第一次用git,遇到这个错误提示,原来是这样的: fatal: Not a git repository (or any of the parent directories): .git This tells you that the directory you're in is not a git ...
分类:其他好文   时间:2019-11-17 14:32:12    阅读次数:63
springboot中@Mapper和@Repository的区别
@Mapper和@Repository是常用的两个注解,两者都是用在dao上,两者功能差不多,容易混淆,有必要清楚其细微区别; 区别: @Repository需要在Spring中配置扫描地址,然后生成Dao层的Bean才能被注入到Service层中:如下,在启动类中配置扫描地址: @SpringBo ...
分类:移动开发   时间:2019-11-16 17:53:50    阅读次数:721
git--版本回退
工作区、暂存区、版本库 工作区:就是电脑上的目录 版本库(Repository) 工作区有一个隐藏目录.git,这个不算工作区,而是Git的版本库。 Git的版本库里存了很多东西,其中最重要的就是称为stage(或者叫index)的暂存区,还有Git为我们自动创建的第一个分支master,以及指向m ...
分类:其他好文   时间:2019-11-14 21:34:25    阅读次数:67
MVC/MVP/MVVM
MVC 1,M:业务逻辑处理:数据库操作,网络操作,耗时任务(各种java bean,还有一些类似repository类) 2,V:处理数据显示的部分:xml 3,C:Activity处理用户交互问题:Activity 优点:便于UI视图的显示和界面的分离 特点:1,耦合度低:代码的关联程度不是很高 ...
分类:Web程序   时间:2019-11-14 00:05:36    阅读次数:122
4190条   上一页 1 ... 46 47 48 49 50 ... 419 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!