资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApplication28
{
public partial class Form1 : Form
{
string record; //作为全局变量,记录验证码字符
public Form1()
{
InitializeComponent();
}
public void myway()
{
string allchar = (“0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ“);
string[] cutallchar = allchar.Split(‘‘);//以“”分割字符串(allchar)
string[] myfont = { “微软炭黑“ “仿宋“ “幼圆“ “宋体“ “隶书“ };//为随机选中某一项做准备
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-06-24 19:25 验证码\
目录 0 2018-07-19 22:03 验证码\.vs\
目录 0 2018-07-19 22:03 验证码\.vs\WindowsFormsApplication28\
目录 0 2018-07-19 22:03 验证码\.vs\WindowsFormsApplication28\v14\
文件 31744 2018-07-19 22:02 验证码\.vs\WindowsFormsApplication28\v14\.suo
目录 0 2018-07-19 22:03 验证码\WindowsFormsApplication28\
文件 1042 2018-07-19 18:41 验证码\WindowsFormsApplication28.sln
文件 23040 2019-06-24 19:25 验证码\WindowsFormsApplication28.v11.suo
文件 189 2018-07-19 18:41 验证码\WindowsFormsApplication28\App.config
目录 0 2018-07-19 22:03 验证码\WindowsFormsApplication28\bin\
目录 0 2019-06-24 19:25 验证码\WindowsFormsApplication28\bin\Debug\
文件 5645360 2019-05-17 16:45 验证码\WindowsFormsApplication28\bin\Debug\mscorlib.dll
文件 59342 2018-09-15 15:29 验证码\WindowsFormsApplication28\bin\Debug\normidna.nlp
文件 47076 2018-09-15 15:29 验证码\WindowsFormsApplication28\bin\Debug\normnfc.nlp
文件 40566 2018-09-15 15:29 验证码\WindowsFormsApplication28\bin\Debug\normnfd.nlp
文件 67808 2018-09-15 15:29 验证码\WindowsFormsApplication28\bin\Debug\normnfkc.nlp
文件 61718 2018-09-15 15:29 验证码\WindowsFormsApplication28\bin\Debug\normnfkd.nlp
文件 180832 2012-07-10 21:52 验证码\WindowsFormsApplication28\bin\Debug\System.Net.Http.dll
文件 201824 2012-06-23 01:00 验证码\WindowsFormsApplication28\bin\Debug\System.Net.Http.xm
文件 11264 2019-06-24 19:25 验证码\WindowsFormsApplication28\bin\Debug\WindowsFormsApplication28.exe
文件 189 2018-07-19 18:41 验证码\WindowsFormsApplication28\bin\Debug\WindowsFormsApplication28.exe.config
文件 30208 2019-06-24 19:25 验证码\WindowsFormsApplication28\bin\Debug\WindowsFormsApplication28.pdb
文件 22984 2019-06-24 19:25 验证码\WindowsFormsApplication28\bin\Debug\WindowsFormsApplication28.vshost.exe
文件 189 2018-07-19 18:41 验证码\WindowsFormsApplication28\bin\Debug\WindowsFormsApplication28.vshost.exe.config
文件 490 2018-09-15 15:29 验证码\WindowsFormsApplication28\bin\Debug\WindowsFormsApplication28.vshost.exe.manifest
目录 0 2019-06-24 19:25 验证码\WindowsFormsApplication28\bin\Debug\zh-Hans\
文件 1015904 2018-09-16 00:03 验证码\WindowsFormsApplication28\bin\Debug\zh-Hans\mscorlib.resources.dll
文件 17504 2012-07-10 23:31 验证码\WindowsFormsApplication28\bin\Debug\zh-Hans\System.Net.Http.resources.dll
文件 4143 2018-07-19 22:01 验证码\WindowsFormsApplication28\Form1.cs
文件 3888 2018-07-19 21:30 验证码\WindowsFormsApplication28\Form1.Designer.cs
文件 6001 2018-07-19 21:30 验证码\WindowsFormsApplication28\Form1.resx
............此处省略23个文件信息
相关资源
- C#获取视频时长,并且视频截图
- C# 获取MAC地址 硬盘ID IE火狐谷歌 带
- C#伪随机数加密完整源码(十分经典)
- WinForm窗体程序中使用CefSharp获取加载
- C#cnn神经网络过验证码.rar
- 获取鼠标所在窗口的句柄、类名c#
- C#通过窗口名获取程序所有控件句柄
- c# 制作的加强型音乐播放器实现了音
- C#获取视频某一帧的缩略图的方法
- 小程序获取openid(亲测通过)
- vb.net 获取USB 摄像头 图像 Aforge方法
- 不获取焦点的虚拟键盘-Winform
- WPF写的获取外部公网IP地址及发送邮件
- C#获取usb设备VID和PID
- winform窗体实现验证码功能
- winform小工具:监控哪个窗体获取焦点
- [C# ]史上最强动画屏保-包含138套动画
-
前台获取图片的ba
se64编码,net后台 - 局域网内ping ip和获取mac地址的C#代码
- C# 实现的实时获取DOS输出结果程序
- C#编程获取显卡硬件的详细信息
- HttpMonitor的完整源代码,方便获取re
- C# 利用Renci库来实现ssh客户端,可以执
- C#获取图片并保存到本地
- C#获取局域网内所有联网设备的IP地址
- C#winform获取外接USB设备信息
- C#利用ManagedWifi获取当前已经连接的
- C# 获取数码相机照片各种属性
- C#做的随机分组小程序亦可用于抽签摇
- asp.net_echarts后台动态获取数据
评论
共有 条评论