摘要: using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.U 阅读全文
posted @ 2019-09-27 17:59 highlightyys 阅读(15) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/William-1234/p/4533905.html 一,IIS 1.首先知道IIS是个什么东西:它是web服务器软件,安装在服务器上,接受客户端发来的请求,并传送给服务器端,然后响应请求并送回给客户端。类似于饭店里的服务员。 2.会安装IIS——控 阅读全文
posted @ 2019-09-27 17:49 highlightyys 阅读(20) 评论(0) 推荐(0)
摘要: 参考: https://www.cnblogs.com/wolfocme110/p/3881039.html https://blog.csdn.net/qq_41953178/article/details/94615692 <Window x:Class="WpfApp3.MainWindow" 阅读全文
posted @ 2019-09-27 09:34 highlightyys 阅读(31) 评论(0) 推荐(0)