using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-08-05 00:33:58
阅读次数:
204
利用c#语言编写简单计算器:源码如下:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;...
毕业后工作单位第一个工作:好坑~~~!一个简单的小DEMO各位大神勿喷生成:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing...
分类:
其他好文 时间:
2014-08-02 18:10:23
阅读次数:
395
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-08-02 17:57:23
阅读次数:
176
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-08-01 09:10:21
阅读次数:
233
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; ....
分类:
移动开发 时间:
2014-07-31 23:21:20
阅读次数:
338
新手上路,高手勿进!
窗体设计:
实现效果:
实现代码:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Tex...
此时在3.5框架工程中会出现【未能加载文件或程序集“System.Drawing,Version=4.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a”或它的某一个依赖项。系统找不到指定的文件。行123,位置5。】的错误,解决办法是将4.0....
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-07-31 16:10:46
阅读次数:
204
第一种:using System.Drawing;public partial class _Default : System.Web.UI.Page{protected void Page_Load(object sender, EventArgs e){CreateCheckCodeImage(...
分类:
其他好文 时间:
2014-07-31 12:51:36
阅读次数:
231