码迷,mamicode.com
首页 >  
搜索关键字:collections    ( 9831个结果
C#限制程序只能运行一個实例 (防多开)
//方法一:只禁止多个进程运行using System;using System.Collections.Generic;using System.Windows.Forms;namespace DuoYeMianIE{ static class Program { ///...
分类:其他好文   时间:2014-06-18 23:22:13    阅读次数:216
Unity3d 背景、音效 播放 简单demo
仅实现功能,AudioListener在MainCamera中using UnityEngine;using System.Collections;using System.Collections.Generic;public class MusicManger : MonoBehaviour { ...
分类:其他好文   时间:2014-06-18 22:22:47    阅读次数:287
委托复习
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 委托复习 8 {.....
分类:其他好文   时间:2014-06-18 22:04:02    阅读次数:118
Apache Commons Collections
http://commons.apache.org/proper/commons-collections/userguide.html1.UtilitiesSetUtilsCollectionUtilsMapUtils2.MapsMap IterationOrdered MapsBidirectio...
分类:其他好文   时间:2014-06-18 19:31:10    阅读次数:126
Entity Framework 学习第一天 续
改写第一天的增删改查方法,观察增删改查的本质 1 using System; 2 using System.Collections.Generic; 3 using System.Data.Entity.Infrastructure; 4 using System.Linq; 5 using Sys...
分类:其他好文   时间:2014-06-17 00:30:26    阅读次数:272
C#遍历文件夹(包括子目录)下的所有文件
前提现在一个分区下建立bb.txt文件。 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6...
分类:其他好文   时间:2014-06-17 00:00:48    阅读次数:228
c# Ftp下载程序源码解析
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using Sy...
分类:其他好文   时间:2014-06-16 14:22:40    阅读次数:281
asp.net 汉字转拼音类
前段时间公司人员反应OA里的汉字拼音首字母不准他们又要用,没办法自己就从网上搜有没有好的,看了很多都是首字母拼不出来或有些字母变为另一个,但最后找了很多还是有一个好用的,暂未发现有不准的。using System;using System.Collections.Generic;using Syst...
分类:Web程序   时间:2014-06-15 12:58:41    阅读次数:214
自定义 匹配文本框
using System;using System.Collections.Generic;using System.Linq;using System.Net;using...
分类:其他好文   时间:2014-06-14 21:37:08    阅读次数:262
sqlhelper类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.SqlClient;namespace Com.LingHu.D...
分类:数据库   时间:2014-06-14 17:25:40    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!