摘要:
SELECT 表名=case when a.colorder=1 then d.name else '' end, 表说明=case when a.colorder=1 then isnull(f.value,'') else '' end, 字段序号=a.colorder, 字段名=a.name, 标识=case when COLUMNPROPERTY( a.id,a.name,'Is... 阅读全文
摘要:
This is the text of the Commencement address by Steve Jobs, CEO of Apple Computer and of Pixar Animation Studios, delivered on June 12, 2005.I am honored to be with you today at your commencement from... 阅读全文
摘要:
Mobile 5.0开发配置:软件安装顺序:1.安装Microsoft ActiveSync 4.0以上版本2.安装VS2005开发Pocket PC需安装Windows Mobile 5.0 Pocket PC SDK开发Smartphone需安装Windows Mobile 5.0 Smartphone SDKMobile 5.0环境配置:1.模拟器与Microsoft ActiveSync同... 阅读全文
摘要:
Public Sub SetProcessWorkingSetSize()
Try
Dim Mem As Process
Mem = Process.GetCurrentProcess()
SetProcessWorkingSetSize(Mem.Handle, -1, -1)
Catch ex As Exception
MsgBox(ex.ToString)
End Try
End Sub
阅读全文
摘要:
退信对照表 邮件投递未成功均会向发件方邮箱弹回退信,对常见的退信问题进行了汇总(见附件),大家遇到退信问题时,可以把退信提示中的主要内容和汇总表中的内容进行比对,以便找到退信的原因:account does not exist收件方邮箱地址不存在,需要联系对方确认地址是否存在,对于对方确认地址存在的,需要将退信原件转给263以便进一步判断问题原因(有可能是1、263的SMTP服务器所使用的DNS服... 阅读全文