代码改变世界

Ajax 文件切割上传

2017-02-24 09:56 by 归属感, 272 阅读, 0 推荐, 收藏,
摘要:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><style> #progress{ width: 500px; height: 30px; border: 1px 阅读全文

Jquery 定时器 倒计时

2016-12-23 19:07 by 归属感, 2377 阅读, 0 推荐, 收藏,
摘要:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <script src='jquery-1.7.js'></script></head><body> <input type="b 阅读全文

全路径无限极

2016-12-15 20:02 by 归属感, 236 阅读, 0 推荐, 收藏,
摘要:<?phpheader("Content-type: text/html; charset=utf-8");include('./db_mysql.php'); /**全路径无限极 * [index description] * @return [type] [description] */ fun 阅读全文

无限极分类之导航

2016-12-15 16:05 by 归属感, 594 阅读, 0 推荐, 收藏,
摘要:<?phpheader("Content-type: text/html; charset=utf-8");include('./db_mysql.php'); /** * 无限极分类之导航 定义的方法 */ function getLink($cid=0,&$arr=array()){ $sql 阅读全文

递归

2016-12-15 11:04 by 归属感, 122 阅读, 0 推荐, 收藏,
摘要:<?phpheader("Content-type: text/html; charset=utf-8");include('./db_mysql.php'); /** * 无限极分类 定义的方法 */ function getList($pid=0,&$arr=array(),$spac=0){ 阅读全文

Jquery父级节点追加

2016-10-24 15:23 by 归属感, 1662 阅读, 0 推荐, 收藏,
摘要:<!-- 父节点追加 --><!DOCTYPE html><html lang="en"><script src="../../public/js/jquery-1.7.2.min.js"></script><head> <meta charset="UTF-8"> <titleDocument>< 阅读全文