业精于思

随笔分类 -  WinForm

C# JSON操作
摘要:using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Reflection;using System.Collections;using System.Data.C 阅读全文

posted @ 2018-12-16 18:01 zoood 阅读(204) 评论(0) 推荐(0)

C# 字符串处理类
摘要:using System;using System.Collections.Generic;using System.Text;using System.Text.RegularExpressions; namespace ZD.Utilities{ /// <summary> /// 字符串操作类 阅读全文

posted @ 2018-12-16 17:58 zoood 阅读(685) 评论(0) 推荐(0)

C# OpenFileDialog和SaveFileDialog的常见用法
摘要:#region 示例1 SaveFileDialog sfd = new SaveFileDialog(); //设置文件类型 sfd.Filter = "备份文件(*.bak)|*.bak"; ... 阅读全文

posted @ 2014-11-12 12:00 zoood 阅读(1334) 评论(0) 推荐(0)

导航