1、创建WEB项目,添加WEB服务WebService1.asmx,代码如下: 1 using System;2 using System.Collections.Generic;3 using System.Linq;4 using System.Web;5 using System.Web.Services;6 7 namespace WebService8 {9 /// <summary>
…
文章目录1. mysql 体系结构和存储引擎1.5 连接mysql1.5.11. mysql 体系结构和存储引擎
1.5 连接mysql
连接mysql操作是一个连接进程和mysql数据库实例进行通信。 本质是进程通信,常用的进程通信方式有管道,命名管道,命名字,TCP/…