posted @ 2015-12-13 15:41 快乐家++ 阅读(456) 评论(0) 推荐(0)
摘要:
安装IPV6 netsh interface ipv6 install查看 netsh interface portproxy show all添加 netsh interface portproxy add v4tov4 listenaddress=* listenport=14333 conn... 阅读全文
摘要:
一、 假设有两个List对象 ,List1和List2,如下方法判断两个List是否相等List1.All(List2.Contains) && List1.Count == List2.Count二、C#中如何判断list是否完整包含另一个listbool IsContainsAll(List L... 阅读全文
posted @ 2015-11-08 23:06 快乐家++ 阅读(17137) 评论(1) 推荐(0)
摘要:
-- =============================================-- Author: 蜘蛛王-- Create date: 2015-10-29-- Description: 可搜索 可排序 可分页存储过程 适用于sql2008以上 -- ... 阅读全文
posted @ 2015-10-29 18:27 快乐家++ 阅读(462) 评论(1) 推荐(0)
摘要:
--更新字段为随机时间 86400秒=1天 UPDATE dl_robot SET runStopTime=dateadd(ss,abs(checksum(newid())%86400), dateadd(hh,1,GETDATE()) ) SQL存在一个表而不在另一个表中的数据 方法一 (效率底) 阅读全文
posted @ 2015-10-22 21:55 快乐家++ 阅读(731) 评论(0) 推荐(0)
摘要:
// 一、使用资源文件(内存)中的字体System.Runtime.InteropServices.GCHandle hObject = System.Runtime.InteropServices.GCHandle.Alloc(Properties.Resources.QuartzMS, Syst... 阅读全文
posted @ 2015-09-22 19:51 快乐家++ 阅读(824) 评论(0) 推荐(0)
摘要:
我自己写的 /// /// 函数运行超时则终止执行(超时则返回true,否则返回false) /// /// 参数类型 /// 要被执行的函数 /// 函数需要的一个参数 /// 超时时间(毫秒) ... 阅读全文
posted @ 2015-09-02 23:18 快乐家++ 阅读(2761) 评论(0) 推荐(0)
摘要:
void ht_HLB_Set(Dictionary<int, int> dic) { //匿名函数 Action<int> fun = (int jhShare_Iid) => { try { switch (dic[jhShare_Iid]) { case 0: s.Color = Gradie 阅读全文
posted @ 2015-08-21 20:25 快乐家++ 阅读(296) 评论(0) 推荐(0)
摘要:
http://www.webdesignerwall.com/demo/css-buttons.html 阅读全文
posted @ 2015-08-15 20:27 快乐家++ 阅读(2256) 评论(0) 推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Threading;namespace ConsoleApplication1{ class Program { static void Main(stri... 阅读全文
posted @ 2015-08-09 20:08 快乐家++ 阅读(2317) 评论(0) 推荐(0)
浙公网安备 33010602011771号