<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o ...
分类:
Web程序 时间:
2020-05-31 21:39:24
阅读次数:
92
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o ...
分类:
其他好文 时间:
2020-05-31 21:36:44
阅读次数:
82
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o ...
分类:
Web程序 时间:
2020-05-31 16:29:46
阅读次数:
62
在使用urdf进行仿真过程中在代码开始会有xmlns <robot name="seven_dof_arm" xmlns:xacro="http://ros.org/wiki/xacro"> 在查阅之后发现它定义了xml命名空间 即将所引用的元素是将名称空间前缀视为具有完整名称空间URI的简称别名的 ...
分类:
其他好文 时间:
2020-05-31 15:48:35
阅读次数:
92
@(spring mvc代码运用) spring mvc + mybatis 1、maven引入相关依赖 pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" ...
分类:
编程语言 时间:
2020-05-31 13:14:05
阅读次数:
57
web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee ...
分类:
编程语言 时间:
2020-05-31 13:05:07
阅读次数:
153
applicationContext-tx-xml.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www. ...
分类:
编程语言 时间:
2020-05-30 15:51:32
阅读次数:
69
背景 在我们实际生产容器化部署过程中,往往会遇到 Docker 镜像很大,部署发布很慢的情况 影响 docker 镜像大小的因素,主要有以下三个方面: 基础镜像的大小 。尽量选择 alpine 作为基础镜像 减少操作系统内置软件 Dockerfile 指令层数。 这就要求我们优化 Dockerfil ...
分类:
编程语言 时间:
2020-05-30 14:17:43
阅读次数:
95
1.新建module,springboot-log 2.pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3 ...
分类:
编程语言 时间:
2020-05-30 11:02:19
阅读次数:
58
1.新建module,slf4j-demo 2.pom.xml添加依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3 ...
分类:
其他好文 时间:
2020-05-30 10:49:53
阅读次数:
50