1.静态分析工具-Lint 检查内存泄漏 Android Studio 自带的工具,使用方式 Analyze -》Inspect Code 然后选择想要扫面的区域 2.LeakCanary工具 3.Android Monitor 内存溢出和内存泄漏的区别 内存溢出 out of memory,是指程 ...
分类:
其他好文 时间:
2019-11-16 11:01:30
阅读次数:
102
Targeted packet sniffing Now all the data will be stored in the file name specified after the -write option. We can analyze this data using Wireshark. ...
分类:
Web程序 时间:
2019-11-09 19:41:17
阅读次数:
107
pg_flame 是golang 编写的一个将pg的EXPLAIN ANALYZE 转换为火焰图,使用简单 以下是一个简单的demo 环境准备 docker-compose 文件 version: "3" services: postgres: image: postgres:9.6.11 port ...
分类:
数据库 时间:
2019-10-28 16:13:05
阅读次数:
146
在 explain的帮助下,您就知道什么时候该给表添加索引,以使用索引来查找记录从而让select 运行更快。 如果由于不恰当使用索引而引起一些问题的话,可以运行 analyze table来更新该表的统计信息,例如键的基数,它能帮您在优化方面做出更好的选择。 explain 返回了一行记录,它包括 ...
分类:
数据库 时间:
2019-10-28 14:40:19
阅读次数:
86
1、toad 如何进行表分析?(1)选中表名按F4,然后弹出对话框有个按钮叫Analyze table,点击后按绿色的三角符号(2)进行表分析的作用是整理索引,提高执行效率2、toad中如何查看sql的执行计划(1)通过toad中的Run explain plan for current state ...
分类:
其他好文 时间:
2019-10-27 18:41:19
阅读次数:
166
名词解释: OOA:面向对象分析 A:Analyze OOD:面向对象设计D:Design OOP:面向对象编程P:Program OOP六大原则(上):对象单一职责、里式替换原则、迪米特法则、开闭原则 对象单一职责:我们设计的对象必须职责明确,不能让他成为万能类,这里的对象可以是模块、类库,程序集 ...
分类:
其他好文 时间:
2019-10-19 20:24:59
阅读次数:
129
Oracle Analyze table 表名 :一般可以指定分析 表,所有字段,所有索引字段,所有索引。 若不指定则全部都分析。 但不一定都能成功。 最近 它就使 表 PO.PO_REQUISITION_LINES_ALL 的所有索引破坏了, 致PO模块的请购功能无法 使用。 因此,使用ANALY ...
分类:
数据库 时间:
2019-10-09 12:30:03
阅读次数:
91
Sat Sep 21 06:00:00 2019Begin automatic SQL Tuning Advisor run for special tuning task "SYS_AUTO_SQL_TUNING_TASK"End automatic SQL Tuning Advisor run ...
分类:
数据库 时间:
2019-09-21 23:29:36
阅读次数:
173
What is DNS Spoofing Sniff the DNSRR packet and show on the terminal. Analyze the following DNSRR records. Redirecting DNS Responses ...
分类:
编程语言 时间:
2019-09-01 18:53:06
阅读次数:
104
INTERCEPTING & MODIFYING PACKETS Scapy can be used to: Create packets. Analyze packets. Send/receive packets. But it can't be used to intercept packet ...
分类:
编程语言 时间:
2019-09-01 16:16:08
阅读次数:
97