albert's blog
2007/12/21
Ports and protocol which had been used by Windchill
›
Http: 80 JavaRMIServlet: 5001~5010 ProjectLink Meeting port: 5620~5660 Therefore, network administrator should open these ports.
2007/12/13
Check Windchill failed queue how-to
›
1. Go to Site tag and click Utils 2. Go to Queue Manager page 3. Choose failed queue, ex. WfUserWorkQueue 4. pickup one queue entry which ha...
2007/12/05
Utilized JAXB to generate POJOs automatically -- Green Integration Part II
›
Utilized JAXB to generate POJOs automatically -- Green Integration Part II Agenda Scenario JAXB (Java Architecture for XML Binding) Impleme...
2007/11/28
Follow-up procedure, after installed partslink
›
Follow-up procedure, after installed partslink 1. Make sure web.xml had define ConfigFile location 1 2 3 4 <context-param> ...
Windchill Quick Backup
›
Procedure 1. backup applicationa & configuration, i.e. D:\PTC\Windchill8\codebase 2. backup database, i.e. execute command: exp pdm8...
2007/11/26
Windchill Change Password
›
In past, Windchill does not provide change password function. Many customers will complain about this. Now, Windchill 8 M040 had provided....
2 comments:
2007/11/23
OraDoclet - Database Documentation Generator
›
Overview The purpose of OraDoclet is generation of the detailed database documentation resembling the JavaDoc style. It is a custom doclet t...
2007/11/22
Applied Commons Transaction to do File Transactions in Green Integration
›
Guide to Windchill Performance Tuning
›
http://junyuo.googlepages.com/GuidetoWindchillPerformanceTuning.rar
2007/11/20
Java 2 Software Development Kit (J2SE SDK) - the new jre isn't working
›
Scenario I have instaled the new j2se development kit 5.0 and jre5.0, but my browser cannot open any applet and Sun Java console. The error ...
2007/10/29
Leverage Squirrel SQL Client And DAO4J to Do Code Generation
›
http://albertguo.myweb.hinet.net/trainingMaterials/DAOCodeGen.rar
XStream Quick Start
›
http://albertguo.myweb.hinet.net/trainingMaterials/XStreamQuickStart.rar
Utilized XStrem in Green Integration (Take CMCS Project for Example)
›
http://albertguo.myweb.hinet.net/trainingMaterials/UtilizedXStreminGreenIntegration.rar
An easy, small but powerful WebLog analyzer – WebLog Expert
›
http://albertguo.myweb.hinet.net/trainingMaterials/WebLogExpert.rar
Commons Transaction -- Transactional File System in Java
›
http://albertguo.myweb.hinet.net/trainingMaterials/CommonsTransaction.rar
2006/09/27
[JavaScript] How to do trim() in JavaScript
›
<body onload="test()"> <script> String.prototype.trim = function() { return this.replace(/^\s+|\s+$/, ''); }; ...
[JavaScript] How to do trim() in JavaScript
›
<body onload="test()"> <script> String.prototype.trim = function() { return this.replace(/^\s+|\s+$/, ''); }; ...
2006/09/08
[Windchill] How to generate mData
›
Steps . 1. open rose 2. Tools --> Windchill --> System Generation 3. Click OK Troubleshoot It may show generation refuse error i...
2006/08/28
[Database] Oracle JDBC FAQ
›
http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm
2006/08/27
[Mail] commons-mail 亂碼問題
›
[常見問題1]sent出去的mail的中文標題變成亂碼 呼叫setCharset此方法,設定編碼方式為UTF-8 public void setCharset (java.lang.String newCharset) http://jakarta.apache.org/comm...
‹
›
Home
View web version