摘要:
// get the headers of the requestdef content= messageExchange.getResponseContent()def headers = messageExchange.getResponseHeaders()log.info headers / 阅读全文
摘要:
改变背景颜色(黑底背景的设置) windows->Preferences->General->Editor->Text Editors 右边选择Appearance color options 选Background color 选择背景颜色 背景配色:160,0,59 选Current line 阅读全文
摘要:
public List sortListIgnoreCase(List list) { Collections.sort(list, new Comparator() { @Override public int compare(String s1, String s2) { ... 阅读全文