1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.T...
分类:
其他好文 时间:
2014-07-29 21:39:22
阅读次数:
243
学了一点基础知识,感觉好神奇,全部练习代码 Canvas element size: 600 x 300, Canvas drawing surface size: 600 x 300 Can...
分类:
其他好文 时间:
2014-07-27 11:04:42
阅读次数:
227
我们在登陆网站,发表博客或者提交评论的时候,经常会遇到填写验证码这一项,当时感觉挺神奇的样子,终于在牛腩新闻发布系统里接触到了,在这里小小的总结下。
用到的东东有三个:一个aspx页面,一个图片
首先,建立一个aspx页面。
using System;
using System.Web;
using System.Drawing;
usin...
分类:
Web程序 时间:
2014-07-26 02:30:36
阅读次数:
305
最近做个功能在局域网中所有指定文件,于是花了点精力完成了部分功能,先贴上using System;using System.Collections.Generic;using System.ComponentModel;using System.Data; using System.Drawing;...
分类:
其他好文 时间:
2014-07-25 14:23:11
阅读次数:
329
1、新建测试dll及方法,用vs2010新建winform程序,具体代码如下:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
usi...
分类:
其他好文 时间:
2014-07-24 17:46:02
阅读次数:
217
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-07-24 10:08:23
阅读次数:
217
using System;using System.Collections.Generic;using System.Collections.Concurrent;using System.ComponentModel;using System.Data;using System.Drawing;u...
分类:
其他好文 时间:
2014-07-24 10:05:43
阅读次数:
263
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Drawing;namespace WindowsFormsApplicati...
分类:
其他好文 时间:
2014-07-23 11:49:06
阅读次数:
199
using System;using System.Collections.Generic;using System.Linq;using System.Text;using WindowsFormsApplication3.Utility;using System.Drawing;using Sy...
分类:
其他好文 时间:
2014-07-23 11:45:26
阅读次数:
390
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-07-23 11:39:46
阅读次数:
196