摘要: var img = $("#preview").attr("src"); if(img.indexOf('img_03.png') != -1){ alert('图片不能为空'); return false; } js截取文字 后面省略 $(".p2").each(function(){ var str=$(this).text(); if(str.le... 阅读全文
posted @ 2016-06-02 09:17 飞翔的小鸟11 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 数据库设计时间字段时可以用 timestamp的属性,创建时间默认值是“CURRENT_TIMESTAMP“,更新时间默认值”NULL ON UPDATE CURRENT_TIMESTAMP“ 阅读全文
posted @ 2016-03-16 10:44 飞翔的小鸟11 阅读(376) 评论(0) 推荐(0) 编辑
摘要: $arr = array('');// 目标数组 header("Content-Type:application/vnd.ms-excel;charset=gbk"); header("Content-Disposition: attachment;filename='文件.csv'"); header('Cache-C... 阅读全文
posted @ 2016-03-16 09:27 飞翔的小鸟11 阅读(308) 评论(0) 推荐(0) 编辑
摘要: div print被打印区域:www.phpernote.com这块区域是打印不到的! 阅读全文
posted @ 2015-04-23 10:36 飞翔的小鸟11 阅读(143) 评论(0) 推荐(0) 编辑
摘要: function getmonsun(){ $curtime = time(); $curweekday = date('w'); //为0是 就是 星期七 $curweekday = $curweekday?$curweekday:7; $curmon... 阅读全文
posted @ 2015-03-20 16:31 飞翔的小鸟11 阅读(140) 评论(0) 推荐(0) 编辑
摘要: /** * 根据给定概率随机选择一项 * @param $itemArray array("奖项1","奖项2"....); * @param $chanceArray array("10","50","40","70") 数组的一个参数/所有参数加起来 == 这项奖项... 阅读全文
posted @ 2015-03-13 09:46 飞翔的小鸟11 阅读(544) 评论(0) 推荐(0) 编辑
摘要: 1.禁止右键<body oncontextmenu=return(false)>2.禁止选择<body onselectstart="return false">3.禁止粘贴<body onpaste="return false">4.禁止直接访问 [必须框架内才行]<script>if (top ... 阅读全文
posted @ 2015-03-12 15:39 飞翔的小鸟11 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 【酷】JS+CSS打造沿Y轴纵深运动的3D球体点击或者在屏幕上画线,就看到效果了 网页代码站 - 最专业的网页代码下载网站 - 致力为中国站长提供有质量的网页代码! 阅读全文
posted @ 2015-03-12 15:23 飞翔的小鸟11 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 这是html代码,里面写了left.html 1 2以上是把a标签的class改变(添加“ on”)以达到切换样式的效果。可以有其他的变化,比如改变css。等等... 阅读全文
posted @ 2014-12-15 10:27 飞翔的小鸟11 阅读(222) 评论(0) 推荐(0) 编辑
摘要: [$inc]作用:修改器$inc可以对文档的某个值为数字型(只能为满足要求的数字)的键进行增减的操作。Example: db.b.update({"uid":"201203"},{"$inc":{"size":1}})Array:array(‘$inc=>array(“size”=>1))[$set... 阅读全文
posted @ 2014-11-24 10:22 飞翔的小鸟11 阅读(433) 评论(0) 推荐(0) 编辑