`
openstudy
  • 浏览: 232562 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
cshrc脚本编写和bashrc的编写差别较大,以下是cshrc中java环境变量的设置 setenv JAVA_HOME /usr/jdk1.6.0_17 set path=($JAVA_HOME/bin $path) setenv CLASSPATH .:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
找了好久,终于找了一个可以跑起来的办法 http://www.usegroup.de/software/noa/index.php/Hello_World_in_SWT/JFace 当然,openoffice是需要安装的
使用Browser控件实现网页内容的显示。 F1上下文帮助的实现思路: 思路一: 1.给控件设置id 2.获取当前控件,并从控件中获取到帮助的id Control focusControl = PlatformUI.getWorkbench().getDisplay().getFocusControl(); String helpTopic = (String)focusControl.getData(ClientConstants.HELP_KEY); 然后按helpTopic找到网页的url,赋值到browser的url中即可 思路二: 1.获取当前活动的View的id 2. IWork ...
1.wsdlToJava 使用-all选项,但是却不使用其生成的server,client/service和impl类,只作为参考 2.部署:wsdl中使用localhost:8080,String address = "http://localhost:8080/soa/hello"; cs - 实际部署时利用Endpoint.publish(address, implementor)再重新修改ip和端口 bs - 直接用localhost,结合spring获取客户端bean和接口bean 3.address?wsdl就可以显示wsdl的内容,如ie中输入http://l ...
gSoap介绍(上) http://hi.baidu.com/winnyang/blog/item/d5fd4f3df38f35cd9e3d625b.html gSoap介绍(下) http://hi.baidu.com/winnyang/blog/item/f8647003b9cda77d3812bb24.html gsoap使用方法及心得 http://hi.baidu.com/winnyang/blog/item/4febc734ee463e44241f142f.html gsoap 下载地址:http://sourceforge.net/projects/gsoap2 官方网站: ...
http://www.roseindia.net/ajax/jquery/
http://www.youku.com/playlist_show/id_2434618.html http://www.youku.com/playlist_show/id_1614606.html
chapter 2 理解jbpm的目录结构 go to directory ${jbpm.home}/install, run  ant demo.setup.tomcat http://localhost:8080/jbpmeditor/p/explorer http://localhost:8080/jbpm-console alex, mike, peter, mary/password login install gdp plugin into eclipse Help --> Install New Software..., Add..., Archive..., Naviga ...
终于找到两个下载电子书的地方 http://www.filecrop.com/ http://www.51cnnet.net/
1.fork activity problem http://hi.baidu.com/freshman0502/blog/item/5fb72889550817b80f2444bb.html
1.Plugin.properties不起作用 you MUST include the following line in the plugin manifest : Bundle-Localization: plugin
An RCP application should declare a subclass of WorkbenchAdvisor and override methods to configure the workbench to suit the needs of the particular application. The following advisor methods are called at strategic points in the workbench's lifecycle (all occur within the dynamic scope of the call ...
1.在org.eclipse.core.runtime.products扩展点中添加 <property name="preferenceCustomization" value="plugin_customization.ini"> </property> plugin_customization.ini文件放在项目根目录下 具体变量名和变量的取值,org.eclipse.ui.IWorkbenchPreferenceConstants有详细说明. //add a progress bar showing the plug-in ...
1.显示Preferences窗口,首先preferenceAction是一个标准Command,把它创建出来并注册,然后加到菜单中就可以了 preferenceAction = ActionFactory.PREFERENCES.create(window); 2.获得所有的Preferences项,得到后可以将部分项隐藏起来 PreferenceManager mgr = Plat ...
0.http://www.vogella.de/articles/GWT/article.html 1.Eclipse RCP Webstart http://www.ibm.com/developerworks/cn/opensource/tutorials/os-eclipse-jws/index.html http://cai555.iteye.com/blog/511009 2.Eclipse RCP Help http://www.eclipse.org/articles/article.php?file=Article-AddingHelpToRCP/index.html htt ...
Global site tag (gtag.js) - Google Analytics