摘要:
Centos下安装Docker 切换成root用户sudo su - 运行命令yum -y install docker安装docker 运行命令service docker start启动docker 运行命令docker run hello-world 测试运行hello-world 修改doc 阅读全文
随笔分类 - .Net|.NetCore
Remote小Demo
2015-05-21 21:00 by Yang-Onion, 222 阅读, 收藏,
摘要:
Demo基于http://www.cnblogs.com/zhili/p/NETRemoting.htmlRemotingObjusing System;using System.Collections.Generic;using System.Linq;using System.Runtime.R... 阅读全文
WCF发布错误及解决方案
2015-04-22 19:48 by Yang-Onion, 1945 阅读, 收藏,
摘要:
一:在本机直接运行时出错使用WCF写了一个小程序测试一下它的功能在运行时报错。“添加服务失败。服务元数据可能无法访问。请确保服务正在运行并且正在公开元数据。”如下图所示:查了下资料把它解决了,记录一下。解决方法:将web.config中的 修改为即可。 二:发布到IIS出错2.1 IIS7 不支持s... 阅读全文
浙公网安备 33010602011771号