albert's blog
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...
2006/08/15
[Tomcat] How to filter IP
›
http://tomcat.apache.org/tomcat-5.0-doc/config/context.html keyword: Request Filters
2006/08/11
[InfoEngine] Remember to get newOid as you want to update-object
›
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46...
[InfoEngine] Where to find the compiled InfoEngine Task
›
You can find the Java files and class files under: < Windchill_HOME > \ tasks \ codebase \ com \ infoengine \ compiledTasks
2006/08/07
Jump into AJAX development
›
http://www.javaworld.com/javaworld/jw-08-2006/jw-0807-ajax.html
2006/07/20
An Introduction to Subversion
›
http://albertguo.myweb.hinet.net/data/Subversion.rar
2006/07/04
[SVN] mod_dav_svn.so is garbled- perhaps this is not an Apache module DSO
›
Error Message httpd: Syntax error on line 115 of D:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: API module structur...
2006/06/06
[Windchill] Build ResourceBundle How-To
›
If I edit some texts in reportResource.rbInfo, how do I build this resource bundle. Steps. 1. open windchill shell window 2. utilize Res...
2006/06/02
[HTML / JS] View formatted source (format source extension)
›
https://addons.mozilla.org/firefox/697/ Displays formatted and color-coded source and optional CSS information for each element. You can see...
2006/05/31
[Windchill] Cannot do copy & paste in Applet
›
Scenario As I do some operation in Windchill, because of some user interface was done by applet, it is inconvenience for us if we wolud lik...
[Windchill] IE, IE, IE Affects PTC SW
›
reference: http://worldcadaccess.typepad.com/blog/2006/05/ie_ie_ie_affect.html PTC notes that This issue affects all releases of Windchill...
2006/05/30
[ANT] Date of 05/28/2006 07:06 午後 Cannot be parsed correctly. It should be in MM/DD/YYYY HH:MM AM_PM format
›
Scenario As I utilized ant to build program, it throwed exception as bellows: D:\ptc\Windchill_8.0\customization\wtinstaller.xml:234: Date o...
2006/05/29
[Windchill] Windchill Installation Overview
›
http://www.ptc.com/WCMS/files/29709/en/29709en_file1.pdf
2006/05/27
[Windchill] How to modify the value which in property file
›
xconfmanager -s <property_pair>=<property_value> -t <property_file> -p s: set (set the key-value pair) t: target (assign...
2006/05/24
[Windchill] java.rmi.ConnectException: Connection refused to host
›
Scenario As I start the method server, it always throw this kind of exception message as bellows and the method server always cannot be sta...
[Windchill] com.infoengine.au.ServiceUnavailableException
›
Scenario As I start method server, it throws this kind of exception as bellows. And when I click the Product tab in the windchill, it will ...
‹
›
Home
View web version