在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
Eclipse中出现这样的问题:Collect preferences failed, class java/lang/AutoCloseable not found in D:\Program Files (x86)\Android\android-sdk\platforms\android-19...
分类:
移动开发 时间:
2014-09-20 14:03:27
阅读次数:
4381
这个版本的chrome beta升级到38.0.2x.xxx的时候, flash就挂了.
调试下
./libpepflashplayer.so: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./libpepflashplayer.so)
linux-vdso.so.1...
分类:
其他好文 时间:
2014-09-19 22:33:16
阅读次数:
243
fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/apple/Library/Developer/Xcode/DerivedData/ModuleCache/1380X6D9Q9RXZ/Darwin.pcm": module file not found'
解决办法...
分类:
移动开发 时间:
2014-09-19 19:24:35
阅读次数:
340
"Microsoft.crm.setup.Srsdataconnector UnregisterServer Action操作失败:Requested value 'geo' was not found"1. Ran the follow FixIt tool to remove the progr...
分类:
其他好文 时间:
2014-09-19 11:44:45
阅读次数:
201
错误如下:Undefinedsymbolsforarchitecturei386:"_sqlite3_close",referencedfrom:-[DatabaseOperationcloseDatabase]inDatabaseOperation.o"_sqlite3_exec",referencedfrom:-[DatabaseOperationcreateTable:]inDatabaseOperation.o-[DatabaseOperationInsertTable:]inDatabase..
分类:
数据库 时间:
2014-09-19 02:21:25
阅读次数:
226
namespace?Common/Model;
....
class?....?{
????$pdo?=?new?PDO(...);
...
} 提示not found 原因便是开头使用了namespace,导致下面的PDO,被理解为Common/Model/PDO了,只需在第二行加上 use?PDO; 问...
分类:
其他好文 时间:
2014-09-18 20:49:04
阅读次数:
137
先看这个查询:publicFcLatestSumDeliverfindByAccount(Stringaccount){
Stringjpql="selectafromFcLatestSumDeliverawherea.account=:account";
returnentityManager.createQuery(jpql,FcLatestSumDeliver.class).setParameter("account",account).getSingleResult();
}当一个..
分类:
编程语言 时间:
2014-09-18 09:54:14
阅读次数:
155
Eclipse之Launch failed,Binary not found...
分类:
编程语言 时间:
2014-09-17 18:45:52
阅读次数:
261
执行shell脚本报错 '\357\273\277': command not found 解决办法...
分类:
其他好文 时间:
2014-09-17 18:40:02
阅读次数:
247