摘要: 这是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 阅读(958) 评论(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 阅读(1276) 评论(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 阅读(904) 评论(0) 推荐(0) 编辑
摘要: 由于项目需要:自己写了一个WebserviceDemo,把遇到的问题记下来。 方式一 :使用代理类来访问Webservice,此方式不讲解,感觉复杂(神坑)。 (生成的代理路径 C:\Users\admin\AppData\Local\Temp\FrameWork.WebService.Dynami 阅读全文
posted @ 2017-11-07 21:22 ligl007 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 显示结果 2017-8-1 15:57:53 阅读全文
posted @ 2017-08-14 13:10 ligl007 阅读(753) 评论(0) 推荐(0) 编辑
摘要: config配置 在运行程序目录上一层会生成一个Log\\LogConsoleApp.log文件 阅读全文
posted @ 2017-08-10 14:49 ligl007 阅读(375) 评论(0) 推荐(0) 编辑
摘要: CM(Caliburn.Micro)框架绑定DataGridRow事件 public void RowCheckSetting_MouseLeftButtonUp(object sender, MouseButtonEventArgs e) { //todo } EventSetter事件方式处理 阅读全文
posted @ 2017-06-10 10:23 ligl007 阅读(1142) 评论(0) 推荐(0) 编辑
摘要: 1 public class ImageButton : Button 2 { 3 static ImageButton() 4 { 5 DefaultStyleKeyProperty.OverrideMetadata(typeof(ImageButton), new FrameworkPropertyM... 阅读全文
posted @ 2017-04-12 19:28 ligl007 阅读(711) 评论(0) 推荐(0) 编辑
摘要: 先来一发图,有图有真相。 核心代码如下 ProgressBar添加一个textBlock 绑定Value并且位置绑定进度条的实际宽度 Slider(1)也同样添加一个TextBlock绑定Value并且位置绑定变小RepeatButton的实际宽度 Slider(2)也同样添加一个TextBlock 阅读全文
posted @ 2016-11-30 22:58 ligl007 阅读(1272) 评论(0) 推荐(1) 编辑
摘要: public class FtpHelper { public FtpHelper(string p_url, string p_user, string p_password) { if (!p_url.ToUpper().StartsWith("FTP:")) { Url... 阅读全文
posted @ 2016-07-29 15:31 ligl007 阅读(316) 评论(0) 推荐(0) 编辑