BattMonitor_FGCD-A059NT/bin/.gitignore | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
BattMonitor_FGCD-A059NT/src/com/batttest/BattResStorePro_Thread.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
BattMonitor_FGCD-A059NT/bin/.gitignore
@@ -1,8 +1,5 @@ /aopalliance-1.0.jar /c3p0-0.9.5.jar /c3p0-oracle-thin-extras-0.9.5.jar /c3p0.properties /com/ /log4j-1.2.14.jar /log4j-api-2.13.3.jar /log4j-core-2.13.3.jar /log4j.properties /mchange-commons-java-0.2.9.jar @@ -10,6 +7,7 @@ /mchange-log.properties /mina-core-2.0.4.jar /mysql-connector-java-5.1.30-bin.jar /com/ /main/ /poi-3.10.1-20140818.jar /slf4j-api-1.5.2.jar BattMonitor_FGCD-A059NT/src/com/batttest/BattResStorePro_Thread.java
@@ -78,6 +78,7 @@ + "`mon_res` FLOAT NOT NULL DEFAULT 0, " + "`mon_ser` FLOAT NOT NULL DEFAULT 0, " + "`conn_res` FLOAT NOT NULL DEFAULT 0, " + "`isStandard` int(11) NOT NULL DEFAULT '0' COMMENT '是否为标准内阻记录[0:不标准;1:标准]'," + "INDEX index_test_record_count (`test_record_count`), " + "PRIMARY KEY (`num`));"; //System.out.println(sql_str); @@ -246,6 +247,7 @@ + "`mon_res` FLOAT NOT NULL DEFAULT 0, " + "`mon_ser` FLOAT NOT NULL DEFAULT 0, " + "`conn_res` FLOAT NOT NULL DEFAULT 0, " + "`isStandard` int(11) NOT NULL DEFAULT '0' COMMENT '是否为标准内阻记录[0:不标准;1:标准]'," + "INDEX index_test_record_count (`test_record_count`), " + "PRIMARY KEY (`num`));"; //System.out.println(sql_str);