05 2016 档案
摘要:全局过滤器: NO全局过滤器: FilterConfig.cs Jquery:
阅读全文
摘要:$("#id").is(":checked"); 返回true false
阅读全文
摘要:客户端代码: 服务端: 客户端调用: Upload_Request("http://localhost:7115/test/index", "d:\\t.rar", "kk");
阅读全文
摘要:不保留 不删注释:
阅读全文
摘要://System.Management;//需要添加引用(系统自带) /// /// 获取cpu编号 /// /// public String GetCpuID() { try { ManagementClass ...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Runtime.InteropServices;using System.Text;using System.Threading;using Sy
阅读全文
摘要:/// /// 根据类名和窗口名获取句柄 /// /// /// /// [DllImport("user32.dll")] public static extern IntPtr FindWindow(string lpClassName, string lpWindowN...
阅读全文
摘要:老版写法 $.support.cors = true; 新版写法 crossDomain: true
阅读全文
摘要:[DllImport("user32.dll", EntryPoint = "SetWindowPos",CharSet = CharSet.Auto)] static extern bool SetWindowPos( IntPtr hWnd, IntPtr hWndInsertAfter, int X, in...
阅读全文
摘要:static void Main(string[] args) { Console.WriteLine("请输入ip"); string ip = Console.ReadLine(); Parallel.For(1, 65535, i => scan(ip, i, 200)); ...
阅读全文