
原创
文章平均质量分 75
同学小江
书山有路勤为径,学海无涯苦作舟!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ci 搜索分页
《Page.php》class Page { public $pageNow = 1; //当前页 public $pageCount = 100;//数据总条数 public $pageSize = 3;//每页显示条数 //获取分页 public function getPage(){原创 2016-11-11 08:49:21 · 555 阅读 · 0 评论 -
file_get_contnets获取网页内容 入库
//在本文件的位置新建一个文件夹来储存文件。文件的编码格式一定要转换,还有获取的时间。 header("content-type:text/html;charset='utf-8'");set_time_limit(0);$url="http://sports.sohu.com/nba.shtml";$str=file_get_contents($url);$str=mb_co原创 2016-11-18 14:08:05 · 704 阅读 · 0 评论 -
全选 反选
Document吃饭睡觉打豆豆 function qx(){ var ids=document.getElementsByName("ids"); for(var i=0;i<ids.length;i++){ ids[i].checked=true; }原创 2016-11-18 10:21:40 · 438 阅读 · 0 评论 -
javascript 点名表
Document 1412phpA班点名表 function check_class(){ var arr = Array('江', '冰','峰' ); var key=parseInt(Math.random()*arr.length); document.原创 2016-11-18 14:04:13 · 1446 阅读 · 0 评论 -
发送邮件
header('content-type:text/html;charset=utf-8'); require './class.phpmailer.php'; $mail= new PHPMailer();//实例化这个对象,在class.phpmailer.php中有这个对象 /*服务器相关信息*/ $mail->IsSMTP();原创 2016-11-18 13:58:42 · 557 阅读 · 0 评论 -
即点即改 源代码
-------------------------------------------------------------html -------------------------------------------------------------"> ----------------------------------原创 2016-11-18 10:08:02 · 449 阅读 · 0 评论