搜索资源列表
EJB-Invoker
- 该源码实现了各种EJB之间的调用,可以扩展功能。-achieved between the various EJB call can be expanded.
EJB-Invoker
- 该源码实现了各种EJB之间的调用,可以扩展功能。-achieved between the various EJB call can be expanded.
Invoker
- php的一个dll连接 只是做一个小小的连接demo-used php to line main progress
AsyncInvoke
- Async procedure invoker for MFC applications
CXMLC
- 针对目前存在的大量遗留代码,提出基于Web Service 分布式应用程序模型的C-XML 方法,该方法把C 源代码转换成 XML 格式,迁移到Web 服务器之后,包装、部署成Web 服务以供访问者调用。采用C-XML 方法,只需要付出低廉的代价就可 以实现大量C 源代码在新系统中的重新利用。-There are lots of legacy code in the old system, then C-XML based on
qtemplateinvoker
- Template Invoker for Embedded Linux.
cancel
- cancel - cancel the current entry if it belongs to the invoker.
Command
- 命令模式实现餐厅 将来自客户端的请求传入一个对象,从而使你可用不同的请求对客户进行参数化。用于“行为请求者”与“行为实现者”解耦,可实现二者之间的松耦合,以便适应变化。分离变化与不变的因素。 ①接收者Receiver:是一个类的实例,负责执行与请求相关的具体操作; ②命令接口Command:封装请求的若干个方法; ③具体命令ConcreteCommand:实现命令接口类的实例; ④请求者Invoker:是一个包含Command