2013年12月5日

Oracle表生成JavaBean

摘要: package com.batch.tabletojavaimport java.io.DataOutputStream;import java.io.File;import java.io.FileOutputStream;import java.sql.Connection;import java.sql.DriverManager;import java.sql.PreparedStatement;import java.sql.ResultSet;import java.sql.ResultSetMetaData;import java.util.ArrayList;import ja 阅读全文

posted @ 2013-12-05 11:31 慢一拍儿 阅读(658) 评论(0) 推荐(0) 编辑

mysql表生成JavaBean

摘要: MySQLToBean.javapackage org.just.util;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.FileOutputStream;import java.io.FileWriter;import java.io.IOException;import java.io.InputStream;import java.io.OutputStream;import java.sql.Connection;import 阅读全文

posted @ 2013-12-05 11:18 慢一拍儿 阅读(1089) 评论(0) 推荐(0) 编辑

maven工程中pom.xml的错误

摘要: 更新maven工程,出现如下错误信息。Could not calculate build plan: Failure to transfer org.apache.maven.plugins:maven-resources-plugin:pom:2.5 from http://mvn.hz.netease.com/artifactory/repo was cached in the local repository, resolution will not be reattempted until the update interval of artifactory has elapsed o 阅读全文

posted @ 2013-12-05 08:48 慢一拍儿 阅读(429) 评论(0) 推荐(0) 编辑

导航