随笔分类 -  修行总结

摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace DAL 8 { ... 阅读全文
posted @ 2014-11-14 13:44 南瓜asp 阅读(151) 评论(0) 推荐(0)
摘要:这道题目很值得思考,以下分别用三种方式搞定,第三种方式拒绝使用contains方法。方法一: int[] arr = new int[100]; // while (true) // { // Random rand = new R... 阅读全文
posted @ 2014-10-30 22:18 南瓜asp 阅读(462) 评论(0) 推荐(0)
摘要:利用委托来实现鼠标三击效果。用户控件using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Data;using System.Linq;u... 阅读全文
posted @ 2013-12-03 11:29 南瓜asp 阅读(183) 评论(0) 推荐(0)