上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 53 下一页
摘要: 本文实例讲述了PHP模板引擎Smarty内建函数section,sectionelse用法。分享给大家供大家参考,具体如下: section 是 Smarty 模板中除了 foreach 以外的另一种处理循环的方案,section 比 foreach 要灵活,就像是一个改进的 foreach 语句, 阅读全文
posted @ 2018-07-20 20:03 阿波罗任先生 阅读(441) 评论(0) 推荐(0) 编辑
摘要: http://www.smarty.net/http://smarty.php.net/manual/en/1.配置 define("ROOTPATH",dirname(__FILE__)."/../"); require_once("smarty/Smarty.class.php"); /** * 阅读全文
posted @ 2018-07-20 20:02 阿波罗任先生 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 行变色 php页面 <?phpinclude "libs/Smarty.class.php";$smarty = new Smarty(); $link = mysql_connect('localhost','root','123');mysql_select_db('ecshop',$link) 阅读全文
posted @ 2018-07-20 20:01 阿波罗任先生 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 改定履历 Aria2Gee是什么 开始之前 aria2 frp Aria2Gee可能存在的问题 初级教程 插件的安装 运行状态说明 下载测试 进阶教程 下载百度网盘文件 网盘助手的安装 网盘助手的配置 网盘助手的食用测试 一些注意点 下载迅雷离线的文件 迅雷离线Aria2的安装 迅雷离线Aria2的 阅读全文
posted @ 2018-07-15 16:48 阿波罗任先生 阅读(2121) 评论(0) 推荐(0) 编辑
摘要: http://www.atool.org/httptest.php 阅读全文
posted @ 2018-07-14 19:20 阿波罗任先生 阅读(888) 评论(0) 推荐(0) 编辑
摘要: css: html {overflow-x:hidden;} .custom_service p img { display: inline; vertical-align:middle;}.scrollsidebar{ position:absolute; z-index:999; top:350 阅读全文
posted @ 2018-07-14 06:13 阿波罗任先生 阅读(529) 评论(0) 推荐(0) 编辑
摘要: PHHP开发中 有的时候遇到页面顶部多出一行空白,审查元素发现头部有一行 &#65279 。这是因为使用了utf8带Bom编码保存文件。 解决。将文件使用utf8无bom编码格式重新保存。 若还是无法解决,还有一个傻办法, 可以在渲染模板之前,先ob_clean(); 比如在$this->dispa 阅读全文
posted @ 2018-07-13 22:04 阿波罗任先生 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 给子元素做定位。用position标签示例:<html><head><style type="text/css">p.pos_abs{position:absolute;left:100px;top:150px}</style></head><body><p class="pos_abs">通过绝对 阅读全文
posted @ 2018-07-13 15:59 阿波罗任先生 阅读(1456) 评论(0) 推荐(0) 编辑
摘要: 由于mysql不支持select into 方法,mysql怎样将一张表的查询结果存到另一张表中? 找了两个方法 第一种: create table dust select * from student;//用于复制前未创建新表dust的情况下 第二种 insert into dust select 阅读全文
posted @ 2018-07-10 21:45 阿波罗任先生 阅读(6643) 评论(0) 推荐(0) 编辑
摘要: javascript实现: php URL处理函数 Posted on 2017-11-24 18:24 星_初落 阅读(495) 评论(0) 编辑 收藏 parse_url() basename() pathinfo() dirname() 用法 parse_url() 是一计算机函数,功能是解析 阅读全文
posted @ 2018-07-08 22:22 阿波罗任先生 阅读(5744) 评论(0) 推荐(0) 编辑
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 53 下一页