安装Yum Repository [root@liujunjun ~]# wget https://repo.mysql.com//mysql80-community-release-el8-1.noarch.rpm --2020-12-08 08:06:16-- https://repo.mysq ...
分类:
数据库 时间:
2020-12-14 13:49:14
阅读次数:
4
系统: Ubuntu18.04 vmware 环境搭建 安装SDK https://dl.google.com/android/repository/platform-tools-latest-linux.zip 执行命令: unzip platform-tools-latest-linux.zip ...
分类:
其他好文 时间:
2020-12-11 12:34:15
阅读次数:
23
问题描述:把本地库里的内容推送到远程库的时候出错? git push -u origin master fatal: Could not read from remote repository. Please make sure you have the correct access rights ...
分类:
数据库 时间:
2020-12-09 11:57:01
阅读次数:
5
解决AndroidSDK下载和更新失败问题今天更新sdk报错如下:FailedtofetchURLhttp://dl-ssl.google.com/android/repository/addons_list-1.xml.说dl-ssl.google.com在大陆被强了,解决方法就是修改C:\Windows\System32\drivers\etc\hosts文件。添加一行:74.125.237.
分类:
移动开发 时间:
2020-12-05 10:34:40
阅读次数:
16
###1.查看Linux内核依赖 kernel version >= 3.8 查看代码: uname -a | awk '{split($3, arr, "-"); print arr[1]}' ###2.使用Docker repository安装 1)更新apt包索引: sudo apt-get ...
分类:
系统相关 时间:
2020-12-03 12:27:19
阅读次数:
14
CPU 和 GPU GPU(图像处理器,Graphics Processing Unit)和CPU(中央处理器,Central Processing Unit)在设计上的主要差异在于GPU有更多的运算单元(如图中绿色的ALU),而Control和Cache单元不如CPU多,这是因为GPU在进行并行计 ...
分类:
其他好文 时间:
2020-11-20 11:37:36
阅读次数:
11
Docker06-仓库 仓库介绍 仓库(Repository)是集中存放镜像的地方,仓库分为公开仓库和私有仓库两种形式。 最大的公开仓库是 Docker Hub,存放了数量庞大的镜像供用户下载。 Docker Hub:https://hub.docker.com/ 在国内,阿里云和163也有提供公开 ...
分类:
其他好文 时间:
2020-11-13 13:12:50
阅读次数:
20
<mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/repositories/central/</ur ...
分类:
其他好文 时间:
2020-11-12 14:04:45
阅读次数:
11
添加官方仓储 # Create the file repository configuration: sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/ ...
分类:
数据库 时间:
2020-11-07 16:13:45
阅读次数:
24
dao @Repository --写在dao层 service @Service --写在service层 controller @Controller --写在controller层 @Scope --写在多人访问controller上 属性注入 @Autowired --写在需要注入的属性上 ...
分类:
编程语言 时间:
2020-11-07 15:46:00
阅读次数:
20