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
image host for https://epiapoq.github.io/2021/04/02/compim/ ...
分类:
其他好文 时间:
2021-04-05 12:11:11
阅读次数:
0
## 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
代码地址: 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解决今天本地创建了一个仓库(有README),把本地仓库和Github上关联以后,发现git pull,git feach提醒fatal: refusing to merge unrelated his ...
分类:
其他好文 时间:
2021-04-02 13:39:03
阅读次数:
0
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 2019/PowerSI 1. 新建一个"Model Extraction"工作流程 2. 加载S参数 3. 增加S21插入损耗曲线(先介绍单端,再差分) 4. 观察S21 5. 将纵坐标单位改为dB 6. Mark标记 以下是差分的查看方式,只是要设置差分,所以只指出差分 ...
分类:
其他好文 时间:
2021-04-02 13:29:42
阅读次数:
0
一、Git本地版本库的建立 1、首先初始化一个版本库,如果安装了VSCode的情况下可以通过单击初始化存储库来完成初始化: 2.初始化完成后,我们可以查看工作区的状态,使用命令git status来查看当前工作区状态:查看本地仓库的状态: 之后就能够将更改区列表里面的文件添加到暂存区了,VSCode ...
分类:
其他好文 时间:
2021-04-02 13:15:53
阅读次数:
0
这周开始使用activiti工作流。任务要求:做一个二级审批流程(可驳回) 遇到的一些问题: IDEA集成activiti,2019版本的IDEA插件商店和别的版本不同。 bpmn会出现乱码问题,需要更改IDEA的相关配置文件 activiti操作数据库会出现乱码问题,需要在activiti.cfg ...
分类:
其他好文 时间:
2021-04-01 12:56:51
阅读次数:
0
我们需要用到Git的Cherry-pick功能 IDEA中使用Git的Cherry-pick功能合并分支的部分提交到主干 先将代码切换到主干-》右击项目-》Git-》Repository-》Merge Changes-》选择No commit-》Merge 右击项目-》git-》Show Histo ...
分类:
其他好文 时间:
2021-03-30 13:56:01
阅读次数:
0