随笔分类 -  php

php
摘要:将根据xml配置,将合并后的大图切割成一系列小图"; $j = 1; foreach($xml -> SubTexture as $SubTexture){ $attri = $SubTexture->attributes(); $picW=$attri->f... 阅读全文
posted @ 2014-12-14 12:48 okcc 阅读(1196) 评论(0) 推荐(0)
摘要:最近下了dedecms V5.7时,在登陆后台时,用户名和密码也没错,就是跳转不走,进不了后台管理页面,追踪了好久才发现根目录/include/userlogin.class.php中289行左右的位置及之后的位置@session_register($this->keepUserIDTag)... 阅读全文
posted @ 2014-12-12 11:50 okcc 阅读(296) 评论(0) 推荐(0)