Sometimesyouforgetstuff.Ido.Iforgetimportantpasswordsforimportantwebsitessometimes.Retrievingyourforgottenpasswordsformostwebsitesiseasy,allonehastodorememberfewdetailsthatwereusedwhensigningupfortheservicetogetapasswordresetforanaccount.Thedifferenceisforg..
分类:
其他好文 时间:
2015-08-02 23:40:18
阅读次数:
482
起因: 不小新把记录了公司服务器IP,账号,密码的文件提交到了git方法:git reset --hard git push origin HEAD --force其他:根据–soft –mixed –hard,会对working tree和index和HEAD进行重置:git reset –mix...
分类:
其他好文 时间:
2015-08-02 11:26:52
阅读次数:
169
git reset --hard:把commit撤销,意思是不仅此次commit提交的文件从本地版本库的状态重置,而且把此次commit的文件也从本地目录中删除所以如果你执行之后发现,git status正常,用ls命令查看即将提交的文件列表,发现文件竟然被删掉了。所以这个命令一定要慎用,不懂会害死...
分类:
其他好文 时间:
2015-07-31 20:11:00
阅读次数:
119
Apparently, in addition to setting the status bar to not be hidden, you also have to reset its style
after the camera view makes it disappear. Try this:
[[UIApplication sharedApplication] setStat...
分类:
移动开发 时间:
2015-07-30 00:46:42
阅读次数:
260
之前使用的开机函数void Gprs_modem_start_up(){GPIO_SetBits(GPIOB,GPIO_Pin_0); //RESET 脚要置成高电平,防止重启do{GPIO_SetBits(GPIOF,GPIO_Pin_11);//开机电平 (先拉高后拉低是因为模块上反相了,...
分类:
其他好文 时间:
2015-07-29 11:33:16
阅读次数:
319
表单就是一个放控件的地方,如文本框,密码框,按钮之类的,这些控件叫做表单元素。
表单的构成:
表单内容(包括按钮,输入框,选择框等等)
表单元素的基本标签是标签它的type属性有以下类型:
text:文本框
password:密码框
radio:单选按钮
checkbox:复选框
reset:重置按钮
butt...
分类:
其他好文 时间:
2015-07-27 16:24:27
阅读次数:
142
问题描述stm32f0308正常是运行在Run mode下,这种mode是在reset之后的默认模式。Low Power Mode,即低功耗模式,用于在IC空闲时可以考虑选择进入,使系统耗能降低,在必要的时候通过唤醒在进入Run mode正常工作。Low Power Mode,在嵌入式系统中考虑的很多,也很关键,因为一般都是用移动电源供电,合理使用Low Power Mode,会很好的提高设备的续航...
分类:
其他好文 时间:
2015-07-26 19:17:20
阅读次数:
221
(暂存区 即Index In Git)commit 到 local respository的内容,不想push,则使用git reset 将文件状态回转到staged|modified|unstaged:git reset HEAD^ git reset --soft HEAD^git reset ...
分类:
其他好文 时间:
2015-07-26 19:05:35
阅读次数:
124
/*YUI 3.4.1 (build 4118)Copyright 2011 Yahoo! Inc. All rights reserved.Licensed under the BSD License.http://yuilibrary.com/license/*/html{color:#000;...
分类:
Web程序 时间:
2015-07-24 15:47:12
阅读次数:
155
用 Arduino Uno 给 Arduino Mini(Pro)烧录程序准备
Arduino Uno
Arduino Mini(Pro)
杜邦线若干
接线
首先去掉 Arduino 上的芯片ATMEGA328P
接线Uno —– Mini
0(RX) – 0(RX)
1(TX) – 1(TX)
VCC —- VCC
GND —- GND
RESET – RST
刷入程序将 Arduino...
分类:
其他好文 时间:
2015-07-24 14:18:40
阅读次数:
113