摘要: public class Demo12 { public static void main(String[] args) throws IOException { File file=new File("1.txt"); FileInputStream fis=new FileInputStream 阅读全文
posted @ 2020-09-28 17:54 红尘沙漏 阅读(221) 评论(0) 推荐(0) 编辑
摘要: public class TestIO { public static void main(String[] args) { // TODO Auto-generated method stub try { String in="C:\\Users\\Pei\\Desktop\\b14b9472a2 阅读全文
posted @ 2020-09-28 17:01 红尘沙漏 阅读(251) 评论(0) 推荐(0) 编辑
摘要: @Transactional(rollbackFor = Exception.class) @Override public Map<String,Object> getOderInfo(String processInstanceId) { Map<String,Object> map=new H 阅读全文
posted @ 2020-09-28 15:06 红尘沙漏 阅读(383) 评论(0) 推荐(0) 编辑