摘要:
MailKit开源地址:https://github.com/jstedfast/MailKit http://www.mimekit.net/docs/ using System; using System.IO; using MailKit.Net.Smtp; using MimeKit; us 阅读全文
摘要:
错误描述: The process cannot access the file because it is being used by another process 解决:将读取文件的方式改成 var stream = new FileStream(fullPath, FileMode.Open 阅读全文
摘要:
Vim是从 vi 发展出来的一个文本编辑器。代码补完、编译及错误跳转等方便编程的功能特别丰富,在程序员中被广泛使用。 简单的来说, vi 是老式的字处理器,不过功能已经很齐全了,但是还是有可以进步的地方。 vim 则可以说是程序开发者的一项很好用的工具。 连 vim 的官方网站 (http://ww 阅读全文