<dependency> <groupId>com.alibaba.csp</groupId> <artifactId>sentinel-web-servlet</artifactId> <version>1.8.0</version> </dependency> @Bean public Filt ...
分类:
其他好文 时间:
2020-11-07 17:04:49
阅读次数:
25
XML 一.xml简介 二.xml语法 1.文档声明 version代表当前xml版本 2.元素 3.属性 4.注释 + 5.CDATA区、特殊字符 6.处理指令 三.xml解析 1.Dom解析 得到根节点 getDocumentElement() 根据属性名获得id属性值 getAttribute ...
分类:
Web程序 时间:
2020-11-07 16:42:59
阅读次数:
32
转: 【Log日志】打印mybatis中sql日志并存放到指定文件中 打印mybatis中sql日志并存放到指定文件中 logback-spring.xml (如果是logbackx.xml 动态路径会失效) <?xml version="1.0" encoding="UTF-8"?> <confi ...
分类:
数据库 时间:
2020-11-07 16:27:35
阅读次数:
26
增删改查 <?xml version="1.0" encoding="utf-8"?> <LinearLayout android:padding="16dp" android:orientation="vertical" android:background="@drawable/bg" andr ...
分类:
移动开发 时间:
2020-11-06 02:34:22
阅读次数:
27
Docker Docker是以容器技术为核心的一套应用的构建,分发,执行的体系和生态。 Docker的优点 简化项目发布步骤 不同项目环境相互独立 不需要额外安装其他基础库 兼容性好,跨平台 方便迁移 Docker的目的 集装箱:变革了人类整个的生产流程体系,让货物全世界流通 Docker:变革了I ...
分类:
其他好文 时间:
2020-11-04 19:22:58
阅读次数:
45
指令 提前配置 查看当前版本:git --version 查看git配置信息:git config --list 配置提交人姓名:git config --global user.name 你的姓名 配置提交人邮箱:git config --global user.email 你的邮箱 提交步骤 初 ...
分类:
其他好文 时间:
2020-11-04 19:13:54
阅读次数:
21
1.pom依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance ...
分类:
其他好文 时间:
2020-11-04 18:27:32
阅读次数:
13
分享一个很多团队不知道的方法:回收不健康JVM提升可用性导读:对于基于JVM平台的存储应用来说,比如Cassandra和Elasticsearch等等。很多时候低效查询就会JVM忙于垃圾回收或者JVM内存不足。为了处理这种情况,Netflix推出jvmkill和jvmquake,本文详细论述了该问题和问题的解决方案。Netflix大量使用各种JVM应用程序,比如Cassandra和Elastics
分类:
其他好文 时间:
2020-11-04 18:17:20
阅读次数:
21
<?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:api='http://webservices.web.pcm.com/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' ...
分类:
其他好文 时间:
2020-11-04 17:53:05
阅读次数:
13
Docker 管理工具 Portainer部署 一、官网 官网:http://www.portainer.io 演示地址:http://demo.portainer.io 用户名:admin 密码:tryportainer 复制代码 version: '3' services: portainer: ...
分类:
其他好文 时间:
2020-11-04 17:51:31
阅读次数:
19