码迷,mamicode.com
首页 >  
搜索关键字:heap dump    ( 7232个结果
oracle 判断中文函数
create or replace function func_chinese(p_str in varchar2, -- 输入的字符串p_code in varchar2, -- dump(字符串)p_chinese in pls_integer -- 1, 提取汉字, 非1, 提取非汉字) r....
分类:数据库   时间:2014-07-16 19:13:11    阅读次数:377
Android分析第三方应用layout的神器
hierarchyviewer.bat或者monitor.bat一直都是分析layout的神器,不过,很多时候不好用,连不上真机,害的我不得不使用模拟器来分析layout。 今天发现了另外一个申请,就在ADT里面,它就躺在那,我怎么一直就没发现? Dump View Hierarchy for UI Automator...
分类:移动开发   时间:2014-07-16 09:41:12    阅读次数:358
Android Proguard使用技巧
1.混淆后解码ProGuard运行结束后,输出以下文件:dump.txt :描述.apk文件中所有类文件间的内部结构mapping.txt:列出了原始的类,方法和字段名与混淆后代码间的映射。这个文件很重要,当你从release版本中收到一个bug报告时,可以用它来翻译被混淆的代码。seeds.txt...
分类:移动开发   时间:2014-07-15 08:05:59    阅读次数:338
Linux基础之dump和restore
备份:dump利用dump备份目录时,有以下限制:o 所有癿备份数据都必项要在该目录 (本例为:/home/someone/) 底下; o 且仅能使用 level 0 ,亦即仅支持完整备份而已; o 支持 -u 选顷,亦即无法建立 /etc/dumpdates 这个各别 level 备份的时间记录文...
分类:系统相关   时间:2014-07-14 21:21:32    阅读次数:358
windows 系统模拟蓝屏方法
在Windows运维过程中,经常会遇到问题,需要故障重现,以下是模拟操作系统蓝屏的方法,a)当问题再次发生,我们可以收集fullmemorydump.配置的具体方法:1.关闭ASR功能防止计算机在收集dump时重启2.在系统选项里的高级选项里选择writedebugginginformation下的”completememoryd..
分类:Windows程序   时间:2014-07-14 16:25:16    阅读次数:257
堆排序及其相关操作
这里记录下堆的相关操作。 op 1: ''' @ data: the heap array @ p : index of parent item @ n : number of data @@ Swap p and it's son items, make p the largest of them ''' def swapForMaxHeap(data, n, p): l...
分类:其他好文   时间:2014-07-13 17:07:15    阅读次数:223
start com.android.settings/com.android.settings.SubSettings activity
1. get class name: adb shell shell@android:/mnt/sdcard/books $ dumpsys window windows >dump.txt grep "focus"   mFocusedApp=AppWindowToken{420a5df8 token=Token{420a5c00 ActivityRecord{420a5ac8 com....
分类:移动开发   时间:2014-07-13 16:04:51    阅读次数:273
Android 性能优化 五 性能分析工具dumpsys的使用
Android提供的dumpsys工具可以用于查看感兴趣的系统服务信息与状态,手机连接电脑后可以直接命令行执行adb shell dumpsys 查看所有支持的Service但是这样输出的太多,可以通过dumpsys | grep "DUMP OF SERVICE" 仅显示主要的Service的信息 一、列出dumpsys所有支持命令 > adb shell $ dumpsys | g...
分类:移动开发   时间:2014-07-12 23:34:28    阅读次数:459
Exception in thread "HSQLDB Connection @429be9" java.lang.OutOfMemoryError: Java heap space
Exception in thread "HSQLDB Connection @429be9" java.lang.OutOfMemoryError: Java heap space 在服务器下的data/xxxx也就是数据库路径下,我的在F:\tomcat7\bin\data下删掉关于xxxx的文件及文件夹。...
分类:数据库   时间:2014-07-12 22:08:20    阅读次数:338
POJ-1785-Binary Search Heap Construction(笛卡尔树)
Description Read the statement of problem G for the definitions concerning trees. In the following we define the basic terminology of heaps. A heap is a tree whose internal nodes have each assigned...
分类:其他好文   时间:2014-07-12 18:52:12    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!