自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

转载 C# usb设备的自动退出

using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; using UsbEject; namespace USBDevice { public class RemoveUsbDevice {...

2019-02-01 15:43:00 280

转载 C# SM加密

usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingOrg.BouncyCastle.Math; usingOrg.BouncyCastle.Math.EC; usingOrg.BouncyCastle.Crypto.Parameters; ...

2019-02-01 15:31:00 1476

转载 xp IP安全策略 ipseccmd

///下载 ipseccmd.exe //禁止 xp 连接 public static void BannedXPRunCmd() { string str = Console.ReadLine(); Process p = new Process(); ...

2016-10-28 15:01:00 281

转载 ipsec IP安全策略操作 win7

//禁止 win7 连接 public static void BannedWINRunCmd() { string str = Console.ReadLine(); System.Diagnostics.Process p = new System.Diagnostics.Process(...

2016-10-28 14:59:00 393

转载 C# 当前系统的多管理账户测判断

using (DirectoryEntry comp = new DirectoryEntry("WinNT://" + Environment.MachineName + ",computer")) { int AccountCount = 0; foreac...

2016-05-13 14:00:00 120

转载 关于C#操作防火墙,阻止程序联网

//开启服务、开启防火墙 public void OpenFileWall() { // 1. 判断当前系统为XP或Win7 RegistryKey rk = Registry.LocalMachine.OpenSubKey(@"Software\\Microsoft\\Windows N...

2016-05-13 13:51:00 657

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除