码迷,mamicode.com
首页 >  
搜索关键字:worstweather ever    ( 3292个结果
兼容移动端以及safary浏览器 的倒计时特效
html: css:(可在网站查找:jquery.countdown.css) js:(4个--1.设置顶级字体大小,原因设置移动端rem 2.引入jquery,原因插件要用到 3.调用倒计时插件,可在网上直接下载-jquery.countdown.js 4.设置倒计时) 1. 2. 3. 4. ...
分类:移动开发   时间:2017-04-09 12:01:41    阅读次数:420
Javascript 与正则表达式
Javascript 与正则表达式 正则表达式的定义 正则表达式与字符串对象相关的方法 相关示例 一、正则表达式(regular expression简称res) 1、定义: 一个正则表达式就是由普通字符以及特殊字符(称为元字符)组成的文字模式。该模式描述在查找文字主体时待匹配的一个或多个字符串。正 ...
分类:编程语言   时间:2017-04-08 23:41:04    阅读次数:241
LeetCode 376. Wiggle Subsequence 摆动子序列
原题 A sequence of numbers is called a wiggle sequence if the differences between successive numbers strictly alternate between positive and negative. T ...
分类:其他好文   时间:2017-04-07 15:53:46    阅读次数:294
JavaScript - flex布局测试案例【flex】主轴方向
<div class="container"> <p>flex-direction</p> <div id="radios"> <input type="radio" name="same" value="row" checked>row <input type="radio" name="same ...
分类:编程语言   时间:2017-04-07 14:17:08    阅读次数:244
E - Period
For each prefix of a given string S with N characters (each character has an ASCII code between 97 and 126, inclusive), we want to know whether the pr ...
分类:其他好文   时间:2017-04-06 17:45:13    阅读次数:192
H3C AP实现定时重启
#job radio_diable view system time 1 repeating at 03:00 command wlan radio disable all time 2 repeating at 03:00 command yjob radio_enable view system ...
分类:其他好文   时间:2017-04-06 15:36:25    阅读次数:443
Python学习笔记 - 列表
# ----------------------------------------------------- # 创建列表 : [], 用方括号标识列表, 用逗号来分割元素 motorcycles = ['honada','yamaha','suzuki'] print(motorcycles) ... ...
分类:编程语言   时间:2017-04-06 00:48:18    阅读次数:212
redis-cli命令
redis-cli 3.2.3 Usage: redis-cli [OPTIONS] [cmd [arg [arg ...]]] -h Server hostname (default: 127.0.0.1). -p Server port (default: 6379). -s Server so... ...
分类:其他好文   时间:2017-04-05 23:54:31    阅读次数:757
js 数组操作
toString():把数组转换成一个字符串 toLocaleString():把数组转换成一个字符串 join():把数组转换成一个用符号连接的字符串 shift():将数组头部的一个元素移出 unshift():在数组的头部插入一个元素 pop():从数组尾部删除一个元素 push():把一个元 ...
分类:编程语言   时间:2017-04-05 12:56:03    阅读次数:238
starUml破解
在安装目录的:StarUML\www\license\node 找到LicenseManagerDomain.js 在 try 前面加上: return { name:"0xcb", product:"StartUML", licenseType:"vip", quantity:"hello wor ...
分类:其他好文   时间:2017-04-05 10:56:13    阅读次数:135
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!