搜索资源列表
facade
- 文件说明java模式,The CustomerFacade class offers a higher level business service in the form of the saveCustomerData method. Instead of interacting with each of the subsystem components directly, the client AccountManager can make use of the higher level
RUSE2
- 一个用于搜索本地文件内容的小型搜索引擎,支持词根搜索,类似于"some thing"的搜索,甚至允许单词间隔搜索,比如"some thing"~2,表示some和thing之间可以有小于两个单词的间隔,可以使用关键字and,or,not,但需要说明的是,整个程序中Tester.java是一个Facade类,本程序并没有做应用,如果要基于本程序开发出一个用户界面,可以基于Facade类进行开发,直接调用其中的静态方法就可以了,详细的说明包括设计文档可以参考压缩包中的doc/spec/的文件。-A
PetStoreFacade
- 逻辑业务接口(Facade),使用的方法罗列在里面。-Logical business interfaces (Facade), using the method set out inside.