11 2017 档案

摘要:这是java写的webservice,并发布成功。 使用Fidder Get调用和POST调用 get比较简单: http://192.168.3.176:8080/AppTestService/services/KRNet?method=doAction2&type=KR_GET_PATIENT& 阅读全文
posted @ 2017-11-20 12:55 ligl007 阅读(985) 评论(0) 推荐(0)
摘要:<Window x:Class="WPFDrawing.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/ 阅读全文
posted @ 2017-11-16 21:52 ligl007 阅读(1315) 评论(0) 推荐(0)
摘要:下面是GET请求 AT+HTTPPARA? 查询设置的Para命令 AT+SAPBR=1,1 (模块启动后设置一次即可)OK AT+HTTPINIT (初始化)OK AT+HTTPPARA=CONTENT,application/x-www-form-urlencoded (Content-Type 阅读全文
posted @ 2017-11-16 20:48 ligl007 阅读(981) 评论(0) 推荐(0)
摘要:由于项目需要:自己写了一个WebserviceDemo,把遇到的问题记下来。 方式一 :使用代理类来访问Webservice,此方式不讲解,感觉复杂(神坑)。 (生成的代理路径 C:\Users\admin\AppData\Local\Temp\FrameWork.WebService.Dynami 阅读全文
posted @ 2017-11-07 21:22 ligl007 阅读(421) 评论(0) 推荐(0)