码迷,mamicode.com
首页 >  
搜索关键字:collections    ( 9831个结果
使用json-lib进行Java和JSON之间的转换
1. json-lib是一个java类库,提供将Java对象,包括beans, maps, collections, java arrays and XML等转换成JSON,或者反向转换的功能。2. json-lib 主页 :http://json-lib.sourceforge.net/3.执行环...
分类:编程语言   时间:2014-06-16 08:53:53    阅读次数:204
C#运算String型表达式
现在有一个小需求就是对一个xml中的conditionusing System;using System.Collections.Generic;using System.Linq;using System.Text;using Microsoft.JScript;namespace TestX.....
分类:其他好文   时间:2014-06-16 07:12:36    阅读次数:204
验证码,字体旋转。
Code.csusing System;using System.Collections.Generic;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;using System.IO;...
分类:其他好文   时间:2014-06-16 06:13:29    阅读次数:219
启动WCF多个服务方法
引用就不说明,直接贴上:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.ServiceModel;using System.Configuration;usi...
分类:其他好文   时间:2014-06-15 22:17:25    阅读次数:226
Unity3D 连接MySQL数据库笔记4-Unity3d代码
新建Unity3D项目新建一个 Plugins文件夹把所需要的DLL放到Plugins中新建C#脚本 命名为ToMysql.cs不多说了 ,直接上代码,很简单 有注释 ,大家一看就明白了using UnityEngine;using System;using System.Collections;u...
分类:数据库   时间:2014-06-15 21:44:54    阅读次数:380
重温WCF之群聊天程序(十)
完成的效果图:服务器端代码:using System;using System.Collections.Generic;using System.Linq;using System.ServiceModel;using System.ServiceModel.Description;using Sy...
分类:其他好文   时间:2014-06-15 06:54:24    阅读次数:287
子窗体控制父窗体的内容
//父窗体using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.T...
分类:Windows程序   时间:2014-06-15 06:04:18    阅读次数:366
LINQ to Object
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Collections; 5 6 namespace Demo1 7 { 8 class Program 9 ...
分类:其他好文   时间:2014-06-13 15:00:27    阅读次数:241
委托与事件
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace 委托实现事件1 7 { 8 class Program 9 {1...
分类:其他好文   时间:2014-06-13 14:58:21    阅读次数:208
委托错误点
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace 委托练习 7 { 8 class Program 9 {10 ...
分类:其他好文   时间:2014-06-13 14:50:06    阅读次数:244
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!