会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
零七八碎的资料
博客园
首页
新随笔
联系
订阅
管理
2017年12月3日
php webservcie
摘要: Service.php SoapDiscovery.class.php create_wsdl.php client.php 调用create_wsdl.php后生成wsdl文件,内容如下:注意下面红色地址 访问client.php可以看到返回结果.
阅读全文
posted @ 2017-12-03 12:37 doctorsun
阅读(192)
评论(0)
推荐(0)
2017年11月30日
wnmp配置
摘要: 下载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
阅读(491)
评论(0)
推荐(0)
2017年11月5日
WCF+EF+mysql发布到IIS7上
摘要: 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
阅读(260)
评论(0)
推荐(0)
2017年11月4日
VS2017 c# EF使用 mysql
摘要: 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
阅读(4591)
评论(0)
推荐(0)
2017年10月17日
VBA保存时备份文件到指定目录
摘要: 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
阅读(2274)
评论(0)
推荐(0)
2017年10月4日
android常见问题
摘要: getColor过时 ContextCompat.getColor(context, R.color.my_color) Frament中使用startActivityForResult返回调用在Activity中: getActivity().startActivityForResult(new
阅读全文
posted @ 2017-10-04 17:15 doctorsun
阅读(90)
评论(0)
推荐(0)
2017年9月1日
git使用
摘要: 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
阅读(150)
评论(0)
推荐(0)
2017年6月18日
字号与映射
摘要: 初号=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
阅读(210)
评论(0)
推荐(0)
2017年6月4日
WCF使用windows服务作为宿主
摘要: App.config 可以去除App.config,使用代码直接配置 1.测试工具使用wcftestclient 2.客户端测试:
阅读全文
posted @ 2017-06-04 16:20 doctorsun
阅读(516)
评论(0)
推荐(0)
公告