码迷,mamicode.com
首页 >  
搜索关键字:collections    ( 9831个结果
C#—委托分析
1.简单委托示例using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace SimpleTest{ class Program { private d...
分类:其他好文   时间:2014-06-03 09:04:42    阅读次数:266
C#生成字母和数字组成的随机文件
代码如下:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Configuration;using System.Collections;using Syste...
分类:其他好文   时间:2014-06-03 07:38:59    阅读次数:208
java util 巧用
1 public List getTopicCovers(){2 if(null==topic || StringUtils.isBlank(topic.getCover())){3 return Collections.EMPTY_LIST;4 ...
分类:编程语言   时间:2014-06-03 06:37:29    阅读次数:253
C# Socket传输大文件
1.基础类TransferFiles,client和server都需要using System;using System.Collections.Generic;using System.Text;using System.Net;using System.Net.Sockets;using Sys...
分类:其他好文   时间:2014-06-03 05:37:01    阅读次数:326
C#使用seleium实现一个自动登录器
1.http://docs.seleniumhq.org/ 下载seleium包2.新建一个C#项目,比如控制台,引用seleium包中的dllusing System;using System.Collections.Generic;using System.Text;using OpenQA.S...
分类:其他好文   时间:2014-06-03 05:29:07    阅读次数:197
C#实现防拷贝工具示例
思路是用加密程序 对硬盘号,cpu号和MAC号取出字符串并加密 产生一个序列号每次程序启动后重新产生这个序列号并比对,如果一致则验证通过using System;using System.Collections.Generic;using System.IO;using System.Managem...
分类:其他好文   时间:2014-05-31 21:41:20    阅读次数:346
json的js和C#操作
C#端的WebService接口接收json格式数据,处理后以json格式返回resultusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Service...
分类:Web程序   时间:2014-05-31 17:30:19    阅读次数:249
u3d读取xml txt
u3d读取xml文件和u3d 读取txt外部文件using UnityEngine;using System.Collections;using System.Xml;using System.Xml.Serialization;using System.IO;using System.Text; ...
分类:其他好文   时间:2014-05-31 16:47:54    阅读次数:229
JSONObject与JSONArray的使用
JSONObject与JSONArray的使用一、JAR包简单介绍 要使程序能够执行必须引入JSON-lib包,JSON-lib包同一时候依赖于下面的JAR包: 1.commons-lang.jar 2.commons-beanutils.jar 3.commons-collections.jar4...
分类:Web程序   时间:2014-05-30 05:36:18    阅读次数:199
SqlHelper 带详细中文注释
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 //对数据库进行操作引入命名空间 6 using System.Data;...
分类:数据库   时间:2014-05-30 03:34:30    阅读次数:287
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!