上一页 1 ··· 9 10 11 12 13 14 15 下一页
摘要: 1 24 25 26 "> 27 28 29 30 31 继续阅读>> 32 33 34 35 作者: 36 37 时间: 38 标签:[... 阅读全文
posted @ 2014-06-08 19:17 韵脚学员 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 关于php时区时间错误问题 date 当前时间 时差 当地 本地date_default_timezone_set之前有一个遗留问题,就是echo date("y-m-d h:i:s",time())回来的时间总是与实际时间对不上,今天终于在网上找到了原因和解决方法,分享如下:我补充一点,我按照下面... 阅读全文
posted @ 2014-06-08 16:52 韵脚学员 阅读(727) 评论(0) 推荐(0) 编辑
摘要: 1 host=$host;15 $this->name=$name;16 $this->pass=$pass;17 $this->table=$table;18 $this->ut=$ut;19 $this-... 阅读全文
posted @ 2014-06-08 14:35 韵脚学员 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 文章标题 文章内容 编辑 prepare($query); $result_acticle->execute(); $msg_count =$result_act... 阅读全文
posted @ 2014-05-31 11:52 韵脚学员 阅读(2948) 评论(0) 推荐(0) 编辑
摘要: body{ background-position:center; background-repeat:no-repeat; }div#div1{ position:fixed; top:0; left:0; bottom:0; right:0; z-i... 阅读全文
posted @ 2014-05-31 00:04 韵脚学员 阅读(416) 评论(0) 推荐(0) 编辑
摘要: PDO::query() 主要是用于有记录结果返回的操作,特别是SELECT操作PDO::exec() 主要是针对没有结果集合返回的操作,如INSERT、UPDATE等操作PDO::prepare() 主要是预处理操作,需要通过$rs->execute()来执行预处理里面的SQL语句,这个方法可以绑... 阅读全文
posted @ 2014-05-30 21:16 韵脚学员 阅读(397) 评论(0) 推荐(0) 编辑
摘要: echo("window.open('2.php?head=".$head."');"); 阅读全文
posted @ 2014-05-30 20:11 韵脚学员 阅读(182) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2014-05-29 20:16 韵脚学员 阅读(3) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2014-05-28 18:15 韵脚学员 阅读(4) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2014-05-28 17:21 韵脚学员 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 下一页