05 2014 档案

摘要:文章标题 文章内容 编辑 prepare($query); $result_acticle->execute(); $msg_count =$result_act... 阅读全文
posted @ 2014-05-31 11:52 韵脚学员 阅读(2959) 评论(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 韵脚学员 阅读(460) 评论(0) 推荐(0) 编辑
摘要:PDO::query() 主要是用于有记录结果返回的操作,特别是SELECT操作PDO::exec() 主要是针对没有结果集合返回的操作,如INSERT、UPDATE等操作PDO::prepare() 主要是预处理操作,需要通过$rs->execute()来执行预处理里面的SQL语句,这个方法可以绑... 阅读全文
posted @ 2014-05-30 21:16 韵脚学员 阅读(402) 评论(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) 编辑
摘要:text-align:justify; letter-spacing:5px; line-height:40px; text-indent:40px 阅读全文
posted @ 2014-05-28 15:17 韵脚学员 阅读(144) 评论(0) 推荐(0) 编辑
摘要:1 moz-box-shadow: 0 0 10px #888;2 -webkit-box-shadow: 0 0 10px#888;3 box-shadow: 0 0 10px #888; 阅读全文
posted @ 2014-05-28 13:58 韵脚学员 阅读(163) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。
posted @ 2014-05-28 12:46 韵脚学员 阅读(6) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。
posted @ 2014-05-28 12:28 韵脚学员 阅读(6) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。
posted @ 2014-05-28 11:10 韵脚学员 阅读(5) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。
posted @ 2014-05-28 11:03 韵脚学员 阅读(1) 评论(0) 推荐(0) 编辑
摘要:1.找到wamp安装目录的apache安装目录找到httpd.conf文件例如我安装的目录为E:\wamp\bin\apache\apache2.2.8\conf\httpd.conf也可以通过wamp图标打开。查找Virtualhosts去掉下面include行前面的#修改为#Virtualhos... 阅读全文
posted @ 2014-05-24 19:15 韵脚学员 阅读(236) 评论(0) 推荐(0) 编辑
摘要:我们经常接收表单POST过来的数据时报Undefined index错误,如下: $act=$_POST['action']; 用以上代码总是提示 Notice: Undefined index: act in D:\test\post.php on line 20 另外,有时还会出现 Notice... 阅读全文
posted @ 2014-05-21 13:51 韵脚学员 阅读(260) 评论(0) 推荐(0) 编辑
摘要:本例是PDO连接Mysql数据库的方法:连接别的数据库的方法大同小异,只需在php.ini文件中加载“extension=php_pdo.dll“和”extension=php_pdo_mysql.dll(根据需求加载对应的dll文件)“,保存重启服务器即可。以下是本例代码: 1 2 3... 阅读全文
posted @ 2014-05-12 22:39 韵脚学员 阅读(246) 评论(0) 推荐(0) 编辑
摘要:1、二进制-->八进制从小数点开始,整数部分向左,小数部分向右,每三个为一组用一个八进制的数字表示,不足3位的要用“0”补足3位,就得到一个八进制数。例:1100--> 分割为001=1 100=4(1100)2=(14)81.2、八进制--二进制例:15-->分割为1=001 5=101(15)8... 阅读全文
posted @ 2014-05-10 00:26 韵脚学员 阅读(1018) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示