Git作为大家熟悉的,深受欢迎的版本控制工具,在多人协作开发的项目中,起到了很好的作用。 使用Git,首先要先下载安装,可以从Git官网直接下载安装程序,然后按默认选项安装即可。 安装完成后在桌面界面点击鼠标右键,会出现如下界面: 然后点击 Git Bash Here,会弹出一个类似命令行窗口的,就 ...
分类:
其他好文 时间:
2020-05-26 18:10:12
阅读次数:
77
Car model and year: Porsche 996 Purpose: Reset airbag light I was taking out the seats for some nice Recaros and at one point did not have the seat be ...
分类:
其他好文 时间:
2020-05-25 12:36:43
阅读次数:
65
大致整理了一下 1,2 是类似的 3,4是类似的 1. 以git的commitid为基准,git切到没有问题的commitid上再重新构建. 2. 给每一次构建打tag(构建后 git publisher),回滚的时候直接git reset hard tagname. 3. 构建之前备份,出问题直接 ...
分类:
其他好文 时间:
2020-05-25 12:11:47
阅读次数:
54
工作汇报 编辑器 xwl: 今天: lpx报问题:file_update过于频繁 \ 解决方案:延迟更新, \ 如果200ms没有下一个更改就提交此更改; \ 新更改时reset timer 多文件debug: pdb和gdb都支持带文件名(break xxx.py:123) 获取断点:by edi ...
分类:
其他好文 时间:
2020-05-24 21:11:04
阅读次数:
74
input标签: type属性 text password reset submit button file hidden CheckBox radio date name属性 分组,提交数据时的key,提交的数据value value:指定默认值 默认选中 checked readonly 只读 ...
分类:
Web程序 时间:
2020-05-24 14:02:41
阅读次数:
73
博客转自:http://www.lighthouse3d.com/tutorials/glut-tutorial/subwindow-reshape/ The callback for the reshape function needs to do two things: it resizes t ...
分类:
其他好文 时间:
2020-05-23 18:30:51
阅读次数:
61
在fabric开发中,chaincode的测试是一个令人比较头疼的问题,一是由于实际情况中chaincode中的存储和查询是依赖于peer节点上的状态数据库的,所以无法在本地直接测试;二是由于chaincode是运行于容器中的,这导致我们很难获取在代码中打印的日志。 如果直接在实际开发环境中测试ch ...
分类:
其他好文 时间:
2020-05-23 13:11:40
阅读次数:
82
https://discussions.apple.com/thread/250721256 1) Reset network Settings on iPhone: Settings > General > (scroll down) Reset > Reset Network Settings ...
分类:
Web程序 时间:
2020-05-23 09:36:58
阅读次数:
85
ORA-00600 Table of Contents 1. 前言 1.1. 3020 1.2. kcblin_3 1.3. kghfrunp 1.3.1. no duration 1.4. kdBlkCheckError 1.4.1. 现象 1.4.2. 分析 1.4.3. 故障处理 1.5. k ...
分类:
其他好文 时间:
2020-05-22 21:36:51
阅读次数:
82
分两种情况: 1. 本地已经git add,git commit,但没有git push,想要将本地的代码回滚到commit之前 git reset --hard HEAD 撤销前一次commitgit reset --hard HEAD^ 撤销前前一次commitgit reset --hard ...
分类:
其他好文 时间:
2020-05-20 12:47:24
阅读次数:
51