摘要: hibernate.cfg.xml 中hibernate.hbm2ddl.auto配置节点如下: <properties> <property name="hibernate.show_sql" value="true" /> <property name="hibernate.hbm2ddl.au 阅读全文
posted @ 2015-12-04 10:33 hongweigg 阅读(15) 评论(0) 推荐(0)
摘要: MySQL导入EXCEL表格数据: 1、先创建数据表,要导入的EXCEL列及字段类型应与数据表对应; 2、将EXCEL另存为.csv格式文件; 3、使用命令行导入: Load Data InFile 'E:\\Me\\2013.csv' Into Table `t_sampledata` field 阅读全文
posted @ 2015-12-04 10:31 hongweigg 阅读(24) 评论(0) 推荐(0)