- 浏览: 120518 次
- 性别:
- 来自: 武汉
最新评论
文章列表
Question
How do you collect a TBSM Server JVM Heap Dump?
Answer
Options for getting Java Heap Dump
1) Request Java to Dump Heap on an Out Of Memory error
Add the following to the JVM settings:
-XX:+HeapDumpOnOutOfMemoryError
-XX:+HeapDumpOnOutOfMemoryError
This option available in 1 ...
Windchill utilizes multiple ports.
Port Number
Required For
Port Number
Required For
80
HTTP
8006
Servlet shutdown port
389
LDAP
8010
Servlet listener port
443
HTTPS
8080
Windchill Index Search
1433
SQ ...
JD-Eclipse
JD-Eclipse is a plug-in for the Eclipse platform. It allows you
to display all the Java sources during your debugging process, even if
you do not have them all.
JD-Eclipse is free for non-commercial use. This means that
JD-Eclipse shall not be included or embedded into commerci ...
JD-GUI
JD-GUI is a standalone graphical utility that displays Java
source codes of “.class” files. You can browse the reconstructed source
code with the JD-GUI for instant access to methods and fields.
JD-GUI is free for non-commercial use. This means that JD-GUI
shall not be included or ...
Create the xml file for the task under the
Windchill/tasks/CUSTOM_FOLDER/NAME_OF_TASK.xml
<%@page language="java"%>
<%@taglib
uri="http://www.ptc.com/infoengine/taglib/core" prefix="ie"%>
<ie:webject name="Get-Properties"
type ...
Sample Code snippet is given below:
if(primaryBusinessObject != null &&
primaryBusinessObject instanceof wt.doc.WTDocument){
com.infoengine.SAK.Task
task = new com.infoengine.SAK.Task("examples/queryForObject.xml"); //
RELATIVE PATH OF THE INFO ENGINE TASK
XML
...
String baseTypeName = "wt.epm.EPMDocument" ;
String domain = TypeDomainHelper.getExchangeDomain();
String typeName = "DefaultEPMDocument";
String softType = baseTypeName + "|" + domain + "." + typeName;
Title
The Java Applet window of lifecycle or workflow templates is blank in Windchill PDMLink
Description
The Java Applet window of lifecycle or workflow templates is blank.
Double click the workflow activity position in the blank window and the activity window pops up.
Java Console so ...
标题
[WIP] How to see the document creator full name instead of the login name in DTI attribute? (e.g. in Word)
说明
How to see the document creator full name instead of the login name in Word/Excel via DTI?
适用于
Windchill 9.1 - Desktop Integration
原因
解决方案
Add the xml snippet belo ...
Java实战篇:设计自己的Annotation
- 博客分类:
- Java
本文转自Javaeye,文中内容不代表本站观点,仅提供参考。
Annotation在java的世界正铺天盖地展开,有空写这一篇简单的annotations的文章,算是关于Annotation入门的文章吧,希望能各位们能抛砖,共同学习......
不讲废话了,实践才是硬道理.
第一部分:了解一下java1.5
起默认的三个annotation类型:
一个是@Override:只能用在方法之上的,用来告诉别人这一个方法是改写父类的。
一个是@Deprecated:建议别人不要使用旧的API的时候用的,编译的时候会用产生警告信息,可以设定在程序里的所有 ...
* Start Internet Explorer.
* On the Tools menu, click Internet Options.
* On the Connections tab, click LAN Settings.
* Clear the Automatically detect settings check box.
* Click OK, and then click OK again.
下载软件:
ant
svnant
sliksvn http://www.sliksvn.com/en/download
参考http://subclipse.tigris.org/wiki/JavaHL#head-404019ac0784cfe12ca6de2581b8a6ac98896bde
持续集成之“分支策略”
现代版本控制系统(SCM)的作用已不仅仅是保存历史版本,它还
是各软件开发组织利用其分支功能实现多人并行开发,提高生产效率的一种工具。对于稍有历史的软件产品来说,一般都会有代码分支的出现,也常常见到一些历史
悠久的产品其错综复杂的分支版本树甚至将产品交付团队拖入“无尽维护”的泥潭。分支的目的是希望“分而治之”,而持续集成的目的是“频繁集成”,这二者之
间又有哪些联系呢?
在《测试三角形与分段构建策略原则》一文中,咱们说到:由于自动
化测试时间较长,Joe的团队实施了分阶段的持续集成。虽然这么做引入了一些风险 ...
To do this, please follow these steps:
1. Make sure Windchill is running.
2. Open Jconsole in Windchill server. (For Windows server, it can be
found at Start Menu-->Programs-->Windchill_9.1-->JConsole)
3. Select MethodServer process in "Local Process" table and click "Con ...
PLM由于能够直接支持企业研发管理战略,成为继ERP之后的又一高端信息化内容领域,尤其在制造业(航空、航天、工程机械、汽车、高科技电子、船
舶等)获得了广泛重视和应用,大有谈信息化必有PLM的趋势。PLM行业在近些年 ...