05 2016 档案

摘要:全局过滤器: NO全局过滤器: FilterConfig.cs Jquery: 阅读全文
posted @ 2016-05-30 16:20 小小高 阅读(568) 评论(0) 推荐(0) 编辑
摘要:$("#id").is(":checked"); 返回true false 阅读全文
posted @ 2016-05-20 16:03 小小高 阅读(1145) 评论(0) 推荐(0) 编辑
摘要:客户端代码: 服务端: 客户端调用: Upload_Request("http://localhost:7115/test/index", "d:\\t.rar", "kk"); 阅读全文
posted @ 2016-05-20 15:52 小小高 阅读(9622) 评论(0) 推荐(0) 编辑
摘要:使用方法如下: 阅读全文
posted @ 2016-05-19 10:38 小小高 阅读(49755) 评论(0) 推荐(3) 编辑
摘要:使用方法 阅读全文
posted @ 2016-05-19 10:24 小小高 阅读(438) 评论(0) 推荐(0) 编辑
摘要:不保留 不删注释: 阅读全文
posted @ 2016-05-18 14:38 小小高 阅读(2880) 评论(0) 推荐(0) 编辑
摘要:使用方法 全选按钮的单击事件绑定以下方法 阅读全文
posted @ 2016-05-15 16:37 小小高 阅读(133) 评论(0) 推荐(0) 编辑
摘要://System.Management;//需要添加引用(系统自带) /// /// 获取cpu编号 /// /// public String GetCpuID() { try { ManagementClass ... 阅读全文
posted @ 2016-05-12 16:24 小小高 阅读(1799) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Runtime.InteropServices;using System.Text;using System.Threading;using Sy 阅读全文
posted @ 2016-05-11 20:07 小小高 阅读(5095) 评论(0) 推荐(0) 编辑
摘要:/// /// 根据类名和窗口名获取句柄 /// /// /// /// [DllImport("user32.dll")] public static extern IntPtr FindWindow(string lpClassName, string lpWindowN... 阅读全文
posted @ 2016-05-11 20:05 小小高 阅读(491) 评论(0) 推荐(0) 编辑
摘要:老版写法 $.support.cors = true; 新版写法 crossDomain: true 阅读全文
posted @ 2016-05-10 14:32 小小高 阅读(10064) 评论(0) 推荐(0) 编辑
摘要:[DllImport("user32.dll", EntryPoint = "SetWindowPos",CharSet = CharSet.Auto)] static extern bool SetWindowPos( IntPtr hWnd, IntPtr hWndInsertAfter, int X, in... 阅读全文
posted @ 2016-05-09 21:38 小小高 阅读(751) 评论(0) 推荐(0) 编辑
摘要:发请求 处理请求: 阅读全文
posted @ 2016-05-06 13:44 小小高 阅读(686) 评论(0) 推荐(0) 编辑
摘要:static void Main(string[] args) { Console.WriteLine("请输入ip"); string ip = Console.ReadLine(); Parallel.For(1, 65535, i => scan(ip, i, 200)); ... 阅读全文
posted @ 2016-05-06 09:04 小小高 阅读(543) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示