dematching
来自「ftam等标准协议服务器和客户端的源代码。」· 代码 · 共 37 行
TXT
37 行
In many cases, the Directory will be able to resolve queries successfully, even if you enter names which do not exactly match the names in the Directory.However, you may find that the Directory will fail to find a match, which appears to be almost correct. The following query provides such an example: person> kille department> computing science organisation> ucl country> gbIn this case, the Directory Service returns with the message: "No departmentsmatch `computing science'", although the correct name of the department,"computer science", is very similar. The reason for this failure is that too much information has been provided for approximate matching to work. In general, the less you type, the more matches the system will return. Thus, entering "comp" at the departmentprompt will obtain the following response:Got the following approximate matches. Please select one from the listby typing the number corresponding to the entry you want. 1 Computer Science 2 Computerised TomographyAlternatively, typing "comp sci" will obtain the following matches: 1 Central Computing Service 2 Computer ScienceYou may find that the system will occasionally return some "matches" which you find hard to understand - the approximate matching uses phonetics ifmore precise matching is not possible. See the help screen on WILDCARDS for details on how to exercise more controlover the type of matching used by this service.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?