摘要: String str=null; String encode = new BASE64Encoder().encode(str.getBytes()); System.out.println("编码过后:"+encode); byte[] bytes = new BASE64Decoder().de 阅读全文
posted @ 2020-04-24 16:27 深海可乐啤酒 阅读(207) 评论(0) 推荐(0) 编辑
摘要: ORACLE数据库查询语句:"select * from dual where time>=to_date('2012-10-29 19:45:34','yyyy-mm-dd HH:mi:ss')"当执行时,会抛出错误:ORA-01849: 小时值必须介于 1 和 12 之间 01849. 0000 阅读全文
posted @ 2020-04-24 15:16 深海可乐啤酒 阅读(1701) 评论(0) 推荐(0) 编辑
摘要: 由于没有使用过oracle数据库 增删改查 在mapper.xml 层中 对表数据进行增加 <insert id="addJz" parameterType="java.util.Map"> insert into JZ( DWBH, CALIBRATIONTIME, HCCONCENTRATION 阅读全文
posted @ 2020-04-24 15:13 深海可乐啤酒 阅读(614) 评论(0) 推荐(0) 编辑