使用DEDEcms自定义了一个发送邮件的php文件,使用了dedecms自带的mail.class.php,在本地可以正常发送,上传到服务器上后,出现提示Cannot connenct to relay host smtp.qq.com Error: () Error: Cannot send email to
XXX@qq.com 网上找了一大堆文章,终于解决,问题出在服务器的环境配置上。
...
分类:
Web程序 时间:
2014-09-05 16:12:51
阅读次数:
299
adb pull push文件出现Permission denied,明明已经root
其实很简单
首先adb root
如果提示 adbd cannot run as root in production builds
安装一个叫超级adbd的apk
地址http://www.anzhi.com/soft_616421.html#
在手机上赋予root权限,再开启用超级adbd...
分类:
数据库 时间:
2014-09-05 14:23:21
阅读次数:
583
dblink有分区的话不能带分区查询会报这个错:partitionextendedtablenamecannotrefertoaremoteobject解决办法用where条件
分类:
数据库 时间:
2014-09-05 03:26:41
阅读次数:
547
如何用DNS+GeoIP+Nginx+Varnish做世界级的CDN如何用BIND, GeoIP,Nginx,Varnish来创建你自己的高效的CDN网络?CDN,意思是Content Distrubtion Network,意思是内容分发网络,简单的说,就是全地域范围内的负载均衡,全地域的概念可以...
分类:
其他好文 时间:
2014-09-04 00:07:47
阅读次数:
217
重跑这3天的数据执行过程和遇到的问题:①执行 shsiteKeyDataNew.sh 3 20140801 ;错误提示:awk: cmd. line:39: fatal: cannot open file `../data_today/row_data_20140801*' for reading ...
分类:
其他好文 时间:
2014-09-03 21:09:57
阅读次数:
201
Citrix Xen sucks!When u try to install linux stuff on its Xen servers, u will get an error complaining errors like below:'......the bootloader for thi...
分类:
系统相关 时间:
2014-09-03 12:58:56
阅读次数:
270
ListView的addHeaderView和setAdapter的调用顺序,以及爆出java.lang.IllegalStateException: Cannot add header view to list -- setAdapter has already been called异常的原因。...
分类:
其他好文 时间:
2014-09-03 11:17:56
阅读次数:
194
.On()其实.bind(), .live(), .delegate()都是通过.on()来实现的,.unbind(), .die(), .undelegate(),也是一样的都是通过.off()来实现的,这是1.8.2的源码:bind: function( types, data, fn ) { ...
分类:
Web程序 时间:
2014-09-03 11:07:46
阅读次数:
196
在使用java.util.List;的时候,把语句写成了:List arr = new List();导致错误:Cannot instantiate the type List正确写法是:List arr = new ArrayList();
分类:
其他好文 时间:
2014-09-02 21:13:45
阅读次数:
170
1.[图片]E6~0%QPA46ER843UQJ$0Z`H.jpg?2. [文件] snake.htmlThe snake game Your browser cannot support html5.
分类:
Web程序 时间:
2014-09-02 17:36:55
阅读次数:
334