码迷,mamicode.com
首页 >  
搜索关键字:trace 归属地    ( 3219个结果
通过外部表读取alert警告文件
--查看alert日志所在目录selectvaluefromv$diag_infowherename=‘DiagTrace‘;VALUE---------------------------------------------------/home/oracle/app/oracle/diag/rdbms/ecom/ecom/trace--查到alert文件的名称(alert文件命名原则:alert_dbname.log)select‘alert_‘||lower..
分类:其他好文   时间:2015-04-19 19:45:01    阅读次数:181
ftrace 提供的工具函数
内核头文件 include/linux/kernel.h 中描述了 ftrace 提供的工具函数的原型,这些函数包括 trace_printk、tracing_on/tracing_off 等。本文通过示例模块程序向读者展示如何在代码中使用这些工具函数。 使用 trace_printk 打印跟...
分类:其他好文   时间:2015-04-19 14:40:06    阅读次数:175
ftrace的使用
This article explains how toset up ftrace and be able to understand how to trace functions. It should be useful for current kernel developers and devi...
分类:其他好文   时间:2015-04-19 14:39:55    阅读次数:228
ftrace用法
ftrace官方文档在kernel/Documentation/trace/ftrace.txt文件中。使用ftrace接口之前,如果系统没有自动挂载debugfs文件系统,则要先手动挂载。# mount -t debugfs nodev /sys/kernel/debugftracer的目录为/s...
分类:其他好文   时间:2015-04-19 14:33:51    阅读次数:148
使用 ftrace 调试 Linux 内核,第 3 部分
内核头文件 include/linux/kernel.h 中描述了 ftrace 提供的工具函数的原型,这些函数包括 trace_printk、tracing_on/tracing_off 等。本文通过示例模块程序向读者展示如何在代码中使用这些工具函数。使用 trace_printk 打印跟踪信息f...
分类:系统相关   时间:2015-04-19 14:27:21    阅读次数:176
flash/flex 编译错误汇总
来源:http://blog.chinaunix.net/uid-366408-id-116463.html代码消息说明1000对 %s 的引用不明确。引用可能指向多项。例如,下面使用了rss和xml命名空间。每个命名空间为hello()函数定义了不同的值。trace(hello())语句返回此错误...
分类:其他好文   时间:2015-04-19 00:57:44    阅读次数:511
TraceView 使用详解 android eclipse
先看命令(配置好环境变量的情况下,直接traceview+空格+ trace文件路径即可):TraceView是什么Traceview是android平台配备一个很好的性能分析的工具。它可以通过图形化的方式让我们了解我们要跟踪的程序的性能,并且能具体到method。Traceview的作用1.查看跟...
分类:移动开发   时间:2015-04-17 17:35:49    阅读次数:241
[Erlang_Question31]Erlang trace总结
如何trace erlang里面函数?
分类:其他好文   时间:2015-04-17 01:14:31    阅读次数:218
Android实例-手机安全卫士(三十四)-优化归属地查询
一、目标 1、处理110、10086、座机等非手机号码的归属地;二、代码实现 1、判断输入框中的文本是否符合手机号码的格式(1开头,第二位是345678,后面9位均为0-9的整数),根据手机号码的特点确定其正则表达式为“1[345678]\d{9}”,在代码中正则表达式以“^”开头,以“$”结束.....
分类:移动开发   时间:2015-04-16 12:18:32    阅读次数:168
(诊断)No module named MySQLdb
启动Keystone同步数据库时提示:2015-04-16 10:53:24.010 5747 TRACE keystone File "/usr/local/python2.7/lib/python2.7/site-packages/sqlalchemy/connectors/mysqldb......
分类:数据库   时间:2015-04-16 12:06:02    阅读次数:209
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!