一、什么是启动时长? 1、启动时长一般包括三种场景,分别是:新装包的首次启动时长,冷启动时长、热启动时长 冷启动 和 热启动 : (1)冷启动:当启动应用时,后台没有该程序的进程,此时启动的话系统会分配一个新的进程给应用。 (2)热启动:程序的进程依然存在,启动时通过已有进程启动进入到Activit ...
分类:
移动开发 时间:
2016-12-14 21:57:19
阅读次数:
408
jasper pass field data from main report to subreport can use it to filter data. ...
分类:
Web程序 时间:
2016-12-13 19:17:01
阅读次数:
209
]# nmap -sP 192.168.1.0/24 Starting Nmap 5.51 ( http://nmap.org ) at 2016-12-12 22:43 CST Nmap scan report for 192.168.1.1 Host is up (0.0029s latency... ...
分类:
系统相关 时间:
2016-12-13 07:10:17
阅读次数:
211
class:importtime
fromopenerp.osvimportosv
fromopenerp.reportimportreport_sxw
classstock_picking_out(report_sxw.rml_parse):
def__init__(self,cr,uid,name,context):
super(stock_picking_out,self).__init__(cr,uid,name,context=context)
self.localcontext.update(..
分类:
Web程序 时间:
2016-12-13 00:23:05
阅读次数:
574
Mysql下载和配置过程 配置完成以后,在启动mysql服务的时候net start mysql,出现了3534错误: The service did not report an error.More help is available by typing NET HELPMSG 3534. 这是因 ...
分类:
数据库 时间:
2016-12-12 11:56:25
阅读次数:
771
今天想用一下显示器自带的喇叭,忽然发现声音输出选项里HDMI的声音设备没了。之前开始使用这台显示器的时是用过一段时间的。 百度了一番,没发现什么线索。后来去谷歌找到这么一段文字: I'm not sure where to report this, but after I upgraded a Le ...
分类:
Windows程序 时间:
2016-12-11 02:51:51
阅读次数:
2126
在很久以前的互联网年代,Google收购了一家名为Urchin的公司,进而演化诞生了Google Analytics。当Goochin(Google / Urchin)首次亮相时,它被所有人称为“新的”企业级网络分析工具。当时它还只是半企业的,也不是全新的,当然也不能与当时的WebTrends,Co ...
分类:
其他好文 时间:
2016-12-10 22:08:22
阅读次数:
143
高盛白皮书 http://www.the-blockchain.com/docs/Goldman-Sachs-report-Blockchain-Putting-Theory-into-Practice.pdf ...
分类:
其他好文 时间:
2016-12-08 09:29:22
阅读次数:
1025
1、perf命令简要介绍 性能调优时,我们通常需要分析查找到程序百分比高的热点代码片段,这便需要使用 perf record 记录单个函数级别的统计信息,并使用 perf report 来显示统计结果; perf record perf report 举例: sudo perf record -e ...
分类:
其他好文 时间:
2016-12-08 02:25:58
阅读次数:
259
优化maven编译速度: 添加环境变量 MAVEN_OPTS -Xms256m -Xmx768m -XX:PermSize=128m -XX:MaxPermSize=256M 为什么设置maven目录路径的环境变量是M2_HOME而不是MAVEN_HOME呢… 原理:看一眼 M2_HOME\bin目 ...
分类:
其他好文 时间:
2016-12-06 16:38:33
阅读次数:
196