silveright 5.0 搜索代码生成系统

这几天完成了 搜索代码自动生成系统。使用silverlight搜索代码自动生成系统比普通使用linq编写搜索代码有如下优点

1.门槛低。不需要专业人士,普通老百姓也能通过该系统,在界面上点点需要的信息。系统自动生成搜索代码。

2.搜索范围更广。现在是在一个context下做搜索。使用该系统今后可以搜索客户自定义数据

3.使用流程

   3.1copay Url to the text box.

   3.2click go button , our customer webbrowser will load the targe page.

   3.3 click Inspect button. the system will preper the document for retrive data and generat xpath.

   3.4 click the price.

   3.5 price will retrieved and displayed. xpath will auto be generated

4.future works

   4.1 design DB ,

   4.2 refine UI

   4.3 implement Mapping

   4.4 implement QueryDom

   4.5 design Customer data saving ,

   4.6 design BotTaskManager,

原文地址:https://www.cnblogs.com/mjgb/p/2148601.html