1.使用git log命令来查看之前的提交信息,如下图可以找到每一次提交的唯一标识 2.使用git reset --hard + 提交唯一标识,来回退到之前的版本 3.使用git push origin + 分支名 --force命令来覆盖掉远端的版本信息,使远端的仓库也回退到相应的版本,需要加上参 ...
分类:
其他好文 时间:
2020-07-27 23:48:21
阅读次数:
84
rk3399修改调试串口 rk3399可以修改调试串口为任意板载的uart 由于厂家的一级loader没有开源,因此更改调试串口后,一级loader的打印无法再看到了 手里面有一块rockpi4b的板子 其pin脚如下,从官方的uart改为下图中的uart4 官方支持的bsp代码 https://g ...
分类:
其他好文 时间:
2020-07-27 13:47:06
阅读次数:
167
虚链路 使用场合:只能一个非骨干区域跨越一个非骨干区域时用 作用:帮助这个非骨干区域获取完整lsdb 命令:在非骨干区域的中转域打 R10:ospf Aera 1 Vlink-peer 对端 router-id R18:ospf Aera 1 Vlink-peer 对端 router-id 注意:虚 ...
分类:
其他好文 时间:
2020-07-27 13:46:21
阅读次数:
82
I.MX6U 启动方式详解 1、启动方式的选择 根据 NXP(恩智浦)官方提供的 I.MX6U 参考手册 chapter8:System Boot OverviewThe boot process begins at Power On Reset (POR) where the hardware r ...
分类:
其他好文 时间:
2020-07-27 09:31:49
阅读次数:
110
具体看这个网址里:有通用的如platformName等,还有安卓和ios设备特有的一些参数 http://appium.io/docs/cn/writing-running-appium/caps/ from appium import webdriver # 用字典来存储appium服务器的启动参 ...
分类:
移动开发 时间:
2020-07-26 00:29:02
阅读次数:
89
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h ...
分类:
Web程序 时间:
2020-07-26 00:16:30
阅读次数:
118
tput sc ##记录光标位置 tput cup x y ###移动光标至x列y行 tput rc ##返回光标位置 tput civis ##隐藏光标 tput cnorm ## 显示光标 tput setaf ColorNumber## 设置前景色 tput setab ColorNumber ...
分类:
系统相关 时间:
2020-07-25 09:18:53
阅读次数:
107
1.Account locked due to failed logins 通过root用户或root权限进行查看与修改 pam_tally2 --user=test #查看错误了几次 pam_tally2 --user=test --reset #重置 ...
分类:
系统相关 时间:
2020-07-23 16:13:40
阅读次数:
75
git reset --soft HEAD^ //用于撤销git commit的内容 git cherry-pick --abort //用于取消从其他分支clone的修改 git stash //缓存当前修改,用于暂时忽略当前修改,提交其他修改 git stash pop //还原stash的修改 ...
分类:
其他好文 时间:
2020-07-23 15:48:02
阅读次数:
69
一、<formbinsubmit="doSubmit"bindreset="doReset"><bouttonform-type="submit">提交叫</boutton><bouttonform-type="reset">重置</boutton></
分类:
微信 时间:
2020-07-22 02:19:54
阅读次数:
202