摘要:
网上估计有很多版本了,自己仿照SqlHelper实现了这个,用了感觉不错,欢迎提意见,欢迎介绍项目。谢谢大家了 using System; using System.Data; using System.Data.OleDb; namespace DAL { /**//**//**//// /// AccessHelper 的摘要说明。 /// public ... 阅读全文
摘要:
In this article i'll try to explain how we can send emails using SMTP servers. First of all, what is SMTP what is MTA,MUA, protocol? Let's start talking about these subjects. ... 阅读全文
摘要:
By David Sandor Software developers have used ActiveX controls on their web pages to add advanced functionality to the web experience. With my migration from a Visual Basic 6 world to a Microsoft .NET... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace Test { ... 阅读全文