码迷,mamicode.com
首页 >  
搜索关键字:plug-in org.eclipse.    ( 515个结果
java计算字符串的宽度和高度
//g对象为一个GraphicsFontMetrics fm = g.getFontMetrics ();int strWidth = fm.stringWidth ("Registering plug-ins……");int strHeight = fm.getHeight (); 转载:http...
分类:编程语言   时间:2014-12-11 15:38:12    阅读次数:282
This version of the rendering library is more recent than your version of ADT plug-in. Please update
预览layout.xml文件时提示:This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in导致无法正常预览布局文件;问题根源:SD...
分类:其他好文   时间:2014-12-10 00:27:58    阅读次数:1163
Can I compile and run Dx11Shader for Maya 2015 on my side?
Currently, you can find the source code of Dx11Shader under our devkit\plug-ins\ folder, but if you want to do some modification on this, can it be bu...
分类:其他好文   时间:2014-12-09 17:04:49    阅读次数:308
GStreamer Plugin: Embedded video playback halted; module decodebin20 reported: Your GStreamer installation is missing a plug-in.
标题是在Linux下使用系统yum install 的opencv库来获取视频帧的时候抛出来的错误消息。opencv调用了Gstream的API来处理了视频。错误抛出的代码如下图:http://ubuntuforums.org/archive/index.php/t-1730395.htmlhttp...
分类:其他好文   时间:2014-12-09 15:15:37    阅读次数:555
share初始化
要看懂share先看与map的交互以及跨地图的交互share初始化void Share::ShareInit(I_DataLayer* data_layer){ // 加载xls表 if(!LoadnBodyId())//两种性别,三种职业 Plug::PlugMessag...
分类:其他好文   时间:2014-12-07 17:37:26    阅读次数:134
2014.12.6 NSBundle的使用细节
bundle是一个目录,其中包含了程序会使用到的资源. 这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in). 对应bundle,cocoa提供了类NSBundle.我们的程序是一个bundle. 在Finder中,一个应用程序看上去和其他文件没有什么区别...
分类:其他好文   时间:2014-12-06 10:06:04    阅读次数:128
基于Freemarker的eclipse plugin代码生成器插件开发
固定类型的软件写多了,里面总是有一些复制粘贴改变类名改变量的基础文件,相似程度非常高。作为一名程序员,坚持不多写一行重复代码的精神,写了一个Eclipse的代码生成器插件。插件通过在xml文件中配置的变量信息及模版位置、目标文件位置信息,直接生成目标文件,减少了大量的重复工作。1.建立一个plug-...
分类:系统相关   时间:2014-12-02 19:06:16    阅读次数:228
xcode 相关
/Users/chenxiaodong/Library/Developer/XCode/DerivedData/ //xcode 编译缓存 路径 ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins // xcode 插件存放路径...
分类:其他好文   时间:2014-12-02 15:30:39    阅读次数:144
eclipse取消自动输入提示
在设置Eclipse自动提示后,按a-z都会显示提示,但是我们需要键入Enter才会输入,而默认的所有都键入,非常弱智,可采用下面方法设置。1,先找到相关的插件: window -> show view -> plug-ins找到插件org.eclipse.jface.text,右键点击,选择imp...
分类:系统相关   时间:2014-11-24 20:34:42    阅读次数:218
RCP导出product 问题
1. 导出后发现欢迎页面没有了。 原因解决:gef.product ->Splash -> plug-in 需要选中当前插件2. 调试运行能看到图标图版,导出后图片变红色。 原因解决:图片及资源文件注意plugin.xml-> build -> 图片文件夹要选中
分类:其他好文   时间:2014-11-21 10:27:22    阅读次数:132
515条   上一页 1 ... 43 44 45 46 47 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!