摘要: 1、刷新radio选中状态$("input[type='checkbox']").attr("checked",true).checkboxradio("refresh");2、加载dom后刷新样式$("#list").append(html).listview('refresh');3、翻页$.m... 阅读全文
posted @ 2012-11-16 17:40 y0umer 阅读(139) 评论(0) 推荐(0) 编辑
摘要: $(function(){$('#submit').bind('click',function(){varformData=$('#ajaxForm').serialize();//.serialize()方法创建以标准URL编码表示的文本字符串$.ajax({type:"POST",url:"fo... 阅读全文
posted @ 2012-11-16 16:08 y0umer 阅读(1481) 评论(0) 推荐(0) 编辑
摘要: $("#list").append(_html).listview('refresh'); 阅读全文
posted @ 2012-11-16 09:58 y0umer 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 提高PHP编程效率的53个要点,相信你一定会用到. 阅读全文
posted @ 2012-11-16 07:03 y0umer 阅读(241) 评论(0) 推荐(0) 编辑
摘要: SQL注入已经是多年来的一个安全漏洞了,这篇文章带你了解SQL注入与防御SQL注入! 阅读全文
posted @ 2012-11-16 06:57 y0umer 阅读(604) 评论(0) 推荐(0) 编辑
摘要: PHP程序员面试题 阅读全文
posted @ 2012-11-16 06:53 y0umer 阅读(275) 评论(0) 推荐(0) 编辑
摘要: PHP Socket 文本教程 阅读全文
posted @ 2012-11-16 06:46 y0umer 阅读(2417) 评论(1) 推荐(0) 编辑
摘要: 1.1 <?php2 if(strpos($_SERVER['HTTP_REFERER'], 'Domin') !== FALSE) {3 header('HTTP/1.1 404 Not Found');4 exit;5 }6 readfile('xxx.mp3');7 ?>2. 1 <?php 2 /** 3 * @author seraphim 4 * @copyright 2012 5 */ 6 $ADMIN = array( 7 'defaulturl'=> 'http:/ 阅读全文
posted @ 2012-11-16 06:39 y0umer 阅读(733) 评论(0) 推荐(0) 编辑