上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页
2015年2月13日
摘要: array_merge 数组下标重置 阅读全文
posted @ 2015-02-13 16:40 whlives 阅读(545) 评论(0) 推荐(0) 编辑
2015年2月4日
摘要: var $_GET = (function(){ var url = window.document.location.href.toString(); var u = url.split("?"); if(typeof(u[1]) == "string"){ u =... 阅读全文
posted @ 2015-02-04 11:37 whlives 阅读(633) 评论(0) 推荐(0) 编辑
2015年1月23日
摘要: 下载地址 阅读全文
posted @ 2015-01-23 00:41 whlives 阅读(105) 评论(0) 推荐(0) 编辑
2015年1月19日
摘要: 第一步:下载相对应编辑器的版本第二步:修改inc_func_funcAdmin.php文件打开include下的inc文件夹内的inc_func_funcAdmin.php找到184行,贴入以下代码。else if($GLOBALS['cfg_html_editor']=='ueditor'){ ... 阅读全文
posted @ 2015-01-19 17:48 whlives 阅读(259) 评论(0) 推荐(0) 编辑
2015年1月6日
摘要: MY_Router.php 放到 system/application/libraries 目录下,就可以让 CI 的控制器支持多级子目录了。这样,你就可以在 system/application/controllers 目录下放置更多级别的目录,访问的方式就是 index.php/目录1/目录2/... 阅读全文
posted @ 2015-01-06 15:58 whlives 阅读(789) 评论(0) 推荐(1) 编辑
2015年1月5日
摘要: 完整的阿里云挂载数据盘方法如下: 1、入手阿里云后查看有几块硬盘:(只显示概况,不显示分区情况) fdisk -l|grep Disk 2、查看硬盘分区 fdisk -l 如果有提示:disk /dev/vdb doesn t contain a valid partition table说明数据盘 阅读全文
posted @ 2015-01-05 10:06 whlives 阅读(2108) 评论(0) 推荐(0) 编辑
2015年1月4日
摘要: 一、安装 1.查看是否安装cvs rpm -qa | grep subversion 2.安装 yum install subversion 3.测试是否安装成功 /usr/bin/svnserve --version 如果提示/usr/bin/svnserve: error while loadi 阅读全文
posted @ 2015-01-04 23:09 whlives 阅读(432) 评论(0) 推荐(0) 编辑
2014年12月14日
摘要: 1、首先检查mysql服务是否启动,若已启动则先将其停止服务,可在开始菜单的运行,使用命令:net stop mysql打开第一个cmd窗口,切换到mysql的bin目录,运行命令:mysqld --defaults-file="C:\Program Files\MySQL\MySQL Server... 阅读全文
posted @ 2014-12-14 21:38 whlives 阅读(298) 评论(0) 推荐(0) 编辑
2014年12月1日
摘要: 修改channelartlist.lib.phpif($typeid==0 || $typeid=='top') { $tpsql = " reid=0 AND ispart2 AND ishidden1 AND channeltype>0 "; }修改为if($typeid==... 阅读全文
posted @ 2014-12-01 15:04 whlives 阅读(227) 评论(0) 推荐(0) 编辑
2014年11月28日
摘要: 100){ // 去除PHP文件注释和空白,减少文件大小 $contents = php_strip_whitespace($filename); // 去除PHP头部和尾部标识 $headerPos = strpos($conten... 阅读全文
posted @ 2014-11-28 21:42 whlives 阅读(1187) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页