测试logfilec.c的时候,有个sendto(sock,msg,strlen(msg),0,&addr,addrlen),编译时提示: logfilec.c:30: warning: passing argument 5 of ‘sendto’ from incompatible pointer ...
分类:
系统相关 时间:
2016-09-18 19:23:53
阅读次数:
338
出现这个错误,一般是程序中某个函数没有include相关的文件。 EG. 出现这个错误是因为要使用exit()应该包含stdlib.h文件 ...
分类:
其他好文 时间:
2016-09-11 17:15:54
阅读次数:
131
Incompatible pointer types assiging to "UIViewController" *_Nullable' from 'AppDelegate*' 本人遇到此问题的情况:在AppDelegate.h中判断版本号时,进行跳转引导页或主控制器。 self.window.r ...
分类:
移动开发 时间:
2016-09-06 22:50:30
阅读次数:
863
SVN客户端连接报错svn:Unreadablepathencountered;accessdenied报错信息:org.apache.subversion.javahl.ClientException:Itemisnotreadable
svn:Unreadablepathencountered;accessdenied解决办法:编辑服务端的配置文件:#vimsvnserve.conf
[general]
###Theseoptionscontrola..
分类:
数据库 时间:
2016-09-06 17:04:32
阅读次数:
2308
出现这个错误的原因是Genymotion默认的处理器是x86的,不是arm的。所以安装的时候会出错,只要把x86转换成arm就可以了。 转换方法: 1、下载转换的zip文件:X86 to ARM 下载地址:http://pan.baidu.com/s/1nuONSCT 2、下载好的压缩文件不要解压缩 ...
分类:
其他好文 时间:
2016-09-03 22:31:42
阅读次数:
122
启动tomcat 7.0, 看到日志里出现严重警告, An incompatible version 1.1.14 of APR based Apache Tomcat Native library is installed, while Tomcat requires version 1.1.24 ...
分类:
Web程序 时间:
2016-09-03 14:51:51
阅读次数:
202
[2016-08-20 14:38:39 - hybrid-android] Installation error: INSTALL_FAILED_UPDATE_INCOMPATIBLE[2016-08-20 14:38:39 - hybrid-android] Please check logca ...
分类:
移动开发 时间:
2016-08-20 17:31:07
阅读次数:
293
1.编译驱动: FATAL: modpost: GPL-incompatible module ArmGpioDriver.ko uses GPL-only symbol 'class_destroy'make[2]: *** [__modpost] 错误 1make[1]: *** [module ...
分类:
系统相关 时间:
2016-08-18 12:42:06
阅读次数:
1300
模式的定义适配器模式(Adapter Pattern)定义如下:Convert the interface of a class into another interface clients expect.Adapter lets classes work together that couldn’t otherwise because of incompatible interface.将一个类的...
分类:
其他好文 时间:
2016-08-13 19:47:29
阅读次数:
122
Odoo8创建数据库时,显示如下错误信息: First, we need to drop template1. Templates can’t be dropped, so we first modify it so t’s an ordinary database: UPDATE pg_datab ...
分类:
数据库 时间:
2016-08-09 13:34:44
阅读次数:
245