摘要:
利用msxml解析xml文本
作者:不详 今年浏览:4 本月浏览:4 今日浏览:1 总浏览:4 日期:2004-10-25
发表人: 风尚开发网:http://www.vwind.com 文章类型: 转载 来源:[大/中/小] 打印
http://www.vwind.com/dev/show.php?id=361&dirid=43&pa......
摘要:tuxedo开发过程中很难找到关于监控的文章,以下内容是翻译自http://e-docs.bea.com/tuxedo/tux71/html/admon15.htm,希望有人继续完成这些文档的翻译。使用mib来监控你的应用基本上你可以用mib完成两种操作:从mib得到信息(get操作)和更新mib中的信息(set操作),你随时能通过一套atmi函数(例如:tpalloc,tprealloc,tpc......
我的权限组件
用户为登录用,对应到人.群组对应为用户的集合,是一种特殊的用户.角色为一组权限项的集合,用户(群组)都有各自的角色. 【程序编程相关:
在blog中显示天气预报、日历、时钟、M】
首先,设置三种要素:用户.群组.角色. 【推荐阅读:
(delphi)程序运行过程中等待对话框】
权限的实现通过permission类与rule类来实现. 【扩展信息:
j2me中使用System.gc()】
permission供外部调用,rule为一个接口,为权限判断规则.
permission是一个抽象类,有以下方法
public boolean haspermission(user user,hashmap olddata,input input);
public string getpermissionname();
public abstract rule[] getdenyrule();
public abstract rule[] getacceptrule();...
下一页 摘要:preface
xml is one of the most important developments in document syntax in the history of computing. in the last few years it has been adopted in fields as diverse as law, aeronautics, finance, insu......