Ext.Msg.alert等弹出框在某些安卓手机上,点击确定后不消失。
原因是:
消息框点击确定后有一段css3 transform动画,动画完成后才会隐藏(display:none)。有些奇葩手机就是不一样。
解决办法就是禁用消息框的动画:
方法一:
在app.js的launch方法里面加上
Ext.Msg.defaultAllowedConfig.showAnimatio...
分类:
移动开发 时间:
2014-05-14 01:29:00
阅读次数:
881
Continuous Login
Time Limit: 2 Seconds Memory Limit: 131072 KB Special Judge
Pierre is recently obsessed with an online game. To encourage users to log in, this game will give user...
分类:
其他好文 时间:
2014-05-14 01:25:00
阅读次数:
396
gdbserver 调试程序
底层调用c/c++ 动态库, 动态库带调试选项
查看手机IP 192.168.1.177
包所调用的c/c++ 库是在/data/data/包名/lib/ 下
1、将安卓ndk 目录/usr/local/src/android-ndk-r9d/prebuilt/android-arm/gdbserver/gdbserver 在win 下通过adb ...
分类:
移动开发 时间:
2014-05-14 01:19:49
阅读次数:
498
DNA Sorting
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 80359
Accepted: 32327
Description
One measure of ``unsortedness'' in a sequence is the number of ...
分类:
其他好文 时间:
2014-05-13 23:34:18
阅读次数:
303
apkplug是android插件化/模块化开发的解决方案,利用apkplug可轻松实现安卓APP的模块化,简化开发难度,减小APP大小。本系列文讲解apkplug的基本结构与开发原理。...
分类:
移动开发 时间:
2014-05-13 09:29:10
阅读次数:
548
Run Away
Time Limit: 3000MS
Memory Limit: 65536K
Total Submissions: 5631
Accepted: 1728
Description
One of the traps we will encounter in the Pyramid is located in the ...
分类:
其他好文 时间:
2014-05-13 07:53:49
阅读次数:
362
题目链接:
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3768
Continuous Login
Time Limit: 2 Seconds Memory Limit: 131072 KB Special Judge
Pierre is recently obsessed...
分类:
其他好文 时间:
2014-05-13 07:28:07
阅读次数:
412
??
Five Tiger
Accepted : 34
Submit : 107
Time Limit : 1000 MS
Memory Limit : 65536 KB
题目描述
五虎棋是流传在东北民间的一种游戏,GG小的时候,经常被表哥虐得很惨。
由于各个地区的规则可能不大相同,并且GG的回忆不...
分类:
其他好文 时间:
2014-05-13 06:27:33
阅读次数:
251
apkplug是android插件化/模块化开发的解决方案,利用apkplug可轻松实现安卓APP的模块化,简化开发难度,减小APP大小。本系列文讲解apkplug的基本结构与开发原理。...
分类:
移动开发 时间:
2014-05-13 00:25:16
阅读次数:
439
Android系统下的apk程序都是通过名为PackageManagerService的包管理服务来管理的。PacketManagerService是安卓系统的一个重要服务,由SystemServer启动,主要实现apk程序包的解析,安装,更新,移动,卸载等服务。不管是系统apk(/system/app),还是我们手工安装上去的,系统所有的apk都是由其管理的。 以android 4...
分类:
移动开发 时间:
2014-05-12 23:38:46
阅读次数:
474