套用模板(简单)实例 1 from docx import Document 2 from docx.enum.text import WD_ALIGN_PARAGRAPH 3 from docx.shared import Pt 4 from docx.oxml.ns import qn 5 6 ...
分类:
其他好文 时间:
2020-02-14 22:39:49
阅读次数:
98
服务端代码: 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 ...
分类:
编程语言 时间:
2020-02-14 18:23:15
阅读次数:
75
实例一: from docx import Document from docx.enum.text import WD_ALIGN_PARAGRAPH from docx.oxml.ns import qn # 中文格式 from docx.shared import Pt # 磅数 from d ...
分类:
编程语言 时间:
2020-02-14 16:06:46
阅读次数:
150
<?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" xsi:sch ...
分类:
Web程序 时间:
2020-02-14 14:26:35
阅读次数:
86
process [?pr??ses] n.过程;工序;程序;vt.convenience [k?n'vi?n??ns] n.purpose [?p?:p?s] n.目的;意志;growth [ɡr?uθ] n.增加,增长(量);生长,发展technology [tek?n?l?d?i] n.theo ...
分类:
其他好文 时间:
2020-02-09 09:51:46
阅读次数:
733
``` kubectl get pods -n kube-system -o wide/yaml/json kubectl get nodes kubectl get ns kubectl get deployment kubectl api-resources kubectl create nam... ...
分类:
其他好文 时间:
2020-02-07 23:56:42
阅读次数:
108
1、配置流程 (1)web.xml文件(在web目录下的WEB-INF目录里面):对过滤器进行配置(这里是统一的) <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" x ...
分类:
其他好文 时间:
2020-02-05 20:33:08
阅读次数:
87
经过多次整理,最终以这样的文件格式配置 目前配好的基本模板: 1 <?xml version="1.0" encoding="UTF-8"?> 2 <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" 3 xmlns:xsi="http://www. ...
分类:
数据库 时间:
2020-01-31 21:11:19
阅读次数:
84
web.xml各个版本文件头: Servlet 3.1 Java EE 7 XML schema, namespace is http://xmlns.jcp.org/xml/ns/javaee/ <?xml version="1.0" encoding="UTF-8"?> <web-app xml ...
分类:
Web程序 时间:
2020-01-28 20:49:23
阅读次数:
82
文章参考:https://blog.csdn.net/ns_code/article/details/17965867 public class StaticDispatch { static abstract class Humnan {} static class Man extends Hum ...
分类:
编程语言 时间:
2020-01-26 13:12:39
阅读次数:
121