问题现象: 问题原因:Git没有配置完,还不能进行各种Git操作; 解决方案一(完美解决): 解决结果: 解决方案二:(本机无效、备份方案) 单独为项目配置的方法(全局和单独配置都存在的时候会默认使用项目单独配置的): 1.打开项目所在目录,找到隐藏的.git文件夹。注意这个文件夹是隐藏的,显示隐藏 ...
分类:
其他好文 时间:
2019-10-13 17:03:46
阅读次数:
63
echo date('Y-m-d');2012-08-08echo date('Y-n-j');2012-8-8 以下为参数详解(转):a - "am" 或是 "pm"A - "AM" 或是 "PM"d - 几日,二位数字,若不足二位则前面补零; 如: "01" 至 "31"D - 星期几,三个英文 ...
分类:
Web程序 时间:
2019-10-12 18:26:41
阅读次数:
323
题目链接: "POJ 2253" Description Freddy Frog is sitting on a stone in the middle of a lake. Suddenly he notices Fiona Frog who is sitting on another stone ...
分类:
其他好文 时间:
2019-10-11 23:11:22
阅读次数:
97
没有参数没有返回值 function name(){ echo "ssssss";}name(); 有参数没有返回值 // function info($name='zhangsan',$sex='nan'){ // echo 'i am'.$name.'xingbie'.$sex; // } // ...
分类:
其他好文 时间:
2019-10-10 20:04:36
阅读次数:
130
1、adb shell wm size #屏幕分辨率 2、adb shell dumpsys activity services #运行的服务 3、adb shell am start * #启动app 4、adb shell dumpsys package 包名 #查看package详细信息 5、 ...
分类:
数据库 时间:
2019-10-10 11:26:26
阅读次数:
107
题目描述 将一个英文语句以单词为单位逆序排放。例如“I am a boy”,逆序排放后为“boy a am I”所有单词之间用一个空格隔开,语句中除了英文字母外,不再包含其他字符 接口说明 /** * 反转句子 * * @param sentence 原句子 * @return 反转后的句子 */p ...
分类:
编程语言 时间:
2019-10-09 23:48:37
阅读次数:
89
# 一、数字 # int(..) # 二、字符串 # replace find join strip startswith split upper lower format # tempalte = "i am {name}, age : {age}" # # v = tempalte.format... ...
分类:
编程语言 时间:
2019-10-09 12:35:38
阅读次数:
100
<div id="pdfInfosSelectQueryDiv" class="horizon-list"> <div class="am-input-group am-input-group-lg"> <span class="am-input-group-label">登记证明编号</span>... ...
分类:
其他好文 时间:
2019-10-08 16:06:57
阅读次数:
115
#字符串操作 a=' abcdefg '.title() print(a) print(a.lower()) print(a.upper()) print(a.lstrip()) print(a.rstrip()) print(a.strip()) #数 age='18' b="I am "+ st... ...
分类:
编程语言 时间:
2019-10-07 22:59:07
阅读次数:
83
List of acceptable shells for chpass(1). Ftpd will not allow users to connect who are not using one of these shells. /bin/sh bourne shell /bin/bash bo ...
分类:
系统相关 时间:
2019-10-07 21:44:53
阅读次数:
109