码迷,mamicode.com
首页 >  
搜索关键字:git 工作流    ( 36358个结果
PAT (Advanced Level) Practice 1027 Colors in Mars (20 分) 凌宸1642
PAT (Advanced Level) Practice 1027 Colors in Mars (20 分) 凌宸1642 题目描述: People in Mars represent the colors in their computers in a similar way as the E ...
分类:其他好文   时间:2021-04-05 12:15:31    阅读次数:0
How to connect COMPIM (Proteus) with Serial Monitor (Arduino IDE)
image host for https://epiapoq.github.io/2021/04/02/compim/ ...
分类:其他好文   时间:2021-04-05 12:11:11    阅读次数:0
nodejs
## 1. 下载node [node官网](https://nodejs.org/en/) ## 2. 安装镜像 npm install -g mirror-config-china ## 3. 下载项目git clone https://******.git ## 4. 安装项目依赖 npm i ...
分类:Web程序   时间:2021-04-05 12:02:01    阅读次数:0
用基础Array数组实现动态数组、链表、栈和队列
代码地址: https://gitee.com/Tom-shushu/Algorithm-and-Data-Structure.git 一、ArrayList自定义封装 package com.zhouhong; /** * @ClassName: array * @Description: 二次封 ...
分类:编程语言   时间:2021-04-05 11:49:32    阅读次数:0
Git :fatal: refusing to merge unrelated histories解决
Git :fatal: refusing to merge unrelated histories解决今天本地创建了一个仓库(有README),把本地仓库和Github上关联以后,发现git pull,git feach提醒fatal: refusing to merge unrelated his ...
分类:其他好文   时间:2021-04-02 13:39:03    阅读次数:0
vcode自用插件
Auto Rename Tag Bracket Pair Colorizer Chinese (Simplified) Language Pack for Visual Studio Code CSS Peek ESLint GitLens — Git supercharged Highlight ...
分类:其他好文   时间:2021-04-02 13:38:43    阅读次数:0
Sigrity中查看S参数
工具软件:Sigrity 2019/PowerSI 1. 新建一个"Model Extraction"工作流程 2. 加载S参数 3. 增加S21插入损耗曲线(先介绍单端,再差分) 4. 观察S21 5. 将纵坐标单位改为dB 6. Mark标记 以下是差分的查看方式,只是要设置差分,所以只指出差分 ...
分类:其他好文   时间:2021-04-02 13:29:42    阅读次数:0
Git五大使用场景
一、Git本地版本库的建立 1、首先初始化一个版本库,如果安装了VSCode的情况下可以通过单击初始化存储库来完成初始化: 2.初始化完成后,我们可以查看工作区的状态,使用命令git status来查看当前工作区状态:查看本地仓库的状态: 之后就能够将更改区列表里面的文件添加到暂存区了,VSCode ...
分类:其他好文   时间:2021-04-02 13:15:53    阅读次数:0
activiti初使用
这周开始使用activiti工作流。任务要求:做一个二级审批流程(可驳回) 遇到的一些问题: IDEA集成activiti,2019版本的IDEA插件商店和别的版本不同。 bpmn会出现乱码问题,需要更改IDEA的相关配置文件 activiti操作数据库会出现乱码问题,需要在activiti.cfg ...
分类:其他好文   时间:2021-04-01 12:56:51    阅读次数:0
git合代码
我们需要用到Git的Cherry-pick功能 IDEA中使用Git的Cherry-pick功能合并分支的部分提交到主干 先将代码切换到主干-》右击项目-》Git-》Repository-》Merge Changes-》选择No commit-》Merge 右击项目-》git-》Show Histo ...
分类:其他好文   时间:2021-03-30 13:56:01    阅读次数:0
36358条   上一页 1 ... 33 34 35 36 37 ... 3636 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!