摘要: Css Reset by Eric Meyer html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cit 阅读全文
posted @ 2016-03-04 22:17 ldl_xz 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 一、准备工作 1.1、安装 OpenSSL(方法自行搜索,或者yum install openssl) 1.2、准备 pcre 库 pere 是为了让 nginx 支持正则表达式。只是准备,并不安装,是为了避免在64位系统中出现错误。 wget ftp://ftp.csx.cam.ac.uk/pub 阅读全文
posted @ 2016-03-04 22:15 ldl_xz 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 一.Nginx没有关闭 killall -9 nginx ps ef|grep nginx,未发现有nginx进程说明已经关闭 重启还报错,那么进行下面处理 二.其他程序占用地址 1.查看80端口占用情况 netstat -ntpl 2.杀掉占用80端口的进程 kill -9 $pid //这个$p 阅读全文
posted @ 2016-03-04 22:06 ldl_xz 阅读(349) 评论(0) 推荐(0) 编辑
摘要: ERROR The requested URL could not be retrieved While trying to retrieve the URL: http://9958.pw/ The following error was encountered: Unable to forwar 阅读全文
posted @ 2016-03-04 22:00 ldl_xz 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 首先我们还是得安装node的第三方用户发送email的依赖module 。 npm install nodemailer 安装好之后,还有一个问题需要注意,我们应该确保用来发送邮件的邮箱地址是打开只是IMAP 、SMTP功能的,这样才可以发送邮件成功。 //发送邮件 mail.SMTP = { us 阅读全文
posted @ 2016-03-04 21:58 ldl_xz 阅读(196) 评论(0) 推荐(0) 编辑