6. Git管理远程仓库 使用远程仓库的目的 作用:备份,实现代码共享集中化管理 Git克隆操作 目的 将远程仓库(github对应的项目)复制到本地 代码 git clone 仓库地址 多学一招:仓库地址由来 将本地仓库同步到git远程仓库中 git push ︴思考:为什么无法同步 或没有权限  ...
                            
                            
                                分类:
其他好文   时间:
2021-07-05 19:00:54   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    4. Github Pages 搭建网站 个人站点 访问 https://用户名.github.io 搭建步骤 1) 创建个人站点 -> 新建仓库(注:仓库名必须是【用户名.github.io】) 2) 在仓库下新建index.html的文件即可 脚下留心 1、github pages 仅支持静态网 ...
                            
                            
                                分类:
Web程序   时间:
2021-07-05 19:00:18   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                ###_remote.repositories文件 本地库中的包都有一个_remote.repositories文件,示例: #NOTE: This is an Aether internal implementation file, its format can be changed withou ...
                            
                            
                                分类:
其他好文   时间:
2021-07-05 18:51:49   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                ####环境 Django安装django-redis pip install django-redis Linux安装redis centos为例 进入官网找到下载地址 https://redis.io/download 下载完成后解压:tar -zxvf redisxxxx.tar.gz 解压完 ...
                            
                            
                                分类:
其他好文   时间:
2021-07-05 18:27:08   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    1、官网下载UnixODBC:unixODBC 2.3.2 麒麟官网:http://download.cs2c.com.cn/neokylin/desktop/development/5.4/ls_64/os/Packages/ 龙芯官网http://ftp.loongnix.org/os/loon ...
                            
                            
                                分类:
数据库   时间:
2021-07-05 18:16:03   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    1、启动服务 systemctl restart mysqld.service 报错: 启动数据库Can‘t connect to MYSQL server through socket ''var/lib/mysql/mysql.cock(146 lock timed out:Retry tran ...
                            
                            
                                分类:
数据库   时间:
2021-07-05 17:35:04   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                资源准备 角色主机名ip系统 master m8s-master01 192.168.219.160 CentOS 7.9.2009 node m8s-node01 192.168.219.164 CentOS 7.9.2009 软件信息 软件版本 docker 19.03.11 kubernete ...
                            
                            
                                分类:
其他好文   时间:
2021-07-05 17:28:38   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    linux上安装,以centos 7.x为例 yum命令安装 yum install gityum install 安装的git不是最新版本,如需最新版本需要自行编译 到下面的网站下载合适的版本 https://mirrors.edge.kernel.org/pub/software/scm/git ...
                            
                            
                                分类:
系统相关   时间:
2021-07-05 17:05:30   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                [root@NMS src]# yum search mariadb Last metadata expiration check: 0:46:24 ago on Fri 02 Jul 2021 08:18:32 PM CST. Name Exactly Matched: mariadb maria ...
                            
                            
                                分类:
数据库   时间:
2021-07-05 16:58:36   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                cd /etc/yum.repos.d/ rm -f CentOS-Base.repo CentOS-AppStream.repo CentOS-PowerTools.repo CentOS-centosplus.repo CentOS-Extras.repo curl -o CentOS-Base ...
                            
                            
                                分类:
其他好文   时间:
2021-07-05 16:52:40   
                                阅读次数:
0