04 2022 档案
摘要:Date dNow = new Date(); //当前时间Date dBefore = new Date();Calendar calendar = Calendar.getInstance(); //得到日历calendar.setTime(dNow);//把当前时间赋给日历calendar.a
阅读全文
摘要:yum list telnet* 列出telnet相关的安装包 yum install telnet-server 安装telnet服务 yum install telnet.* 安装telnet客户端
阅读全文
摘要:1,查看状态,发现防火墙是出于运行的状态 systemctl status firewalld 2,禁用防火墙: systemctl stop firewalld 3,查看所有打开的端口 firewall-cmd --zone=public --list-ports 4,开放某个端口 (perman
阅读全文
摘要:问题1 :在过滤器中使用 @Autowired 为null 经过百度之后,知道Spring中,web应用启动的顺序是:listener->filter->servlet,先初始化listener,然后再来就filter的初始化,再接着才到我们的dispathServlet的初始化,因此,当我们需要在
阅读全文
摘要:String item = "E:\MR\CE\MDR\Technical Collection\88000099-Q Techinical File Index.pdf*/BC802DDC6A5349a4B1BB844292A70A78.pdf*1670891842|E:\MR\Technical
阅读全文