摘要: 1 package tcweb.handler.report; 2 3 import java.io.File; 4 import java.io.FileInputStream; 5 6 import javax.servlet.ServletContext; 7 import javax.... 阅读全文
posted @ 2014-06-17 17:08 lightning_95 阅读(175) 评论(0) 推荐(0) 编辑
摘要: childIDs 数组cid 要插入的对象int index = Collections.binarySearch(childIDs, cid);if (index < 0) {childIDs.insertElementAt(cid, (index + 1) * -1);stack.push(ci... 阅读全文
posted @ 2014-06-17 17:04 lightning_95 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 调子窗体window.document.getElementById('vocabularymanagerIframe').contentWindow.gridStoreReload(obj);调父窗体window.parent.reloadVocabularyGrid(obj); 阅读全文
posted @ 2014-06-17 17:02 lightning_95 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1 public class MergeWorkAssignment implements Comparable2 实现方法3 public int compareTo(MergeWorkAssignment o) {4 return this.getVocabularyName().compa... 阅读全文
posted @ 2014-06-17 16:59 lightning_95 阅读(135) 评论(0) 推荐(0) 编辑