摘要: $person = array( array('num'=>'001','id'=>6,'name'=>'zhangsan','age'=>21), array('num'=>'001','id'=>7,'name'=>'ahangsan','age'=>23), array('num'=>'003 阅读全文
posted @ 2017-03-06 14:49 azcqwezxc 阅读(92) 评论(0) 推荐(0) 编辑
摘要: /*php部分*///分页方法function page_list($sql,$num) //参数:查询语句,每页显示条数{ include ('../configs/db.init.php'); $sql = $sql; $result = $mysqli->query($sql); $count 阅读全文
posted @ 2017-03-06 09:39 azcqwezxc 阅读(668) 评论(0) 推荐(0) 编辑
摘要: 徽标+r 输入regedit 打开注册表 HKEY_CURRENT_USER\Control Panel\Mouse 在Mouse项的右侧窗格中找到MouseHoverTime修改数值,单位为毫秒。 如果你苦苦寻觅了很久、对于这篇文章相见恨晚,点个赞! 阅读全文
posted @ 2017-03-02 16:09 azcqwezxc 阅读(1237) 评论(0) 推荐(0) 编辑
摘要: ####调用当前栏目下所有子栏目及文章#### {dede:channelartlist row='4'} <li> <a href="{dede:field name='typeurl'/}" class="wz_lmy_a5_1"><h3>{dede:field name='typename'/ 阅读全文
posted @ 2017-02-15 17:30 azcqwezxc 阅读(1349) 评论(0) 推荐(0) 编辑
摘要: 织梦2015年6月8日更新后,就添加了很多针对手机移动端的设计,最大的设计就是添加了生成二维码的织梦标签和织梦手机模板功能,织梦更新后,默认的 default模板中就包含手机模板,所以我们可以给织梦网站设计双模板,电脑网站pc模板和手机wap模板,很方便。我们在制作模板时通常都会参考织梦默认模板de 阅读全文
posted @ 2017-02-15 15:52 azcqwezxc 阅读(2624) 评论(0) 推荐(0) 编辑
摘要: 在apache 2.4上 order deny,allow不好使,调了半天没有效果,困扰很久,最后发现原来是版本的问题。 2.4配置访问权限如下: #####允许所有,拒绝个别ip(类似黑名单)##### <RequireAll> Require all granted Require not ip 阅读全文
posted @ 2017-02-11 11:02 azcqwezxc 阅读(3744) 评论(0) 推荐(0) 编辑
摘要: <Directory "E:/wamp/www/"> # # Possible values for the Options directive are "None", "All", # or any combination of: # Indexes Includes FollowSymLinks 阅读全文
posted @ 2017-02-09 22:23 azcqwezxc 阅读(3429) 评论(0) 推荐(0) 编辑
摘要: 前端部分: js: $(function (){ $('.get_more').click(function () { if($(this).text()=='没有更多了'){return false;} //停止加载 var list_num = $('.list').length; //获取当前 阅读全文
posted @ 2017-02-08 21:07 azcqwezxc 阅读(2411) 评论(0) 推荐(0) 编辑
摘要: 调用当前栏目名: {dede:field name='typename' function="GetTypeName(@me)"/} dede sql,根据当前栏目ID,获取字段 {dede:sql sql='select lmywm from `dede_arctype` where id=~ty 阅读全文
posted @ 2017-02-07 22:17 azcqwezxc 阅读(1532) 评论(0) 推荐(0) 编辑
摘要: 一. 涉及到文件如下(注意备份) dede/catalog_add.php dede/catalog_edit.php dede/templets/catalog_add.htm dede/templets/catalog_edit.htm 二、打开文件夹/templets目录(模板),在里面新建一 阅读全文
posted @ 2017-02-06 22:34 azcqwezxc 阅读(278) 评论(0) 推荐(0) 编辑