try { WebMail.SmtpServer = "smtp.example.com";WebMail.SmtpPort = 587;WebMail.EnableSsl = true;WebMail.UserName = "mySmtpUsername";WebMail.Passwor...
分类:
Web程序 时间:
2014-06-28 19:45:17
阅读次数:
196
错误码很重要,可以由此判断网络连接到底发生了神马事情,从而驱动高层逻辑的行为。只有笼统的错误码判断的网络层是不够规范的,鄙人觉得有些错误码还是需要在网络层就区分开的,特此记录一些当前实验的错误码以及发生原因。以下是一部分在async_receive()的handler处捕获到的比较有用的错误码错误码...
分类:
其他好文 时间:
2014-06-28 18:44:59
阅读次数:
137
Configuration ErrorDescription: An error occurred during the processing of a configuration file required to service this request. Please review the sp...
ERROR L107: ADDRESS SPACE OVERFLOW用KEIL选用small模式编译一个程序时老时出错,信息如下。 *** ERROR L107: ADDRESS SPACE OVERFLOW ... ... Program Size: data=217.6 xdata=0 code...
分类:
其他好文 时间:
2014-06-28 15:26:20
阅读次数:
175
硬件环境: nxp lpc1788fbd208核心板软件环境: keil uvision4 segger j-flash arm v4.50其他: 芯片选择正确 jtag模式现象:之前用JFlashARM.exe下载了程序,在没有擦除程序的情况下,JTAG模式下用ke...
分类:
其他好文 时间:
2014-06-28 13:13:25
阅读次数:
301
两类跟踪技术:一类是直接将执行过程显示在命令行中,有助于调试仿真脚本,ns-3用Logging系统。另一类是更为常用的将采集到的数据直接存放在一个文件中,以便后期的处理与分析,ns-3使用的是Tracing系统。1、Logging系统v 有7个等级,有低到高,高的包含低的消息:LOG_ERROR——...
分类:
其他好文 时间:
2014-06-28 11:37:15
阅读次数:
480
如何处理被NS_DEPRECATED_IOS标记的selector, 例如:类AVAudioSession中有:- (BOOL)setPreferredHardwareSampleRate:(double)sampleRate error:(NSError **)outError NS_DEPREC...
分类:
移动开发 时间:
2014-06-28 11:16:32
阅读次数:
376
try { WebMail.SmtpServer = "smtp.example.com";WebMail.SmtpPort = 587;WebMail.EnableSsl = true;WebMail.UserName = "mySmtpUsername";WebMail.Passwor...
分类:
Web程序 时间:
2014-06-21 09:23:23
阅读次数:
233
try { WebMail.SmtpServer = "smtp.example.com";WebMail.SmtpPort = 587;WebMail.EnableSsl = true;WebMail.UserName = "mySmtpUsername";WebMail.Passwor...
分类:
Web程序 时间:
2014-06-21 07:42:59
阅读次数:
230
try { WebMail.SmtpServer = "smtp.example.com";WebMail.SmtpPort = 587;WebMail.EnableSsl = true;WebMail.UserName = "mySmtpUsername";WebMail.Passwor...
分类:
Web程序 时间:
2014-06-21 06:11:35
阅读次数:
189