问题:
在图库中缩略图与实际图片不对应,比如缩略图显示的明明是A图片,点进去发现显示的是B图片。
解决办法:
Go to Setting-->Applications--->Gallery-->Clear Cache
After clearing the cache, open the gallery app, it will automatically regen...
分类:
移动开发 时间:
2014-09-26 12:01:08
阅读次数:
224
Weblogic JDBC配置test on reserve之后仍然出现com.mysql.jdbc.exceptions.jdbc4.CommunicationsException的分析...
分类:
数据库 时间:
2014-09-24 23:27:10
阅读次数:
376
1、要使用MPMoviePlayerViewController首先要加入MediaPlayer.framework.2、加入如下代码:// Implement viewDidLoad to do additional setup after loading the view, typically ...
分类:
其他好文 时间:
2014-09-24 21:22:27
阅读次数:
227
A processor employing a post-cache (LS2) buffer. Loads are stored into the LS2buffer after probing the data cache. The load/store unit snoops the load...
分类:
其他好文 时间:
2014-09-24 02:01:55
阅读次数:
327
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.
For example,
Given [0,1,0,2,1,0,1,3,2,1,2,1]...
分类:
移动开发 时间:
2014-09-23 16:46:54
阅读次数:
224
如题:
python报错提示为:wxPyDeprecationWarning:UsingdeprecatedclassPySimpleApp.解决:
将wx.PySimpleApp()替换为wx.App(False)即可。参考:
http://stackoverflow.com/questions/15144168/error-using-deprecated-class-pysimpleapp-after-removing-epd
分类:
移动开发 时间:
2014-09-23 02:33:24
阅读次数:
5303
IntroductionEven Chris created his article ofUseful Reference Booksages ago I just bumped into it, and after adding my bit I thought to do something s...
分类:
其他好文 时间:
2014-09-22 23:30:33
阅读次数:
346
首先,在viewDidLoad中初始化相关数据: override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
//添加刷新
refreshControl.addTarget(...
分类:
移动开发 时间:
2014-09-22 22:31:43
阅读次数:
253
Success seems to be largely a matter of hanging on after others have let to成功在很大程序上似乎就是别人放弃后,你仍然坚持下去了Success seems to be largely a matter of hanging o...
分类:
其他好文 时间:
2014-09-22 10:24:12
阅读次数:
210
Replicat maintains checkpoints that provide a known position in the trail from which to
start after an expected or unexpected shutdown. By default, a record of these checkpoints
is maintained in a f...
分类:
其他好文 时间:
2014-09-21 13:21:10
阅读次数:
235