摘要: 1 INSERT INTO t_area_bank_code (CODE, NAME) VALUES ('2210', '沈阳市'); 2 INSERT INTO t_area_bank_code (CODE, NAME) VALUES ('2210', '法库县'); 3 INSERT INTO 阅读全文
posted @ 2019-10-30 17:03 _万古如长夜 阅读(9066) 评论(1) 推荐(0) 编辑
摘要: https://blog.csdn.net/dice_6/article/details/92651150 1 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('001', '中国人民银行'); 2 INSERT INTO t_input_ban 阅读全文
posted @ 2019-10-30 16:59 _万古如长夜 阅读(5826) 评论(0) 推荐(0) 编辑
摘要: 1. 注解类 import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.a 阅读全文
posted @ 2019-10-16 11:10 _万古如长夜 阅读(3908) 评论(0) 推荐(0) 编辑
摘要: 1 package com.base; 2 import java.io.IOException; 3 import java.io.InputStream; 4 import java.io.InputStreamReader; 5 import java.io.OutputStream; 6 i 阅读全文
posted @ 2019-10-14 15:54 _万古如长夜 阅读(2840) 评论(0) 推荐(0) 编辑
摘要: 1.注解类 2.注解使用 3.测试 执行结果: 阅读全文
posted @ 2019-09-23 17:06 _万古如长夜 阅读(711) 评论(0) 推荐(0) 编辑
摘要: java语言基于ArrayBlockingQueue 开发的一个根据特定前缀和后缀的队列。每天自动循环生成。 1.定义队列基类 Cookie 2.QueueUtil 队列工具类,用于获取队列中的值(主要是获取付款的单号==) 3.生产者线程类 4.自定义的生成单号的规则枚举类 5.测试相关类 1> 阅读全文
posted @ 2019-07-31 11:05 _万古如长夜 阅读(398) 评论(0) 推荐(0) 编辑
摘要: package com.bytter.audit.iface.util; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; im... 阅读全文
posted @ 2019-07-30 17:37 _万古如长夜 阅读(475) 评论(0) 推荐(0) 编辑
摘要: 1 List list = new ArrayList(); 2 list.add(new String[]{"0","s1","0038","45"}); 3 list.add(new String[]{"0","s2","0038","45"}); 4 list.add(new String[]{"0","s3","0039","45... 阅读全文
posted @ 2017-05-24 17:30 _万古如长夜 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * 3 * @note 4 * @author zhouyy 5 * Apr 14, 2017 5:21:12 PM 6 * @version 7 */ 8 package com.bytter.util; 9 10 import java.text.ParseException; 11 import java.tex... 阅读全文
posted @ 2017-04-18 17:22 _万古如长夜 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 1 package com.byttersoft.hibernate.erp.szmy.util; 2 3 import java.io.ByteArrayInputStream; 4 import java.io.IOException; 5 import java.io.InputStream; 6 import java.io.InputStreamReader;... 阅读全文
posted @ 2017-04-18 16:07 _万古如长夜 阅读(28040) 评论(0) 推荐(0) 编辑