一句话安装:sudo apt-get install kazam#错误:安装kazam未能定位软件包 无法定位软件包的问题,大部分都是没有更新Ubuntu的安装源: sudo add-apt-repository ppa:kazam-team/stable-series sudo apt-get u ...
分类:
系统相关 时间:
2020-04-28 09:28:01
阅读次数:
168
我们在官网下载的Ketlle7.1工具,在本地运行时会发现标题中提到的问题:工具 资源库里面的按钮都是灰色的,无法点击。查找Connect整个页面找了个遍,也没有找到。 于是乎开始百度、谷歌的搜索啊、找啊,结果大部分都是复制粘贴的教程,说让去找缓存文件中找repository.xml这个文件,结果全 ...
分类:
其他好文 时间:
2020-04-28 00:29:36
阅读次数:
128
#sudo apt-add-repository ppa:hollywood/ppa #sudo apt-get install hollywood #sudo apt-get install byobu #hollywood -->启动 酷吧!!! ...
分类:
系统相关 时间:
2020-04-27 19:52:34
阅读次数:
89
一: 查看镜像 REPOSITORY:镜像名称 TAG:镜像标签 IMAGE ID:镜像ID CREATED:镜像的创建日期(不是获取该镜像的日期) SIZE:镜像大小 这些镜像都是存储在Docker宿主机的/var/lib/docker目录下 二: 搜索镜像 如果你需要从网络中查找需要的镜像,可以 ...
分类:
其他好文 时间:
2020-04-27 19:40:11
阅读次数:
45
1.github上新建一个项目repository 2.本地新建一个文件夹(我一般在桌面) 3.进入新建的文件夹,右击鼠标,git bash here. 输入命令:git init 这时文件夹下会出现一个.git文件夹 4.去github上复制项目路径 ,输入命令:git remote add or ...
分类:
其他好文 时间:
2020-04-23 19:03:30
阅读次数:
66
最近在Github上整了个Repository来保存打过的比赛的代码,包括Codeforces,Google Code Jam和Google Kick Start等,之后应该也会搞一点刷题的代码。 之后这个博客上可能会只写解题思路,代码就放到这个repo里。 虽然已经退役了,但是还是会经常更新。 " ...
分类:
其他好文 时间:
2020-04-23 12:42:04
阅读次数:
107
注册Bean:@Component @Repository @Service @Controller @Component是任何Spring管理的组件或bean的通用构造型。 @Repository是持久层的构造型。 @Service是服务层的构造型。 @Controller是表示层(spring ...
分类:
编程语言 时间:
2020-04-20 15:23:07
阅读次数:
60
选择主题 1. 从 "jekyllthemes" 中选择喜欢的主题 2. 免费的主题通常都是GitHub的开源项目,访问GitHub项目主页 以主题为模板创建自己的Repository 1. 通过点击[Use this template]创建自己的Repository 2. 以[yourgithub ...
分类:
其他好文 时间:
2020-04-19 23:40:48
阅读次数:
129
问题 Github克隆项目的时候报如下错: git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the corre ...
分类:
其他好文 时间:
2020-04-15 00:27:41
阅读次数:
82
准备3台服务器,去拉镜像 [root@iZ1la3d1xbmukrZ config]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE docker.io/elasticsearch 5.6.12 de05e10fa879 17 months a ...
分类:
其他好文 时间:
2020-04-14 22:17:49
阅读次数:
73