全屏在Activity的onCreate方法中的setContentView(myview)调用之前添加下面代码requestWindowFeature(Window.FEATURE_NO_TITLE);//隐藏标题getWindow().setFlags(WindowManager.LayoutP...
分类:
移动开发 时间:
2014-07-16 19:52:27
阅读次数:
327
Many of the management problems in virtualization are caused by the annoyingly popular & desirable host migration feature! I previously talked about P...
分类:
其他好文 时间:
2014-07-16 18:23:52
阅读次数:
296
Virtio So-called "full virtualization" is a nice feature because it allows you to run any operating system virtualized. However, it's slow because the...
分类:
其他好文 时间:
2014-07-16 18:20:33
阅读次数:
214
Eclipse的发布流程M108/19/2009M2 09/30/2009M3 11/11/2009M4 12/16/2009M5 02/03/2010M6 03/17/2010 API FreezeM7 05/05/2010 Feature FreezeRC1 05/19/2010RC2 05/2...
分类:
系统相关 时间:
2014-07-14 19:59:05
阅读次数:
388
设置全屏1、在onCreat方法中setContentView()之前插入requestWindowFeature(Window.FEATURE_NO_TITLE);//取消标题栏getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCR...
分类:
移动开发 时间:
2014-07-14 00:40:35
阅读次数:
336
官方说明
原理
实例讲解
(1)生成差异包
(2)使用旧apk+差异包,在客户端合成新apk
注意事项
demo
自从 Android 4.1 开始,Google引入了应用程序的增量更新。
官方说明
Smart app updates is a new feature of Google Play that introduce...
分类:
移动开发 时间:
2014-07-13 17:07:56
阅读次数:
332
选择排序的时间复杂度为O(n^2),是不稳定的排序
冒泡排序的时间复杂度最好情况下为O(n),最坏情况下为O(n^2),平均情况下为O(n^2),是稳定的排序
插入排序的时间复杂度最好情况下为O(n),最坏情况下为O(n^2),,平均情况下为O(n^2),是稳定的排序
1.选择排序
def selection(lista):
leng=len(lista);
for i in rang...
分类:
编程语言 时间:
2014-07-12 21:20:59
阅读次数:
244
在Linux Kernel中有些constant需要被C code 跟 assembler共同使用在用constant的時候,不能單方面給0x1000UL因為assembler無法看這東西。但是C compiler卻可以。所以使用這個gcc feature.讓C compiler看到的constan...
分类:
其他好文 时间:
2014-07-12 14:07:30
阅读次数:
166
常用的一些选项有:问题类型Bug测试过程维护过程发现影响系统运行的缺陷New Feature对系统提出的新功能Task需要完成的任务Improvement对现有系统功能的改进Requirement Change 需求变更JIRA系统中用优先级来表示问题的严重级别,有以下几种级别:优先级 block>...
分类:
其他好文 时间:
2014-07-12 08:53:52
阅读次数:
260
oracle11g new feature SPM
有助于保持sql的语句特性,只允许执行性能提高的执行计划。
它不同于stored outlines, spm在于稳定sql性能,而store outlines在于冻结sql执行计划
事列
1.启用optimizer_cature_sql_plan_baselines 捕获sql语句
SQL> alter sess...
分类:
数据库 时间:
2014-07-10 23:36:46
阅读次数:
364