Part 1.牛客网刷题Part 2.思维导图一.socket1.作用创建套接字函数2.函数原型int socket(int domain, int type, int protocol);函数参数:int domain:通信域AF_UNIX, AF_LOCAL 本地通信 man 7 unixAF_INET IPv4…
1、WPF介绍
Windows Presentation Foundation(WPF)是微软推出的一个用于构建Windows桌面应用程序的UI框架。它基于.NET框架,提供了一套丰富的图形、多媒体和用户界面功能,支持数据绑定、样式、模板等现代UI开发特性。WPF使用XAML…