摘要:public List<String> changeStringToList(String str) { List<String> list = new ArrayList<String>(); String[] strings = str.split(","); for (String strin
阅读全文
摘要:去掉mode=ws=policy http://sgdmes.app.yuchai.com/sapdevwebservice/PickLogInheritServiceService?wsdl http://sgdmes.app.yuchai.com/webdynpro/dispatcher/sap
阅读全文
摘要:以前都是按着滚动条往下拉,找到错误的地方,有时比较多的时候就很麻烦。 其实eclipse是可以直接快速定位的,CTRL+.(点)。试试看。 反正我的行。哈哈....
阅读全文
摘要:matnr "000000000011040658" (id=109) sernr "DKB6L0N00101" (id=110) zbak01 "T3" (id=111) zbqwz "气缸盖罩或进气管上或机体上" (id=113) zchzhqasc "" (id=114) zchzhqascs
阅读全文
摘要:$(document).ready(function() { codeVM = avalon.define({ $id: 'codeCtrl', CODEDATA: [] }); $("#btnShopOrderInfo").click(function(e) { var filePath = $(
阅读全文
摘要:import java.io.*;import java.text.DateFormat;import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date;import java.util.Locale
阅读全文