今天打算学习处理乱码 <!--版本说明--> <?xml version="1.0" encoding="UTF-8" ?> <! xml 文档的 schema-> <taglib xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://w ...
分类:
其他好文 时间:
2020-12-24 12:03:47
阅读次数:
0
打开以前的项目web.xml报错。 解决: <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java. ...
分类:
编程语言 时间:
2020-12-19 13:21:58
阅读次数:
3
from docx.shared import Pt,RGBColor from docx.oxml.ns import qn #word中字体的颜色、大小、字体def style(tt,tsize,color,rfont): for ii in tt: for run1 in ii.runs: f ...
分类:
其他好文 时间:
2020-12-16 12:37:51
阅读次数:
2
我自己前后安装过好几次NS3了,网上其他相关的博客质量都不是很好,因此自己总结了一个ns3的安装过程。 首先先去网址https://www.nsnam.org/releases/下载自己想要安装的NS-3的源代码。 然后使用如下命令解压: tar xjf ns-allinone-3.26.tar.b ...
分类:
系统相关 时间:
2020-11-06 01:13:45
阅读次数:
18
删除ns,一直处于Terminating状态中强制删除也是出现报错原因:因为ingresscontroller的镜像pull失败,一直在retry,所以我就把ingress-controllerdelete掉,但是一直卡住在删除namespace阶段Ctrl+c```shell[root@master1ingress]#kubectldelete-fmandatory.yamlnamespace&
分类:
其他好文 时间:
2020-09-17 22:47:37
阅读次数:
106
当DNS名称解析时,链路本地多播名称解析(LLMNR)和NetBIOS名称注册和解析服务(NBT-NS)会负责查找网络中所请求的主机地址。在DNS服务器请求失败时,请求方会在整个网络中进行广播,查找所请求的主机位置。***则会在这时伪装成目标主机来劫持用户的凭证。请求方会在身份验证过程中误认为***者是一个可信的目标主机,从而向其发送用于身份认证的NTLMv2哈希值,这个哈希值将被保存到对方的磁盘中,
分类:
其他好文 时间:
2020-09-08 20:57:15
阅读次数:
63
当DNS名称解析时,链路本地多播名称解析(LLMNR)和NetBIOS名称注册和解析服务(NBT-NS)会负责查找网络中所请求的主机地址。 在DNS服务器请求失败时,请求方会在整个网络中进行广播,查找所请求的主机位置。黑客则会在这时伪装成目标主机来劫持用户的凭证。 请求方会在身份验证过程中误认为攻击 ...
分类:
其他好文 时间:
2020-09-07 19:19:03
阅读次数:
59
from docx import Document #引入docx模块from docx.shared import Pt,RGBColorfrom docx.oxml.ns import qnimport requests #Python3,引入requests库Doc=Document()Doc ...
分类:
其他好文 时间:
2020-08-10 23:18:59
阅读次数:
130
rootview.h #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface RootViewController : UIViewController @end rootview.m #import "RootViewControlle ...
分类:
其他好文 时间:
2020-08-08 21:24:32
阅读次数:
87
整合SpringMVC 1、在web.xml中配置前端控制器和中文乱码处理 <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www ...
分类:
其他好文 时间:
2020-07-29 10:23:23
阅读次数:
64