需求:保密、代码管理、协同开发、局域网环境、分组管理 准备: 1.git环境,(确保本地PC已安装git,未安装请至官网下载git下载安装——https://git-scm.com/) 2.gitea安装(本次安装为最新版本gitea-1.9-windows-4.0-amd64.exe,之前使用1. ...
分类:
其他好文 时间:
2020-01-21 18:03:33
阅读次数:
118
中芯国际提前量产14nm工艺 国内90%以上的芯片稳了 http://www.sohu.com/a/367915373_163726?scm=0.0.0.0&spm=smpc.ch30.top-news-3.4.1579522672351Re6mISY 2020-01-19 19:33 前不久中芯国 ...
分类:
其他好文 时间:
2020-01-20 22:53:10
阅读次数:
88
今天我开始了初步的学习,首先从陌生的开始下手,GitHub,自己通过查询网络上的资料有了初步的理解与认识。进行了Git与GitHub的配置。 一、前期准备 首先下载Git,Git官网->https://git-scm.com/ 进入GitHub官网 (https://github.com/)推荐使用 ...
分类:
其他好文 时间:
2020-01-15 22:59:20
阅读次数:
99
平时的学习工作少不了保存自己的Code到代码库,这里必须要使用到Git与GitHub。 1. 关于Git的安装 下载Git:下载地址:https://git-scm.com/downloads 。根据不同操作系统选择不同的版本,我用的是Windows操作系统,选择与计算机系统匹配的版本即可,如64- ...
分类:
Web程序 时间:
2020-01-12 15:11:14
阅读次数:
103
一、Git 下载与配置 1.1 下载地址: Windows: https://git scm.com/download/win Mac: https://git scm.com/download/mac Linux/Unix: https://git scm.com/download/linux 1 ...
分类:
其他好文 时间:
2020-01-12 11:32:05
阅读次数:
71
1.下载git客户端 https://git-scm.com/downloads 2.设置用户名和邮箱 git config --global user.name "" git config --global user.email "" 3..创建new repository create a ne ...
分类:
其他好文 时间:
2020-01-11 16:40:25
阅读次数:
579
1.在github中创建一个账号:https://github.com/join?source=header-home 2.下载并安装git:https://git-scm.com/downloads 3.安装成功后打开Git Bash,输入下列命令,设置git全局用户名和邮箱 1 2 $ git ...
分类:
Web程序 时间:
2020-01-11 13:15:29
阅读次数:
90
1.1 下载 官方网站可下载到最新的 Windows Git 安装版。地址为 https://git-scm.com 1.2 安装步骤 双击下载版本安装文件 点击下一步Next 根据自己的情况设置安装目录,然后点击下一步Next 一般选择默认即可,点击Next 选项说明: 图标组件(Addition ...
[toc] git初识: 介绍: git 与SVN 区别: 工作流程: 基础命令: ...
分类:
其他好文 时间:
2020-01-06 21:23:48
阅读次数:
80
系统集成项目管理工程师2019上半年真题及答案、刷题 1.在信息传输模型中,(1)属于译码器。 A、压缩编码器 B、量化器 C、调解器 D、TCP/IP网络 参考答案【C】 2.(2)不属于企业信息化应用系统。 A、应用链管理(SCM) B、企业资源规划(ERP) C、客户关系管理(CRM) D、面 ...
分类:
其他好文 时间:
2020-01-06 12:53:59
阅读次数:
79