一、 Git 常用命令速查 git branch 查看本地所有分支git status 查看当前状态 git commit 提交 git branch -a 查看所有的分支git branch -r 查看远程所有分支git commit -am "init" 提交并且加注释 git remote a ...
分类:
其他好文 时间:
2020-11-11 16:03:10
阅读次数:
6
Asked 2 years, 6 months ago Active 3 months ago Viewed 67k times 121 34 OS: Ubuntu 18.04 Server Docker 18.3 CE I am logged onto the server, from my Wi ...
分类:
其他好文 时间:
2020-11-07 17:20:10
阅读次数:
23
人生·游戏·产品 October 10, 2020 8:37 AM 在国庆假期的最后几个小时,闲来无事,日常浏览自己的资料库,找到了-梁宁·产品思维30讲.zip 一个纯音频的资料,听内容应该是在得到上进行的一个系列课程。 听完之后,对产品这个词有了更多的理解~同时一直在思考人生和游戏。 一个人短短 ...
分类:
其他好文 时间:
2020-10-10 17:14:14
阅读次数:
18
NB-IoT只支持RLC子层的确认模式(Acknowledgement Mode,AM),不支持非确认模式(Unacknowledged Mode,UM)。 对于支持UP模式的UE,NB-IoT支持RRC重建,当发生无线链路失败(Radio Link Failure,RLF)后,可通过RRC重建过程 ...
分类:
其他好文 时间:
2020-09-18 02:08:30
阅读次数:
26
array=("I am Chinese" "Good") 错误用法 for item in ${array[@]}; do echo $item done 结果: I am Chinese Good 正确用法 for item in "${array[@]}"; do echo $item don ...
分类:
编程语言 时间:
2020-09-18 00:22:21
阅读次数:
44
I joined SAP China seven years ago after graduation and knew nothing about SAP or ABAP at that time. Now I am working as a development expert in SAP. ...
分类:
其他好文 时间:
2020-09-17 19:37:39
阅读次数:
29
adb常用操作 1.连接指定设备 adb -s 127.0.0.1:5555 shell 2.给某个app发送广播 am broadcast -a "send_by_frank_test" am broadcast -a "send_by_frank_test" --es aaa bbb 3.手机a ...
分类:
数据库 时间:
2020-09-17 15:53:19
阅读次数:
36
挑错题解题步骤: 先看下句子的结构,是简单句、并列句还是复合句(各种从句), 再看连接词有没问题 在针对具体的词有没问题,包括动词、时态、语态等 挑错题: I am wondering when does the next train leave for Shanghai. A B C D 中文翻译 ...
分类:
其他好文 时间:
2020-09-17 14:15:55
阅读次数:
71
在电力系统中,利用GPS的精确定位,可以为电站和线路走廊的设计和施工提供帮助;在配电网管理系统中,如果将GPS定位信息与AM/FM(自动监测/灵活管理)相结合,则会使确定故障设备和组织现场检修工作大为改观。目前在电力系统中研究最多的是将GPS的精确授时作为电力系统的统一时钟系统。当全网的测量,保护,控制和故障录波系统的采样都实现同步之后,不仅将使过去许多难以实现的工作,如相量测量,自适应保护等易于
分类:
其他好文 时间:
2020-09-17 13:54:06
阅读次数:
28
Recently I am working on a project whose prerequisite is that developer must figure out how a field for example Material description in ERP and Produc ...
分类:
数据库 时间:
2020-09-15 20:52:46
阅读次数:
45