会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Debm.Zhang
浮名利,拟拼休,是非莫挂心头。 ---柳永<如鱼水>
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
14
下一页
2014年8月16日
PHPMailer中文说明
摘要: PHPMailer中文说明A开头:$AltBody --属性出自:PHPMailer ::$AltBody文件:class.phpmailer .php说明:该属性的设置是在邮件正文不支持HTML的备用显示AddAddress --方法出自:PHPMailer ::AddAddress(),文件:c...
阅读全文
posted @ 2014-08-16 16:10 Debm.Zhang
阅读(197)
评论(0)
推荐(0)
2014年8月5日
PHP ServerPush <转>
摘要: http://www.cnblogs.com/hnrainll/archive/2013/05/07/3064874.html
阅读全文
posted @ 2014-08-05 09:32 Debm.Zhang
阅读(105)
评论(0)
推荐(0)
2014年8月1日
CentOS修改SSH默认端口
摘要: 1. 修改配置文件vim /etc/ssh/sshd_config修改 #Port 22 这行, 去掉 # 修改后面的端口号 例如 Port 2123重启sshd服务/etc/init.d/sshd restart2. 修改防火墙配置vim /etc/sysconfig/iptables可以参照已有...
阅读全文
posted @ 2014-08-01 15:54 Debm.Zhang
阅读(186)
评论(0)
推荐(0)
2014年7月31日
composer 说明<转>
摘要: 转自 http://blog.csdn.net/zzulp/article/details/18981029Composer是一个基于项目的依赖管理器,负责将PHP项目所依赖的包或库安装到项目所在的目录中,默认它不会安装任何数据到全局。它用于取代之前所使用的pear工具。1 安装Composer[p...
阅读全文
posted @ 2014-07-31 11:05 Debm.Zhang
阅读(403)
评论(0)
推荐(0)
2014年7月30日
新一代 PHP 加速插件 Zend Opcache <转>
摘要: 注: 由于原链接已不存在, 所以我把图片重新整理了一下, 以便看起来更加直观 笔者注: 1> PHP 性能提升之 PHP NG => php next generation wiki: https://wiki.php.net/phpng 说明: http://www.oschina.net/new
阅读全文
posted @ 2014-07-30 13:17 Debm.Zhang
阅读(287)
评论(0)
推荐(1)
2014年7月25日
centos 安装 lnmp
摘要: 直接yum install nginx不行,要先处理下源,下面是安装完整流程1. rpm -ivhhttp://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm2.查看yum的ngi...
阅读全文
posted @ 2014-07-25 19:07 Debm.Zhang
阅读(137)
评论(0)
推荐(0)
LNMP wget 记录
摘要: 源码下载下载cmake(MySQL编译工具)http://www.cmake.org/files/v3.0/cmake-3.0.0.tar.gz下载libmcrypt(PHPlibmcrypt模块)ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/libmcrypt/...
阅读全文
posted @ 2014-07-25 18:04 Debm.Zhang
阅读(209)
评论(1)
推荐(0)
linux 之 yum 介绍 <转>
摘要: 原文在这里 http://doophp.sinaapp.com/archives/linux/yum-setting-parameter.html因为是程序员出身,平时虽然经常接触服务器,偶尔也会要装一些软件、配置优化什么的,可能还是个人习惯问题,一般情况下我还是以手工编译居多(这其中的优缺点就不在...
阅读全文
posted @ 2014-07-25 16:00 Debm.Zhang
阅读(317)
评论(0)
推荐(0)
2014年7月23日
mysql binlog
摘要: 关于什么是binlog, 查看这里http://www.cnblogs.com/Richardzhu/p/3225254.html我只记录一下, 如果从 binlog 里查找需要的东西首先, 需要知道binlog 日志文件存放在哪里打开mysql配置文件 my.cnf 找到datadir=xxx 这...
阅读全文
posted @ 2014-07-23 16:21 Debm.Zhang
阅读(232)
评论(0)
推荐(0)
2014年7月18日
yii redirect
摘要: redirect 这个方法是在 CController 里定义的先来看下官方介绍redirect()方法public voidredirect(mixed $url, boolean $terminate=true, integer $statusCode=302)$urlmixedthe URL ...
阅读全文
posted @ 2014-07-18 16:38 Debm.Zhang
阅读(249)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
14
下一页
公告