常用命令git branch # 查看分支列表git checkout -b newBranch # 新建newBranch 分支并切换到新分支git checkout master # 切换到master分支git branch -m newBranchName # 重命名当前分支为newBran ...
分类:
其他好文 时间:
2021-02-09 11:55:09
阅读次数:
0
打开CMD 开始菜单+Windows系统+命令提示符 右键以管理员模式运行 Win+R打开运行输入CMD 任意文件夹下,按住Shift+鼠标右键,点击“在此处打开power shell窗口” 在资源管理器的路径前加cmd+空格 左下角搜索cmd 常用Dos命令 盘符切换 D: 查看当前目录下的所有文 ...
分类:
其他好文 时间:
2021-02-03 10:35:08
阅读次数:
0
1..NET平台开源项目速览(19)Power BI神器DAX Studio 2..NET平台开源项目速览(18)C#平台JSON实体类生成器JSON C# Class Generator 3..NET平台开源项目速览(17)FluentConsole让你的控制台酷起来 4..NET平台机器学习组件 ...
分类:
Web程序 时间:
2021-02-01 12:39:08
阅读次数:
0
http://labelary.com/viewer.html Sample ^XA ^FX Top section with logo, name and address.^CF0,60^FO50,50^GB100,100,100^FS^FO75,75^FR^GB100,100,100^FS^FO ...
分类:
移动开发 时间:
2021-02-01 11:42:26
阅读次数:
0
Integer Inquiry poj1503 题目 Problem Description One of the first users of BIT's new supercomputer was Chip Diller. He extended his exploration of power ...
分类:
其他好文 时间:
2021-01-27 13:01:44
阅读次数:
0
目录 一 安装、配置virtualenv 1.1下载包 1.2 安装virtualenv 1.3 创建独立的虚拟环境 1.4 虚拟环境简单操作 二 虚拟环境virtualenvwrapper 2.1 安装虚拟环境virtualenvwrapper 2.2 创建一个虚拟环境简单使用 在使用 Pytho ...
分类:
编程语言 时间:
2021-01-26 12:20:14
阅读次数:
0
Power Strings Description Given two strings a and b we define a*b to be their concatenation. For example, if a = "abc" and b = "def" then a*b = "abcde ...
分类:
其他好文 时间:
2021-01-26 11:47:12
阅读次数:
0
E盘文件访问Windows文件夹拦截、桌面文件访问Windows文件夹拦截 { "ver":"5.0", "tag":"hipsuser", "data":[ { "id":2, "power":1, "name":"E盘文件访问Windows文件夹拦截", "procname":"E:\\*", ...
分类:
其他好文 时间:
2021-01-22 12:09:58
阅读次数:
0
1 using Cognex.VisionPro.FGGigE; 2 using System; 3 using System.Collections.Generic; 4 using System.Linq; 5 using System.Text; 6 using System.Threadin ...
分类:
其他好文 时间:
2021-01-19 12:06:41
阅读次数:
0
1、numpy库 import numpy as np np.random.seed(1) #设置随机种子 np.log(x) #给list中的每个元素取对数 np.multiply(x, y) #list中对应元素相乘 np.dot(x, y) #矩阵乘法 np.power(x, 2) #list ...
分类:
编程语言 时间:
2021-01-19 12:02:12
阅读次数:
0