06 2016 档案

摘要:http://code.ciaoca.com/jquery/lazyload/demo/timeout 阅读全文
posted @ 2016-06-25 10:45 麦田守望者~ 阅读(89) 评论(0) 推荐(0) 编辑
摘要:http://code.ciaoca.com/javascript/cxValidation/demo/attach-form 阅读全文
posted @ 2016-06-25 10:34 麦田守望者~ 阅读(272) 评论(0) 推荐(0) 编辑
摘要:http://www.yangqq.com/download/index_2.html 阅读全文
posted @ 2016-06-25 09:53 麦田守望者~ 阅读(96) 评论(0) 推荐(0) 编辑
摘要:刚开始我在安全JS域名下填写: Http://hgj123.8.yydns.pw 带了Http 在微信中开打自己写好demo。报invalid url domanin 说我的无效URL。 然后我在网上百度了下,网友说可能是二级域名的问题。 然后我把HTTp去掉,在运行demo 没想到成功了。这个坑终 阅读全文
posted @ 2016-06-21 16:22 麦田守望者~ 阅读(316) 评论(0) 推荐(0) 编辑
摘要:Redis 是一个高性能的key-value数据库, 使用内存作为主存储,数据访问速度非常快,当然它也提供了两种机制支持数据持久化存储.比较遗憾的是,Redis项目不直接支持Windows,Windows版项目是由微软开放技术团队建立和维护一个实验性项目(支持32,64位),所以并不适用生产环境,但 阅读全文
posted @ 2016-06-21 12:17 麦田守望者~ 阅读(199) 评论(0) 推荐(0) 编辑
摘要:change_html_img_src.php connect('XXXXXX',6379); $data = $redis->get($redis_key); $url=base64_decode($url); include "simple_html_dom.php" ; function GrabImage($url) { ob_start(); readfile... 阅读全文
posted @ 2016-06-20 12:39 麦田守望者~ 阅读(351) 评论(0) 推荐(0) 编辑
摘要:官网网址:http://layer.layui.com/mobile/ 阅读全文
posted @ 2016-06-14 12:11 麦田守望者~ 阅读(1066) 评论(0) 推荐(0) 编辑
摘要:http://www.jq22.com/jquery-info516 阅读全文
posted @ 2016-06-13 12:53 麦田守望者~ 阅读(170) 评论(0) 推荐(0) 编辑
摘要:<input readonly data-field="date" placeholder="請選擇結束時間" class="start_time span_width public" ></input> 阅读全文
posted @ 2016-06-13 12:50 麦田守望者~ 阅读(11096) 评论(0) 推荐(0) 编辑
摘要://这个星期的星期一 // @$timestamp ,某个星期的某一个时间戳,默认为当前时间 // @is_return_timestamp ,是否返回时间戳,否则返回时间格式 function this_monday($timestamp=0,$is_return_timestamp=true){ static $cache ; $id = $timesta... 阅读全文
posted @ 2016-06-13 09:53 麦田守望者~ 阅读(417) 评论(0) 推荐(0) 编辑
摘要:"; $fileName = $i; $i++; $src = $path.'/'.$file; $dest = $path.'/'.$fileName.'.'.$dext; if($sext!="all"){ if($sext == substr($src,0-strlen($sext))) rename($src,$dest);... 阅读全文
posted @ 2016-06-08 00:43 麦田守望者~ 阅读(604) 评论(0) 推荐(0) 编辑
摘要:1、 修改是APACHE设置,在PHP.INI中找到一个参数: 将后面的值调大,然后重新启动APACHE服务(centos: service httpd restart),就OK了。 2、 在php网页中加入下面的代码: 阅读全文
posted @ 2016-06-08 00:28 麦田守望者~ 阅读(1571) 评论(0) 推荐(0) 编辑
摘要:'; //结果为拼音首字母 * echo Chinese_to_PY::getPY('这是一段测试文字, This is a string', 'all'), ''; //结果为全拼音 * echo Chinese_to_PY::getPY('这是一段测试文字, This is a string', 'one'), ''; //结果为第一个拼音 */ class Chinese_to_... 阅读全文
posted @ 2016-06-07 20:03 麦田守望者~ 阅读(403) 评论(0) 推荐(0) 编辑
摘要:alert($(window).height()); //浏览器时下窗口可视区域高度 alert($(document).height()); //浏览器时下窗口文档的高度 alert($(document.body).height());//浏览器时下窗口文档body的高度 alert($(document.body).outerHeight(true));//浏览器时下窗口文档body的总高... 阅读全文
posted @ 2016-06-07 11:36 麦田守望者~ 阅读(413) 评论(0) 推荐(0) 编辑
摘要:"北京", 12 => "天津", 13 => "河北", 14 => "山西", 15 => "内蒙古", 21 => "辽宁", 22 => "吉林", 23 => "黑龙江", 31 => "上海", 32 => "江苏", ... 阅读全文
posted @ 2016-06-06 20:48 麦田守望者~ 阅读(1339) 评论(0) 推荐(1) 编辑
摘要:// JavaScript Document function checkIdcard(idcard) { var Errors = new Array("验证通过!", "身份证号码位数不对!", "身份证号码出生日期超出范围或含有非法字符!", "身份证号码校验错误!", "身份证地区非法!"); var area = { 11 : "北京", ... 阅读全文
posted @ 2016-06-06 20:32 麦田守望者~ 阅读(1047) 评论(0) 推荐(0) 编辑
摘要:17){ die('Invalid Length'); } $factor = array(7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2); $sums = 0; for ($i=0;$i 阅读全文
posted @ 2016-06-06 18:07 麦田守望者~ 阅读(454) 评论(0) 推荐(0) 编辑
摘要:http://www.runoob.com/css/css-boxmodel.html 阅读全文
posted @ 2016-06-04 11:13 麦田守望者~ 阅读(167) 评论(0) 推荐(0) 编辑
摘要:https://github.com/ximan/dropload dropload a javascript implementation of pull to refresh and up to loadmore 移动端下拉刷新、上拉加载更多插件 背景介绍 (introduce) 年前把tab例 阅读全文
posted @ 2016-06-01 21:10 麦田守望者~ 阅读(493) 评论(0) 推荐(0) 编辑
摘要:http://www.h-ui.net/index.shtml 阅读全文
posted @ 2016-06-01 20:53 麦田守望者~ 阅读(270) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示