1down voteacceptedIf you're loading images like:[UIImage imageNamed:@"myImage.png"];Then the memory for this image will not deallocated, becauseimageN...
分类:
其他好文 时间:
2014-11-10 21:30:47
阅读次数:
195
js代码:i=0function img(){ i++ if(i==7) { i=1 } document.getElementById('photo').src="images/"+i+".jpg"; setTimeout("img()",2000) }function onClickNu...
分类:
其他好文 时间:
2014-11-09 20:49:02
阅读次数:
258
js代码:i=16 /*图片要命名为数字,从17开始*/function img(){ i++ if(i==23){ i=17 } document.getElementById('photo').src="images/"+i+".jpg"; /*图片的格式要注意*/ setTimeout(".....
分类:
其他好文 时间:
2014-11-08 18:11:11
阅读次数:
201
1、找到火狐的安装目录 2、修改默认的文件名 3、删除之前所有的火狐启动方式(快捷方式,任务栏),右击选择发送到桌面
分类:
其他好文 时间:
2014-11-08 13:26:00
阅读次数:
113
在创建Android模拟器时间发现提示“No system images installed for this target”问题,无法创建模拟器,如下图:解决:经上网查证,发现原因在于CPU/ABI选项无法选择,并显示“No system images installed for this tar...
分类:
移动开发 时间:
2014-11-07 14:43:20
阅读次数:
220