摘要: Ticket description:A55482L Ticket attachment: 2. Open the internationalizing properties file. vim /opt/plm/webapp/internal/WEB-INF/classes/LuxotticaSt 阅读全文
posted @ 2018-06-04 11:16 danieldai 阅读(205) 评论(0) 推荐(0)
摘要: how to add a characteristic in enovia PLM 阅读全文
posted @ 2018-06-04 11:08 danieldai 阅读(363) 评论(0) 推荐(0)
摘要: Preface The document is about to introduce some specialties on PLM development and maintenance activities, we weren’t going to state everything about 阅读全文
posted @ 2018-06-04 09:19 danieldai 阅读(276) 评论(0) 推荐(0)
摘要: Q1: why we should initialize final field before completion of new instance? final means no changeable in java enviroment, the java compiler urges us f 阅读全文
posted @ 2018-05-21 11:51 danieldai 阅读(638) 评论(0) 推荐(0)
摘要: sometime, to make your change of configuration file be effective to web application, we have to restart the tomcat again then reload the memory cache. 阅读全文
posted @ 2018-03-20 11:23 danieldai 阅读(188) 评论(0) 推荐(0)
摘要: after you startup your tomcat, you type a concrete request url in broswer, the tomcat probably will prompt you the subsequent message. it is because t 阅读全文
posted @ 2018-03-15 11:51 danieldai 阅读(1198) 评论(0) 推荐(0)
摘要: <project> [...] <build> [...] <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3 阅读全文
posted @ 2018-03-14 16:19 danieldai 阅读(107) 评论(0) 推荐(0)
摘要: window OS: java -XX:+PrintFlagsFinal -version | findstr HeapSize Linux OS java -XX:PrintFlagsFinal -version | grep HeapSize the result is display in B 阅读全文
posted @ 2018-03-14 15:24 danieldai 阅读(192) 评论(0) 推荐(0)
摘要: To find out the Tomcat version, find this file – version.sh for *nix or version.bat for Windows. This version.sh file is normally located in the Tomca 阅读全文
posted @ 2018-03-14 11:28 danieldai 阅读(106) 评论(0) 推荐(0)
摘要: background: I have terminated some test debugger without properly saying goodbye. the JDWP didn't close related socket. so if I want to run Testng cas 阅读全文
posted @ 2018-03-01 11:29 danieldai 阅读(255) 评论(0) 推荐(0)