摘要:
创建存储过程 USE [test] GO /****** Object: StoredProcedure [dbo].[table2] Script Date: 11/28/2022 10:38:03 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIE 阅读全文
摘要:
第一步:引入System.ServiceModel.dll 第二步 定义一个WCF接口: //定义接口 [ServiceContract] interface IGetInfo { [OperationContract] DateTime GetDateTime(); [OperationContr 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Threading.Tasks; namespace LogHelp{ public class LogHelpe 阅读全文
摘要:
/// <summary> /// 增删改操作类 /// </summary> /// <param name="sql">执行的sql</param> /// <returns></returns> public static int ExecuteSql(string sql) { try { 阅读全文
摘要:
一、MYSQL的安装 1、以管理员的身份运行“mysql_setup.exe” 2、点击“Next” 3、选择“I accept the terms in the license agreement”点击“Next” 4、选择安装类型,“Typical(默认)”、“Complete(完全)”、“Cu 阅读全文
摘要:
1.什么是SOA? SOA全称:面向服务架构(service Oriented Architecture),它是一种组件架构模式。 一、定义 1.WebService:严格来说是行业标准,不是技术,使用XML扩展标记语言来表示数据(这个是夸语言和平台的关键)。微软的Web服务实现称为ASP.NET 阅读全文
摘要:
错误:WCF部署HTTP错误404.3-Not Found 由于扩展配置问题而无法提供您请求的页面。如果该页面是脚本,请添加处理程序。如果应下载文件,请添加MIME映射。 解决步骤如下: 控制面板-》打开或关闭windows功能-》Internet信息服务-》万维网服务-》应用程序开发功能。 勾选上 阅读全文