今天在使用协议的过程中.偶然发现这样使用 ? 1 2 3 4 5 6 7 8 9 10 @interface AppDelegate (){     id<chatdelegate>  testdelegate; } @property (nonatomic , assign) id<chatdelegate> testdelegate;   @end   @implementation AppDelegate @synthesize testdelegate; </chat…
原来非ARC代码是 @interface MHWebImageDownloader : NSObject { id<MHWebImageDownloaderDelegate> delegate; } . . . @property (nonatomic, weak) id<MHWebImageDownloaderDelegate> delegate; 变为 ARC 该代码报错,Existing instance variable 'delegate' for property wi…
异常: Error:(128, 5) error: style attribute 'com.honghui0531.prebiotics.view:attr/item_right_icon_src' not found. 自定义属性文件 attrs.xml <!--自定义itemview的属性--> <declare-styleable name="custromerItemView"> <!--左侧图片--> <attr name=&quo…
在Project/gradle.properties中添加 android.enableAapt2=false…
在android中使用mmm命令编译程序是出现错误. 这种问题一般情况是因为在res/xml文件夹下的中, 或者在res/layout下的文件中出现了没有多语言话的文本例. 解决方法: 不直接在布局文件中写字符串,而是在res/values/strings.xml中写. 例如res/values/strings.xml <string name="topLeftContent">TOP_LEFT</string> 布局文件中再引用 android:text=&q…
很明显,以下的文字来自微软MSDN 链接http://msdn.microsoft.com/en-us/library/windows/desktop/ms681382(v=vs.85).aspx MSDN上分成了几个部分,查起来费事,统一放在这里了. 用kernel32.dll里的FormatMessage可以得到支持多语言的返回消息 有人把这些错误代码整理成了类,供参考 http://www.cnblogs.com/Sabre/p/3929264.html Note The informat…
/************************************************************************* ** winerror.h -- error code definitions for the Win32 API functions ** ** Copyright (c) Microsoft Corp. All rights reserved. ** ***********************************************…
copy 和 strong(retain) 区别 1. http://blog.csdn.net/itianyi/article/details/9018567 大部分的时候NSString的属性都是copy,那copy与strong的情况下到底有什么区别呢? 比如: @property (retain,nonatomic) NSString *rStr; @property (copy, nonatomic)   NSString *cStr; - (void)test: { NSMutabl…
1.使用org.apache.poi解析excle,.xlsx类型文件InputStream is = new FileInputStream(strFileName);XSSFWorkbook wb = new XSSFWorkbook(is);出现异常如下: org.apache.poi.POIXMLException: java.lang.reflect.InvocationTargetExceptionat org.apache.poi.xssf.usermodel.XSSFFactor…
http://www.briandunning.com/error-codes/?source=Windows Windows Error Codes List All Error Codes | Search Errors: FileMaker Error Codes Lasso Error Codes MySQL Error Codes Windows System Errors About this databaseThis is a free public resource. It is…