之前用了swiper3做焦点图,结果发现在ie8下不兼容,然后换来了swiper2,发现还是不兼容 swiper2在ie9以下没有transition效果,所以自动降级成了js动画,但是这个swiper2写的有问题,焦点图切换的速度没有用,速度特别快,而且点击一次之后自动轮播也消失了。 于是想起了一 ...
分类:
其他好文 时间:
2017-03-02 17:14:48
阅读次数:
6767
Lock接口 api:lock(), unlock().... AbstractQueuedSynchronizer队列同步器 同步器的设计是基于模板方法模式的,也就是说,使用者需要继承同步器并重写指定的方法,随后将同步器组合在自定义同步组件的实现 中, 并调用同步器提供的模板方法,而这些模板方法将 ...
分类:
编程语言 时间:
2017-03-01 14:30:06
阅读次数:
163
1004 四子连棋 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 黄金 Gold 1004 四子连棋 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 黄金 Gold 1004 四子连棋 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 黄金 Go ...
分类:
其他好文 时间:
2017-02-28 22:25:42
阅读次数:
230
控制类: fastboot devices 查看设备信息 fastboot reboot 重启设备 fastboot reboot-bootloader 重启Bootloader fastboot oem unlock 解锁OEM fastboot oem unlock 锁定OEM fastboot ...
分类:
移动开发 时间:
2017-02-27 18:43:49
阅读次数:
296
javascript:innerHTML length clone jQuery:html() clone() end() flter() hide() remove() appendTo() slideDown() slideUp() fadeOut() fadeIn() toggleClass ... ...
分类:
Web程序 时间:
2017-02-27 13:23:45
阅读次数:
236
【备份单个数据库 - 多种参数】 语法: mysqldump -u 用户名 -p 数据库名 > 备份的文件名 【查看数据库的字符集】 mysql> show variables like 'character_set%'; + + + | Variable_name | Value | + + + ...
分类:
数据库 时间:
2017-02-26 16:52:34
阅读次数:
316
1 #include 2 #include 3 #include 4 // -------------------- 5 #include 6 #include 7 // -------------------- 8 #include 9 // -------------------- 10 #in... ...
分类:
其他好文 时间:
2017-02-23 10:59:48
阅读次数:
130
1.Swiper https://github.com/nolimits4web/Swiper 移动端slides插件 ...
分类:
其他好文 时间:
2017-02-16 13:13:52
阅读次数:
155
JAVA并发笔记: JDK发展史: JDK1.0:提供了一个纯解释的Java虚拟机实现 JDK1.3:把Java技术体系拆分为3个方向,J2SE,J2EE,J2ME,并且Java虚拟机第一次内置了JIT JDK1.4:增加正则表达式,异常链,NIO,日志类,XML解析器和XSLT转换器等 JDK1. ...
分类:
编程语言 时间:
2017-02-14 17:49:22
阅读次数:
425