回滚本次提交:git reset HEAD~1 --soft 1代表回滚次数1、圆形进度条http://blog.csdn.net/xiaanming/article/details/102981632、ArrayList中的引用List list1 = new ArrayList();list1....
分类:
其他好文 时间:
2015-12-04 17:58:16
阅读次数:
102
@charset "utf-8";/*reset*/body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;paddi...
分类:
Web程序 时间:
2015-12-03 19:08:38
阅读次数:
136
主:reset master;从:reset slave all;mysql主从配置:1.MySQL主配置文件增加如下:default-storage-engine = innodbinnodb_flush_log_at_trx_commit = 2sort_buffer_size = 2Mserv...
分类:
数据库 时间:
2015-11-30 17:27:01
阅读次数:
156
最近经常遇myEclipse以debug方式启动tomcat的错误提示如下: 直接run方式启动没有问题。 一般这个问题等一会就不再出现,如果有耐心的话,就等几分钟再启动。如果没有耐心,可以试试下面的两个办法。 解决办法一: 在win下使用 netsh winsock reset 可以解决此问题 解...
分类:
其他好文 时间:
2015-11-30 14:39:14
阅读次数:
233
bootstrap在reset.css文件中设置margin为0,因此其他的标签需要重新设计margin。1.h标签和普通使用方法一样。定义了.h1~.h6六个类名,样式和标题样式一样。副标题用标签指出,必须包含在h标签内。Bootstrap标题一Bootstrap标题一Bootstrap标题一我是...
分类:
Web程序 时间:
2015-11-30 08:28:53
阅读次数:
186
1. Non-Retention RAM/Register:如果使用的RAM/Register本身在Power-Down状态下不可以保存自身的状态,那么一定要保证它们在power-up的时候会进行reset。2. 芯片中power-down部分电路的输出信号:power-down部分电路的输出信号如...
分类:
其他好文 时间:
2015-11-27 23:21:46
阅读次数:
164
Compass核心模块Reset:重置CSS模块 @import "compass/reset"Layout:页面布局的控制能力@import "compass/layout"只有这两个模块是需要明确 指定引入的@import "compass"默认包含了其他五大模块却不包含resrt,layout...
分类:
其他好文 时间:
2015-11-27 19:48:54
阅读次数:
324
functionMultiTimeOut(count,timer,cb){
varc=count>1?count:1
vars=false
this.run=function(){
if(c>0&&!s){
cb()
c--
setTimeout(this.run,timer)
}
}
this.stop=function(){
s=true
}
this.reset=function(){
c=1
s=false
..
分类:
Web程序 时间:
2015-11-27 01:17:56
阅读次数:
190
18:57 2015/11/17git 放弃本地某个文件的修改,或所有修改git checkout 文件名git checkout // 放弃所有文件的所有修改git reset --hard 版本号 // 返回到某个版本,放弃所有修改有一种恢复会保留修改记录,有一种不会保留修改记录,请翻阅资料.....
分类:
其他好文 时间:
2015-11-21 01:55:58
阅读次数:
377
密码强度判断如图========================================HTML======================== Reset password 重置密码 注册 ...
分类:
其他好文 时间:
2015-11-20 17:17:41
阅读次数:
128