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
现在有一个小需求就是对一个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
引用就不说明,直接贴上: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项目新建一个 Plugins文件夹把所需要的DLL放到Plugins中新建C#脚本 命名为ToMysql.cs不多说了 ,直接上代码,很简单 有注释 ,大家一看就明白了using UnityEngine;using System;using System.Collections;u...
分类:
数据库 时间:
2014-06-15 21:44:54
阅读次数:
380
完成的效果图:服务器端代码: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...
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