摘要: 如果账号是邮箱 @符号需要转译 %40 阅读全文
posted @ 2017-12-20 16:58 cqfanxp 阅读(1308) 评论(0) 推荐(0) 编辑
摘要: 邮件自动发送:邮件发送分为同步发送和异步发送,写代码的人废话都不多,直接上代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Email.Email{ //... 阅读全文
posted @ 2016-01-05 19:56 cqfanxp 阅读(151) 评论(0) 推荐(0) 编辑
摘要: C# 动态编译代码:公共辅助类,有注释就不废话了。using System;using System.Text;using System.Reflection;using System.CodeDom.Compiler;namespace DynamicCompilation.Compilation... 阅读全文
posted @ 2015-12-07 19:43 cqfanxp 阅读(316) 评论(0) 推荐(0) 编辑