07 2020 档案
摘要:questionnaireRiskEOList = questionnaireRiskEOList.stream().collect(Collectors.collectingAndThen(Collectors.toCollection(() -> new TreeSet<>(Comparator
阅读全文
摘要:有主类spring Boot项目采用 <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <!--<confi
阅读全文
摘要:创建 Abstract Factory (抽象公厂) Builder (生成器) Factory Method(工厂方法) Prototype(原型) Singleton(单例) 结构 Adapter(适配器) Bridge(桥接) Composite(组合) Decorator(装饰) Facad
阅读全文
摘要:页面 #地址页面所在 location / { root /opt/****-h5/; try_files $uri $uri/ /index.html; index index.html index.htm; } #内网域名 location /client { proxy_pass http:/
阅读全文