Vocabulary A ANSI 美国国家标准学会,American National Standards Institute的缩写 a couple of [口语]少数的,几个 a set of 一套:一组:一副 abbreviation [ə,bri:vi'eiʃən] n. 缩写:缩短:节略缩写,缩短的事实(或状况) abnormal [æb'nɔ:məl] adj. 反常的,不正常的:异常的:不规则的 absence ['æ
第九章,用正则表达式进行搜索. P52 select prod_name from products where prod_name regexp '1000' order by prod_name; #regexp后面所跟着的文字为正则表达式,regexp匹配任何的字符# select prod_name from products where prod_name regexp '.000' order by prod_name; #点(.)表示匹配任何的字符# LIKE和REGEXP的区别,
Sub 筛选OutLook主题并转发() On Error Resume Next Dim OutApp As Application Set OutApp = Application Dim OutMail As MailItem Dim OneAccount As Account Dim UsingAccount As Account Dim OutNameSpace As NameSpace Dim OneFolder As Folder Dim subFolder As Folder D