摘要: Service.php SoapDiscovery.class.php create_wsdl.php client.php 调用create_wsdl.php后生成wsdl文件,内容如下:注意下面红色地址 访问client.php可以看到返回结果. 阅读全文
posted @ 2017-12-03 12:37 doctorsun 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 下载window版 1、 解压到F:/wnmp/nginx 2、 cd f:/wnmp/nginx 3、 输入start nginx.exe 启动 4、 浏览器输入localhost Wellcome to nginx~ 5、 创建自己的虚拟主机 修改配置文件, server { listen 80 阅读全文
posted @ 2017-11-30 19:19 doctorsun 阅读(459) 评论(0) 推荐(0) 编辑
摘要: 1.创建一个 【WCF服务应用程序】。 2.增加内部类库的引用,EntityFramework (Version 6.2)。MySql.Data, MySql.Data.Entity.EF6 (Version 6.9.9) 3.配置Web.config 4.创建svc文件: 内容: <%@ Serv 阅读全文
posted @ 2017-11-05 14:14 doctorsun 阅读(249) 评论(0) 推荐(0) 编辑
摘要: mysql-connector-net-6.9.9.msi 完全安装mysql-for-visualstudio-1.2.7.msi 完全安装 添加 MySql.Data 、MySql.Data.Enity 包 MySql.Web install-package EntityFramework -v 阅读全文
posted @ 2017-11-04 18:42 doctorsun 阅读(4552) 评论(0) 推荐(0) 编辑
摘要: Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean) d = Format(Now(), "yyyy-mm-dd_HH.mm.ss") s = Left(ThisWorkbook.Name, InS 阅读全文
posted @ 2017-10-17 22:29 doctorsun 阅读(2230) 评论(0) 推荐(0) 编辑
摘要: getColor过时 ContextCompat.getColor(context, R.color.my_color) Frament中使用startActivityForResult返回调用在Activity中: getActivity().startActivityForResult(new  阅读全文
posted @ 2017-10-04 17:15 doctorsun 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 1.上传一个项目到git git init git add . git commit -m "first commit" git remote add origin https://github.com/company/project.git git push -u origin master 2. 阅读全文
posted @ 2017-09-01 20:39 doctorsun 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 初号=42磅=14.82毫米 小初=36磅=12.70毫米 一号=26磅=9.17毫米 小一=24磅=8.47毫米 二号=22磅=7.76毫米 小二=18磅=6.35毫米 三号=16磅=5.64毫米 小三=15磅=5.29毫米 四号=14磅=4.94毫米 小四=12磅=4.23毫米 五号=10.5磅 阅读全文
posted @ 2017-06-18 21:30 doctorsun 阅读(166) 评论(0) 推荐(0) 编辑
摘要: App.config 可以去除App.config,使用代码直接配置 1.测试工具使用wcftestclient 2.客户端测试: 阅读全文
posted @ 2017-06-04 16:20 doctorsun 阅读(512) 评论(0) 推荐(0) 编辑