Windows程序 Windows Server 2012 R2 创建AD域
前言 我们按照下图来创建第一个林中的第一个域。创建方法为先安装一台Windows服务器,然后将其升级为域控制器。然……
Windows程序 泛型结构,泛型方法,泛型委托
泛型结构泛型结构和泛型类几乎是一直的,只是泛型结构没有继承的特性..NET平台提供的一个泛型结构是(可空类型)Nu……
Windows程序 如何用C#+WinRAR 实现压缩 分类:
前提:必须安装 WinRAR1. 工具类[csharp]view plaincopyusingSystem;usingSystem.Diagnostics;usingSystem.IO;usingMicrosoft.Win32;namespaceUtil{pub……
Windows程序 window redis 安装配置
1 下载https://github.com/MSOpenTech/redis/releases 当前最新版本为redis-2.8.21下载的为zip包,下载连接为:https://github.com/MSOpenT……
Windows程序 Google地图接口API之地图控件集(五)
1.默认控件集当使用一个标准的google地图,它的控件默认设置如下:(1). Zoom-显示一个滑动条来控制map的Zoom级别,如下……
Windows程序 C# 如何用多个字符串来切分字符串并去除空格
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Data;namespaceStudy{publicstaticclassProgram3{staticvoidMain.……
Windows程序 解除windows隐藏受保护的操作系统文件
对于文件夹:1。解除对某磁盘某个文件夹的强行隐藏(示例):attrib d:\Program Files -s -h /s /d2,解除对某磁盘全部文件夹……