configure: error: Try adding --with-zlib-dir=. Please check config.log for more information.----------------------------------------------------------...
分类:
Web程序 时间:
2014-08-06 01:22:41
阅读次数:
274
Nginx服务器nginx.conf的配置文件说明#运行用户user www-data; #启动进程,通常设置成和cpu的数量相等worker_processes 1;#全局错误日志及PID文件error_log /var/log/nginx/error.log;pid /v...
分类:
其他好文 时间:
2014-08-05 22:15:20
阅读次数:
318
PHPMailer是一个用于发送电子邮件的PHP函数包。它提供的功能包括:在发送邮时指定多个收件人,抄送地址,暗送地址和回复地址、支持多种邮件编码包括:8bit,base64,binary和quoted-printable、支持SMTP验证、支持带附件的邮件和Html格式的邮件。实现代码 :isSM...
分类:
Web程序 时间:
2014-08-05 22:14:30
阅读次数:
281
1,编译error的话一般是却#include #include Windows.h内会包含Windows.h,但是因为在stdafx.h中会智能创建WIN32_LEAN_AND_MEAN宏,会屏蔽comdef.h,这样就会导致声明缺失问题。删除WIN32_LEAN_AND_MEAN宏或者手动添加包...
分类:
其他好文 时间:
2014-08-05 21:56:30
阅读次数:
326
#include #include - (NSString *)getIPAddress{NSString *address = @"error";struct ifaddrs *interfaces = NULL;struct ifaddrs *temp_addr = NULL;int succe...
分类:
移动开发 时间:
2014-08-05 19:15:49
阅读次数:
185
今天按照《公告:CSDN博客频道支持Windows Live Writer离线写博客啦》学着使用Windows Live Writer写CSDN博客,结果碰到了评论中的500 Internal Server Error。 我在进行第三步“设置日志的远程发布网址,填写http://write.blog.csdn.net/xmlrpc/index ”时(见上图)发生错误500 Internal...
Hibernate 常见异常net.sf.hibernate.MappingException 当出现net.sf.hibernate.MappingException: Error reading resource:…异常时一般是因为映射文件出现错误。 当出现net.sf.hibernate.M....
分类:
系统相关 时间:
2014-08-05 15:45:49
阅读次数:
388
Note: For additional ORA-600 related information please read Note:146580.1PURPOSE: This article discusses the internal error "ORA-600 [729]", what ...
分类:
其他好文 时间:
2014-08-05 15:40:39
阅读次数:
237
NSString *yourHTMLSourceCodeString = [webView stringByEvaluatingJavaScriptFromString:@"document.body.innerHTML"]; NSError *error = NULL; NSRegul...
分类:
其他好文 时间:
2014-08-05 15:22:09
阅读次数:
224
最近dropdatabasepai;报错ERROR1010(HY000):Errordroppingdatabase(can‘trmdir‘./pai‘,errno:39)我就想把库文件直接删除试试,于是rm-rf/usr/local/mysql/data/pai然后我又showdatabases;结果还有pai库于是dropdatabasepai;ERROR1010(HY000):Errordroppingdatabase(can‘trmdir‘..
分类:
数据库 时间:
2014-08-05 14:27:20
阅读次数:
235