最近在写一篇关于如何扩展 Visual Studio 编辑器的文章时,用到了
MEF,因此打算写一篇文章提一下这个技术点。本篇文章并不打算详细介绍
MEF,只是一个最简单的入门,相信您在阅读本篇文章后,可以迅速开发出一个可扩展的应用程序。简 介 MEF(Managed Extensibilit...
分类:
其他好文 时间:
2014-05-09 11:35:03
阅读次数:
364
public class SyncMetadataJob:SPJobDefinition {
private const string JobName = @"Metadata Sync Job"; private int counter = 0;
...
分类:
其他好文 时间:
2014-05-08 22:30:30
阅读次数:
319
I had a similar problem when running a spring
web application in an Eclipse managed tomcat. I solved this problem by adding
maven dependencies in the ...
分类:
移动开发 时间:
2014-05-07 14:33:12
阅读次数:
486
MyOpenSUSE:/home/jin/workspace # tail -f
.metadata/.log !SESSION 2014-05-04 11:35:58.869
-----------------------------------------------eclipse.buildI...
分类:
系统相关 时间:
2014-05-04 19:34:07
阅读次数:
984
Playback control of audio/video files and streams is managed as a state machine. The following diagram shows the life cycle and the states of a MediaPlayer object driven by the supported playback cont...
分类:
移动开发 时间:
2014-05-03 21:36:21
阅读次数:
568
问题现象:
在Maven中使用Jetty运行web项目有时会抛出如下异常:java.lang.ArrayIndexOutOfBoundsException: 48188
问题原因:
默认Jetty会解析程序中的注解信息,需要取消对注解信息。
解决方法:
在web.xml中web-app标签中添加属性metadata-complete="true"。...
分类:
Web程序 时间:
2014-05-01 22:01:39
阅读次数:
393
安装ccs_setup_5.1.1.00028.exe后(无论是自己装eclipse还是在原来的基础上安装eclipse的插件),ccs5的应用无法打开,错误为:An
error has occurred.See the log file .\workspace\.metadata\.log.本现象...
分类:
其他好文 时间:
2014-05-01 20:57:36
阅读次数:
888
1. 基本格式 2.关于 metadata 部分,有两种方式2.1.
嵌入模式(新建edmx文件时默认模式)这种情况下,连接字符串的metadata部分的格式是metadata=res://*/Model.csdl|res://*/Model.ssdl|res://*/Model.msl;res:/...
分类:
其他好文 时间:
2014-04-30 21:10:12
阅读次数:
510
FAILED: Error in metadata: java.lang.RuntimeException: MetaException(message:org.apache.hadoop.hive.serde2.SerDeException org.apache.hadoop.hive.hbase.HBaseSerDe: columns has 3 elements while hbase.columns.mapping has 4 elements (counting the key if implic...
分类:
其他好文 时间:
2014-04-29 13:17:21
阅读次数:
387
1.创建一个物理Standby数据库 详细见11g Physical Standby配置
2.Standby数据库取消managed recovery ALTER DATABASE RECOVER MANAGED STANDBY DATABASE
CANCEL;3.主库配置 1)主库修改LOG_AR...
分类:
数据库 时间:
2014-04-28 13:48:42
阅读次数:
787