摘要:
public static JSONObject sendWsdl(String url,String xmlStr){ JSONObject res=new JSONObject(); try { String endpoint = url.replace("?wsdl","");//不需要传?w 阅读全文
摘要:
--MySql查看表结构 select column_name,data_type,CHARACTER_MAXIMUM_LENGTH,column_comment from information_schema.columns where table_schema = 'db_name' and table_name = 'table_name' ; --MySql时间常用处理 --获取系统时间... 阅读全文