摘要: 服务端是CS程序,客户端(调用者)是BS程序 一、代码结构: 二、服务接口Contract和实体类Domain INoticeService: using Domain; using System; using System.Collections.Generic; using System.Lin 阅读全文
posted @ 2017-07-26 12:23 0611163 阅读(489) 评论(0) 推荐(0)
摘要: SQL: select * from PT_ORG_INFO START WITH id='102' CONNECT BY PRIOR id=par_id 连表递归查询SQL: select info.* from PT_CAMERA_INFO info join (select * from PT 阅读全文
posted @ 2017-07-26 12:04 0611163 阅读(314) 评论(0) 推荐(0)