在用ActionBar的自定义ActionProvider的时候有时候会遇到以下的报错:产生的原因是:引入的ActionProvider的包出错了如果引入的是import android.support.v4.view.ActionProvider;就会产生上诉错误。修改错误:将引入包改成impor...
分类:
移动开发 时间:
2014-09-23 18:58:25
阅读次数:
290
1.新建文件后再删除失败,提示文件正在被另一程序使用中(The process cannot access the file because it is being used by another process.) func main() {
NewConfigIni()
DeleteConfigTemp()
}
func Delet...
分类:
其他好文 时间:
2014-09-23 16:35:45
阅读次数:
183
http://helpdeskgeek.com/help-desk/windows-cannot-access-the-specified-device-path-or-file/Method 1 – Windows Server 2003 Terminal ServicesFirstly, if ...
分类:
数据库 时间:
2014-09-23 11:05:04
阅读次数:
234
无法加载'pdo_mysql' ,因为需要pdo这个module。PHP Warning: Cannot load module 'pdo_mysql' because required module 'pdo' is not loaded in Unknown on line 0步骤1、进入源安装...
分类:
Web程序 时间:
2014-09-22 00:54:31
阅读次数:
934
===================NSArray====================(不可变数组,一旦建立就不能被更改)Ordered collection of objects.Immutable(you cannot add or remove objects to it once it...
分类:
其他好文 时间:
2014-09-21 23:58:31
阅读次数:
161
在Xcode中当你在更新了你得证书而再重新编译你的程序,真机调试会出现“Your build settings specify a provisioning profile with the UUID‘XXX’, however, no such provisioning profile was found. Xcode can resolve this issue by downloading...
分类:
其他好文 时间:
2014-09-20 19:20:19
阅读次数:
226
Strings are constant; their values cannot be changed after they are created String s1 = "Hello";String s2 = "Hello";System.out.println(s1==s2); //true...
分类:
其他好文 时间:
2014-09-20 17:16:59
阅读次数:
185
在linux上安装Android开发环境时,R文件不能生成。提示libz.so.1找不到。。。。执行aapt果然报错了。折腾了半天。
在网上找到一篇文章,查找该库的进行安装,终于解决了,在此记录下。。
1 到sdk目录 tools下执行 ./aapt ,根据报错信息,查看缺少的库
2 执行以下命令,查看谁提供该库 如
yum whatprovides ld-linux.so.1...
分类:
其他好文 时间:
2014-09-20 14:05:37
阅读次数:
227
加入以下,解决 <properties> <jdk.version>1.6</jdk.version> <spring.version>3.2.8.RELEASE</spring.version> <spring.security.version>3.2.3.RELEASE</spring.security.version> <!-- Web --> <jsp.version>...
分类:
编程语言 时间:
2014-09-19 22:38:36
阅读次数:
246
svn更新代码后,打开xcode工程文件,会出现 xxx..xcodeproj cannot be opened because the project file cannot be parsed.因为.xcodeproj工程文件冲突了,然后还是会强制更新,内部文件出现了冲突,所以解析不了文件.会出...
分类:
其他好文 时间:
2014-09-19 21:08:56
阅读次数:
197