摘要: 本文介绍了当启动SQL Server Configuration Manager时发生“Cannot connect to WMI provider”时的处置措施。 阅读全文
posted @ 2014-08-28 12:52 许阳 无锡 阅读(440) 评论(0) 推荐(0) 编辑
摘要: 1 IF EXISTS (SELECT * FROM sysobjects WHERE [name] = 'sp_Lock_Scan') 2 DROP PROCEDURE sp_Lock_Scan 3 GO 4 5 CREATE PROCEDURE sp_Lock_Scan ... 阅读全文
posted @ 2015-10-19 15:21 许阳 无锡 阅读(580) 评论(0) 推荐(2) 编辑
摘要: SqlDbType => DbTypeSqlDbType.BigInt DbType.Int64SqlDbType.Binary DbType.BinarySqlDbType.Bit DbType.BooleanSqlDbType.Char DbType.AnsiStri... 阅读全文
posted @ 2015-10-13 16:01 许阳 无锡 阅读(1568) 评论(1) 推荐(0) 编辑
摘要: 本文将引导大家在Fedora20的环境下成功安装Oracle12c。安装前的准备编辑/etc/hosts文件,添加本机名称编辑/etc/selinux/config文件编辑/etc/redhat-release做如下查询,以确定要修改的项目sysctl -a | grep fs.file-maxsy... 阅读全文
posted @ 2014-08-24 16:58 许阳 无锡 阅读(348) 评论(0) 推荐(0) 编辑
摘要: ServerDocument是微软提供的一种读取Word或Excel文档级应用中CachedData的工具。本示例将向你展示如何使用用ServerDocument。1.创建文档级应用打开Visual Studio,新建一个Excel Workbook应用2.创建数据模型在类库中,建产一个名为“Con... 阅读全文
posted @ 2013-08-11 20:35 许阳 无锡 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 在Outlook中用户能在不同层次上定义一些自定义的Form来方便Outlook中的一些具有自己个性的事务的处理。本示例将重现这个开发过程。在开始重现前我们先做如下约定以保证示例能被正确理解:1.你已经熟知Custom Form与Organizational Forms Library(企业窗体),... 阅读全文
posted @ 2013-03-23 19:11 许阳 无锡 阅读(600) 评论(0) 推荐(0) 编辑
摘要: 实现环境:Visual Studio 2010 Uiltmate, Office 2010using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Xml.Linq;u... 阅读全文
posted @ 2013-02-28 20:34 许阳 无锡 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 看了http://bbs.csdn.net/topics/380159364觉得很有意思,在这是做了一些还原。在此与大家分享:/** * 作者:许阳 * 日期:2013年2月28日 * 简述: * */using System;using System.Collections.Generic;us... 阅读全文
posted @ 2013-02-28 20:20 许阳 无锡 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 这个可能跟DCOM的设定有关。请尝试以下步骤去解决它:打开dcomcnfg.exe->Computer->Local Computer->Config DOCOM->搜索Microsoft Word 97-2003 Document->Properties->Identity->把Launching... 阅读全文
posted @ 2013-02-12 16:46 许阳 无锡 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 因为NewDocument事件结束在ThisAddIn_Startup方法之前,也就是说在NewDocument事件被订阅之前这个事件就已经执行完毕了。 阅读全文
posted @ 2013-02-05 09:44 许阳 无锡 阅读(142) 评论(0) 推荐(0) 编辑