由于一个账户在不同的mac机器上进行Archive时会包这个问题,我的解决办法是:在已经可以export的mac上打开Xcode->偏好设置->Account,选择Export Accounts导出账户然后以同样的方式选择Import Accounts进行导入,就OK了。
分类:
移动开发 时间:
2015-01-07 14:44:43
阅读次数:
1814
最近在调试一个关于诡异的bug,问题就是出现在windowmanger.addview(View view)这行代码。
具体情况:代码走到这行,突然没法往下走了,程序没有崩溃,logcat里也没能抓到error级别的日志。
无意中,发现了warning级别的日志。
java.lang.IllegalStateException:xxx has
already been added...
分类:
Windows程序 时间:
2015-01-07 10:59:42
阅读次数:
1596
http://c-nergy.be/blog/?p=5305Hello World,Ubuntu 14.04 has been released on April 17th 2014 and we already released the traditional post about how to ...
分类:
系统相关 时间:
2015-01-05 21:42:27
阅读次数:
302
Insertion Sort:Time Complexity: Best O(n) (when already sorted); Average O(n^2); Worst O(n^2).Space Complexity: O(1) public static void main(String...
分类:
其他好文 时间:
2015-01-04 11:15:10
阅读次数:
249
在我的Eclipse Android app中出现了如下的错误
UNEXPECTED TOP-LEVEL EXCEPTION:
java.lang.IllegalArgumentException: already added: Lorg/xmlpull/v1/XmlPullParser;
....
Conversion to Dalvik format failed with error...
分类:
编程语言 时间:
2015-01-01 10:07:33
阅读次数:
198
org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session: [com.entity.user.Us...
分类:
其他好文 时间:
2015-01-01 00:03:16
阅读次数:
373
Two Sum II - Input array is sorted
Total Accepted: 441
Total Submissions: 1017
Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a...
分类:
其他好文 时间:
2014-12-31 08:43:53
阅读次数:
164
1.yum install minicom -y2.在终端输入:dmesg | grep tty显示从系统启动到现在串口插入拔出的信息: For example: usb 1-2: pl2303 converter now attached to ttyUSB0 查看串口是否可用,可以对串口发送.....
分类:
系统相关 时间:
2014-12-28 00:16:47
阅读次数:
312
错误如下:
==> Downloading http://nginx.org/download/nginx-1.6.2.tar.gz
Already downloaded: /Library/Caches/Homebrew/nginx-1.6.2.tar.gz
==> ./configure --prefix=/usr/local/Cellar/nginx/1.6.2 --with-http...
分类:
系统相关 时间:
2014-12-27 13:57:23
阅读次数:
400
一般是在 Activity 的 OnDestroy 中处理 webView,代码如下: public void onDestroy() { super.onDestroy(); if (webView != null) webView.dest...
分类:
Web程序 时间:
2014-12-26 14:25:11
阅读次数:
297