摘要:
下面将完成的展示,使用MAPI接口操作Outlook完成通讯录更新。 using Microsoft.Office.Interop.Outlook; using Microsoft.VisualBasic; using System; using System.Collections; using 阅读全文
摘要:
1.Aware系列接口 spring 6.0提供了一系列的Aware接口,方便我们在Bean加载时获取信息 如 @Service public class study implements BeanNameAware { // spring实例化bean之后调用此方法 @Override publi 阅读全文