1、Git的安装 1)、下载Git的安装包 ,小白嘛,一路点下一步就对了,知道安装完成 2)、安装完成之后,右键点击空白处,出现Git Bash Here就算安装成功了 3)、输入命令来设置自己的名称和email,设置这个就是为了告诉别人你是谁,邮箱是多少。别人可以和你填一样的,但是ip不一样。就像 ...
分类:
其他好文 时间:
2020-05-21 14:52:15
阅读次数:
43
A sequence of number is called arithmetic if it consists of at least three elements and if the difference between any two consecutive elements is the ...
分类:
其他好文 时间:
2020-05-21 10:33:22
阅读次数:
54
https://github.com/abel533/Mapper 以一个基础查询为例子 SELECT * FROM equip_info 很多时候会遇到这样 的情况,例如: SELECT * FROM rmp_equip_info WHERE is_active = 'Y' AND ( creat ...
分类:
移动开发 时间:
2020-05-21 09:35:30
阅读次数:
170
The df and du commands provide different system information and I can not write to a partition that df says is 100% full. Which is correct and why doe ...
分类:
其他好文 时间:
2020-05-20 20:06:11
阅读次数:
77
# Example MySQL config file for small systems. # # This is for a system with little memory (<= 64M) where MySQL is only used # from time to time and i ...
分类:
数据库 时间:
2020-05-20 18:49:41
阅读次数:
153
背景 考虑这样一种场景: 开发者针对`example@2.0.0开发了一个名为example-plugin-a@1.0.0`的插件 `example-plugin-a@1.0.0不需要引用example@2.0.0,两者不存在显式的依赖关系。但从逻辑上讲,example@2.0.0是example- ...
分类:
其他好文 时间:
2020-05-20 14:23:35
阅读次数:
61
<img> 即图像标签需要设置其属性 src指定图像的路径 示例 1 : 显示图像 <img src="https://how2j.cn/example.gif"/> 示例 2 : 同级目录图像 如果是本地文件,只需把图片放在同一个目录下即可src直接使用文件名,不需要/ 示例 3 : 上级目录图像 ...
分类:
Web程序 时间:
2020-05-20 12:19:43
阅读次数:
88
给定一个整数n,包含 n个左括号和 n个右括号,将这n对括号组成有效的符号类型。For example, given n = 3, a solution set is:[ "((()))", "(()())", "(())()", "()(())", "()()()"] 思路来源,Grandyang ...
分类:
其他好文 时间:
2020-05-19 18:18:43
阅读次数:
47
题目 With the 2010 FIFA World Cup running, football fans the world over were becoming increasingly excited as the best players from the best teams doing ...
分类:
其他好文 时间:
2020-05-19 14:31:29
阅读次数:
51
package com.example.sevenzuoy; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.util.Log; import a ...
分类:
其他好文 时间:
2020-05-19 10:54:05
阅读次数:
50