先添加PPA存储库: 1 sudo add-apt-repository ppa:pinta-maintainers/pinta-stable 2 3 sudo apt-get update 然后在应用商店里面搜索 Pinta 即可: 打开软件即可编辑图像: ...
分类:
其他好文 时间:
2020-01-28 12:18:10
阅读次数:
65
在Jenkins集成服务器上,我们需要安装Maven来编译和打包项目。安装Maven先上传Maven软件到Jenkins服务器 tar -xzf apache-maven-3.6.2-bin.tar.gz 配置环境变量vi /etc/profile export MAVEN_HOME=/opt/mo ...
分类:
其他好文 时间:
2020-01-28 12:10:33
阅读次数:
78
Dimensionality in statistics refers to how many attributes a dataset has. For example, healthcare data is notorious for having vast amounts of variabl ...
分类:
其他好文 时间:
2020-01-24 20:05:14
阅读次数:
98
添加阿里的docker源,安装docker curl -fsSL http://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] h ...
分类:
系统相关 时间:
2020-01-24 18:49:48
阅读次数:
117
https://help.github.com/cn/github/searching for information on github/searching for repositories search by repository name description or contents of ...
分类:
其他好文 时间:
2020-01-22 19:57:45
阅读次数:
68
1.通过yum repository安装,地址 "https://dev.mysql.com/downloads/repo/yum/" 2.下载rpm文件 3.可以参考 "https://dev.mysql.com/doc/mysql yum repo quick guide/en/" 安装mysq ...
分类:
数据库 时间:
2020-01-22 16:10:08
阅读次数:
109
从ppa上下载下载python3.6 sudo apt-get install software-properties-common#使用 “add-apt-repository” 脚本添加 ppa 到当前的库中并且自动导入公钥 sudo add-apt-repository ppa:jonatho ...
分类:
编程语言 时间:
2020-01-22 14:27:38
阅读次数:
102
GitHub账号mac/pc环境12node.jsgit创建GitHub仓库登陆GitHub,创建一个新的RespositoryRepository name叫做{username}.github.io{username}代表你的GitHub用户名,Repository name一点要叫这个绑定域名... ...
分类:
其他好文 时间:
2020-01-21 23:51:32
阅读次数:
362
<mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mi ...
分类:
其他好文 时间:
2020-01-21 21:28:09
阅读次数:
86
设置多源复制时报错 ERROR 3077 (HY000): To have multiple channels, repository cannot be of type FILE; Please check the repository configuration and convert them ...
分类:
数据库 时间:
2020-01-20 00:35:00
阅读次数:
245