//方法一:只禁止多个进程运行using System;using System.Collections.Generic;using System.Windows.Forms;namespace DuoYeMianIE{ static class Program { ///...
分类:
其他好文 时间:
2014-06-18 23:22:13
阅读次数:
216
仅实现功能,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
http://commons.apache.org/proper/commons-collections/userguide.html1.UtilitiesSetUtilsCollectionUtilsMapUtils2.MapsMap IterationOrdered MapsBidirectio...
分类:
其他好文 时间:
2014-06-18 19:31:10
阅读次数:
126
改写第一天的增删改查方法,观察增删改查的本质 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
前提现在一个分区下建立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
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
前段时间公司人员反应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
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