c# 调用打印机
1.本地打印机
//添加引用并using System.Management;
public static void AvailablePrinters()
{
ManagementScope ms = new ManagementScope(ManagementPath.
外网访问内网SQLServer数据库
本地安装了一个SQLServer数据库,只能在局域网内访问到,怎样从外网也能访问到本地的SQLServer数据库呢?本文将介绍具体的实现步骤。
1. 准备工作
1.1 安装并启动SQLServer数据库
默认安装的SQLServer数据库端口是1433。