SystemTap脚本主要是由探测点和探测点处理函数组成的,来看下都有哪些探测点可用。
The essential idea behind a systemtap script is to name events, and to give them handlers.
Systemtap works by translating the script to C, running the system C compiler to create a kernel module from that.
When t...
分类:
其他好文 时间:
2014-06-07 01:59:08
阅读次数:
369
HTMLParser, a simple lib as html/xhtml parser
官方解释:
This module defines a class
HTMLParser which serves as the basis for parsing text files formatted in HTML (HyperText...
分类:
编程语言 时间:
2014-06-05 11:02:37
阅读次数:
354
全BADI一览
List of BAPI's
BAPI WG
Component
Function module name
Description
Description
Obj. Type
Object name
Method n...
分类:
Windows程序 时间:
2014-06-05 09:26:37
阅读次数:
3265
场景描述:被测系统是发布在远程服务器上的,假设IP是10.10.10.10,端口是8066,那么访问地址是http://10.10.10.10:8066/,在control机器上我设置了IP欺骗。错误现象:在场景运行时出现大量Action.c(8):
Error -27796: Failed to ...
分类:
其他好文 时间:
2014-06-04 19:04:58
阅读次数:
1295
JBPM在Eclipse中运行时页面错误ProcessEngine cannot be
resolved to a type从网上找了一些杂七杂八的回答,比如在Java EE Module
Dependencies设置中添加依赖的jar但是这个设置是以前旧版本的Eclipse所有的。新版的已经没有这...
分类:
系统相关 时间:
2014-06-03 13:25:27
阅读次数:
482
转载:http://zjcxyxy.blog.163.com/blog/static/9005992520131125105626409/1、安装IIS。在控制面版安装后,发现没有IIS管理功能,重新配置,发现有一些选项默认没有打勾,将Internet信息服务下全部选中,控制面版出来了IIS管理选项...
分类:
Web程序 时间:
2014-06-03 08:14:21
阅读次数:
419
问题描述:System.Xml类库下实例化的对象所有枚举类的值都显示如标题错误解决方案1:查看所在类是否:MonoBehaviour,如果没继承,添加即可。
分类:
其他好文 时间:
2014-05-31 07:53:41
阅读次数:
387
在用mdk通过stlink烧写官方例程到stm32f429I
discovery时,烧写了十来个程序都没问题,突然在烧写一个程序时,弹出了“flash download failed - Target dll has
been cancelled”,然后后续的烧写都失败了。原因可能是其中一个程序将s...
分类:
其他好文 时间:
2014-05-31 06:58:56
阅读次数:
2006
不同的编程语言都有各自的代码组织和复用的方式,如.net、php中的命名空间,python中的import,ruby中的module等,来避免命名空间污染。一直都没搞清楚node中的exports和module.exports的区别,借此搞清楚node的代码模块复用方式。首先怎么创建node中的mo...
分类:
Web程序 时间:
2014-05-30 14:47:27
阅读次数:
236
解决SQL Server管理器无法连接远程数据库Error: 1326错误我们在在使用SQL
Server时都会遇到使用SQL Server Management Studio无法连接远程数据库实例的问题,错误描述信息摘录如下:An error has
occurred while establis...
分类:
数据库 时间:
2014-05-29 20:50:49
阅读次数:
404