摘要: 装饰者模式代码如下: public class Coffee{public void drink(){System.out.println("drink coffee");}} public abstract class CoffeeDecorator extends Coffee{protecte 阅读全文
posted @ 2018-02-02 15:30 花千叔 阅读(151) 评论(0) 推荐(0)
摘要: 在使用阿里云上传图片的时候,报错org/jdom/input/JDOMParseException 跟踪代码到 if (!isNeedReturnResponse(putObjectRequest)) {result = writeObjectInternal(WriteMode.OVERWRITE 阅读全文
posted @ 2018-02-02 15:28 花千叔 阅读(701) 评论(0) 推荐(0)
摘要: springboot项目中lib路径下有个jar包找不到,按网上修改pom后可以找到jar包,但是无法启动 eclipse会根据pom启动。。需要在debug configuation中将classpash中增加resresources,否则启动项目zookeeper默认2181端口 阅读全文
posted @ 2018-02-02 15:28 花千叔 阅读(146) 评论(0) 推荐(0)