码迷,mamicode.com
首页 >  
搜索关键字:hang    ( 4657个结果
WoW.js插件
时间:2017.11.02 2017.11.04 author: gaoxuerong 先上效果图点击这里 这是我在看WoW.js源码的时候写的,自己也是不理解,所以是边看,边百度,把自己查的资料整理下,由于本人能力有限,不能很好的讲解,就只是粗略的写了下, 开始总体看起来是(function(){ ...
分类:Web程序   时间:2017-11-04 13:24:38    阅读次数:3657
js自动补全
; ...
分类:Web程序   时间:2017-11-04 13:17:54    阅读次数:200
ine-height和height区别与联系
转载http://www.cnblogs.com/ScauZhang/p/4525652.html ine-height、height都可以为元素设置高度。 height是限制元素内容活动的范围,而line-height设置元素的内容的大小。 1 <div class="block" style=" ...
分类:其他好文   时间:2017-11-04 13:16:06    阅读次数:93
string函数
A string is like an array of char, but it also supports copying, assignment, and comparison, and its size may be set or changed at run time. '\0' has ... ...
分类:其他好文   时间:2017-11-04 00:26:39    阅读次数:217
其他容器
A deque (double ended queue) is just like a vector, but optimized for adding and removing elements at either end in O(1) time. It lacks reserve() and ... ...
分类:其他好文   时间:2017-11-04 00:08:15    阅读次数:97
jQuery-3.事件篇---表单事件
jQuery表单事件之blur与focus事件 在之前2.8与2.9节我们学过了表单处理事件focusin事件与focusout事件,同样用于处理表单焦点的事件还有blur与focus事件 它们之间的本质区别: 是否支持冒泡处理 举个简单的例子 <div> <input type="text" /> ...
分类:Web程序   时间:2017-11-03 21:46:11    阅读次数:211
mysql导入慢解决方法
[mysqldump]max_allowed_packet = 512M [mysqld] interactive_timeout = 120 innodb_change_buffering=allinnodb_change_buffer_max_size=25# innodb_buffer_poo ...
分类:数据库   时间:2017-11-02 21:22:55    阅读次数:202
js thousand separator and change td content
js thousand separator and change td content ...
分类:Web程序   时间:2017-11-02 21:22:29    阅读次数:188
PCA
https://zh.wikipedia.org/wiki/%E5%8D%8F%E6%96%B9%E5%B7%AE%E7%9F%A9%E9%98%B5 http://www.visiondummy.com/2014/04/geometric-interpretation-covariance-mat ...
分类:其他好文   时间:2017-11-02 19:02:24    阅读次数:124
weui picker ,点击弹出选择滚动条
$('#showPicker').on('click', function () { weui.picker(data, { onChange: function (result) { }, onConfirm: function (result) { var start = result[0]+r ...
分类:其他好文   时间:2017-11-02 16:10:23    阅读次数:149
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!