摘要: URL url = new URL(path);//path为url路径HttpURLConnection conn = (HttpURLConnection) url.openConnection();// 利用HttpURLConnection对象,我们可以从网络中获取网页数据.conn.set... 阅读全文
posted @ 2015-11-30 17:34 七月没有雪 阅读(1608) 评论(0) 推荐(0) 编辑
摘要: 项目中需要删除掉表中的一些数据@Query("delete from EngineerServices es where es.engineerId = ?1")int deleteByEgId(String engineerId);但是提示了错误org.hibernate.hql.QueryExe... 阅读全文
posted @ 2015-07-23 16:55 七月没有雪 阅读(23973) 评论(2) 推荐(4) 编辑