摘要:
Collection 是有序的集合 mapnum.put(); mapprice.put(); mapbillno.put(); map.put(); map.get(); list转为数组: List<SaleInvoiceSubVO> vos; vos.toArray(new SaleInvoi 阅读全文
摘要:
HttpServlet IHttpServletAdaptor HttpServletRequest HttpServletResponse HttpURLConnection IO流操作一般分为两类:字符流和字节流。以“Reader”结尾都是字符流,操作的都是字符型的数据;以“Stream”结尾的 阅读全文