爷的眼睛闪亮
insideDotNet En_summerGarden
摘要: <select id="getAllDitch" parameterType="xxx.xx.entity.CheckDitch" resultType="xxx.xx.entity.CheckDitch"> select <include refid="checkDitchColumns"/> f 阅读全文
posted @ 2016-12-19 15:22 爷的眼睛闪亮 阅读(6396) 评论(0) 推荐(0)
摘要: /** * 抓取网址内容 * @param ssourl * @return */ public static String getHtmlConentByUrl(String ssourl) { try { URL url = new URL(ssourl); HttpURLConnection 阅读全文
posted @ 2016-12-19 15:06 爷的眼睛闪亮 阅读(154) 评论(0) 推荐(0)