随笔分类 - C#
摘要:修改web.config配置,设置大小,或者关闭限制(totalBehavior="ignorelimits") <configuration> <configSections> <section name="resizer" type="ImageResizer.ResizerSection" r
阅读全文
摘要:绑定数据在线程中 private void dataGridView1_CellEndEdit(object sender, DataGridViewCellEventArgs e) { if (DialogResult.OK == MessageB...
阅读全文
摘要:#region 验证邮箱验证邮箱/**//// /// 验证邮箱/// /// /// public static bool IsEmail(string source){return Regex.IsMatch(source, @"^[A-Za-z0-9](([_.-]?[a-zA-Z0-9]+)...
阅读全文
摘要:usingSystem;usingSystem.Text;usingSystem.Net;usingSystem.Net.Sockets;usingSystem.Runtime.InteropServices;namespaceUpdateTester...{/**//**//**///////Mo...
阅读全文
摘要:using System;using System.IO;using System.Text;using System.Windows.Forms;using System.Runtime.InteropServices;namespace Train.wav2pcm{ public part...
阅读全文
摘要:public sealed class EncryptUtils{#region Base64加密解密/// /// Base64加密/// /// 需要加密的字符串/// public static string Base64Encrypt(string input){return Base64E...
阅读全文
浙公网安备 33010602011771号