上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页
摘要: spring 需要在类上加载spring配置 如下 @RunWith(SpringJUnit4ClassRunner.class)@ContextConfiguration(locations="classpath*:spring/spring-applic... 阅读全文
posted @ 2019-06-06 11:02 妖君你好 阅读(72) 评论(0) 推荐(0) 编辑
摘要: UUID 好处就是本地生成,不要基于数据库来了;不好之处就是,UUID 太长了、占用空间大,作为主键性能太差了;更重要的是,UUID 不具有有序性,会导致 B+ 树索引在写的时候有过多的随机写操作(连续的 ID 可以产生部分顺序写),还有,由于在写的时候不能产... 阅读全文
posted @ 2019-06-06 09:36 妖君你好 阅读(1346) 评论(0) 推荐(0) 编辑
摘要: CloseableHttpClient httpClient = HttpClients.createDefault();// 创建http实例 CloseableHttpResponse response = null; HttpGet httpGet ... 阅读全文
posted @ 2019-05-31 11:45 妖君你好 阅读(846) 评论(0) 推荐(0) 编辑
摘要: poi docx4j freemarker https://www.e-iceblue.com/Download/download-word-for-net-now.html 或者生成pdf。 本身的pdf生成 或者 pdf 通过adobe工具插入域... 阅读全文
posted @ 2019-05-31 10:41 妖君你好 阅读(89) 评论(0) 推荐(0) 编辑
摘要: //TODO 阅读全文
posted @ 2019-05-05 15:31 妖君你好 阅读(68) 评论(0) 推荐(0) 编辑
摘要: hashtable syncronizedMap ConcurrentMap Vector CopyOnWriteArrayList CopyOnWriteArraySet syncronizedList syncronizedSet Block... 阅读全文
posted @ 2019-04-27 16:53 妖君你好 阅读(65) 评论(0) 推荐(0) 编辑
摘要: package com.xx.xx.xx;import org.apache.commons.io.FileUtils;import org.apache.commons.io.IOUtils;import sun.misc.BASE64Decoder;imp... 阅读全文
posted @ 2019-04-25 14:36 妖君你好 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 本来想通过占位符直接写成${fangyuan001} 这样的数据。就不用打开xml再修改。 可以遇到一部分占位符被分离 通过再wrod里面再怎么写都没用。 我的解决办法 我就把 ${fangyuan001}写到 空白的txt 里面 再直接txt里面的 ${fa... 阅读全文
posted @ 2019-04-22 17:05 妖君你好 阅读(388) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/wwjj4811/p/10364580.html idea 查看maven包的源码 点击download source 无法下载。显示cannot download sources 解决办法: ide... 阅读全文
posted @ 2019-04-18 16:42 妖君你好 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 127.0.0.1******.jsp?data={"gdb":{"gdb_name":"test"},"db_group":[{"db_addr":{"ds_id":5}}]} 我发了个这样的请求,但是却报400.但是在别人哪里却能正常运行。 搜索一下,... 阅读全文
posted @ 2019-04-17 10:08 妖君你好 阅读(177) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页