阿里云的负载均衡产品叫SLB,七层负载均衡用的是LVS+Tengine,四层负载均衡用的是LVS。昨天七层SLB出现了波动,我们后来改用了四层SLB。使用后意外地发现,用户请求的响应内容TCP出包走的是云服务器的公网网卡。
分类:
其他好文 时间:
2014-06-28 22:12:17
阅读次数:
350
使用.net(C#)发送邮件学习手册(带成功案例)1.了解发送邮件的三种方式2.实例介绍使用client.DeliveryMethod = System.Net.Mail.SmtpDeliveryMethod.PickupDirectoryFromIis3.如何设定本机IIS的SMTP服务器1.了解...
分类:
Web程序 时间:
2014-06-21 10:47:54
阅读次数:
397
// SmtpDlg.h : 头文件//#pragma once#include "afxwin.h"#include "string"using namespace std;// CSmtpDlg 对话框class CSmtpDlg : public CDialogEx{// 构造public: ...
分类:
其他好文 时间:
2014-06-21 08:05:46
阅读次数:
254
try { WebMail.SmtpServer = "smtp.example.com";WebMail.SmtpPort = 587;WebMail.EnableSsl = true;WebMail.UserName = "mySmtpUsername";WebMail.Passwor...
分类:
Web程序 时间:
2014-06-20 21:42:40
阅读次数:
292
try { WebMail.SmtpServer = "smtp.example.com";WebMail.SmtpPort = 587;WebMail.EnableSsl = true;WebMail.UserName = "mySmtpUsername";WebMail.Passwor...
分类:
Web程序 时间:
2014-06-20 20:02:17
阅读次数:
324
使用.net(C#)发送邮件学习手册(带成功案例)1.了解发送邮件的三种方式2.实例介绍使用client.DeliveryMethod = System.Net.Mail.SmtpDeliveryMethod.PickupDirectoryFromIis3.如何设定本机IIS的SMTP服务器1.了解...
分类:
Web程序 时间:
2014-06-20 18:58:47
阅读次数:
350
try { WebMail.SmtpServer = "smtp.example.com";WebMail.SmtpPort = 587;WebMail.EnableSsl = true;WebMail.UserName = "mySmtpUsername";WebMail.Passwor...
分类:
Web程序 时间:
2014-06-20 18:22:34
阅读次数:
185
try { WebMail.SmtpServer = "smtp.example.com";WebMail.SmtpPort = 587;WebMail.EnableSsl = true;WebMail.UserName = "mySmtpUsername";WebMail.Passwor...
分类:
Web程序 时间:
2014-06-20 16:42:25
阅读次数:
244
try { WebMail.SmtpServer = "smtp.example.com";WebMail.SmtpPort = 587;WebMail.EnableSsl = true;WebMail.UserName = "mySmtpUsername";WebMail.Passwor...
分类:
Web程序 时间:
2014-06-20 15:02:31
阅读次数:
206
这是我第一次使用aliyun的经历,写下来,算是笔记,也是给小白用户的参考吧。...
分类:
其他好文 时间:
2014-06-18 07:34:34
阅读次数:
238