会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
腾飞i博客
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2018年11月12日
MD5&&DES加密解密帮助类
摘要: public class _MD5_NETCore加密解密 { /// /// 加密 /// /// 要加密的文本 /// 秘钥 /// public static string Encrypt(string Text, string sKey = "test") ...
阅读全文
posted @ 2018-11-12 17:52 Super飞
阅读(213)
评论(0)
推荐(0)
编辑
C#_Lamada帮助类
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace EasyFrame.Common...
阅读全文
posted @ 2018-11-12 16:27 Super飞
阅读(216)
评论(0)
推荐(0)
编辑
_C#发送邮箱
摘要: public ActionResult lead() { SendEmail("邮箱号", "吃饭么?", "你要吃什么啊"); return View("Index"); } /// /// 发送邮件 /// /// 要发送的邮箱 ...
阅读全文
posted @ 2018-11-12 14:07 Super飞
阅读(233)
评论(0)
推荐(0)
编辑