摘要:
在CentOS 7上实现密码复杂度策略设置,主要是使用PAM pwquality模块完成 1、备份原有配置文件 cp /etc/pam.d/system-auth /etc/pam.d/system-auth.bak 2、设置复杂度策略 vim /etc/pam.d/system-auth 找到包含 阅读全文
摘要:
nginx -redirect隐藏http信息中location部分信息server { listen 80; server_name www.boke.com; location / { proxy_pass http://192.168.3.3:8080; proxy_redirect off; 阅读全文
摘要:
1、 先查看密码过期时间: [root@01 ~]# chage -l testuser Last password change : Jul 10, 2017 Password expires : Oct 08, 2018 Password inactive : never Account exp 阅读全文
摘要:
win + R 组合键输入 osk成功 阅读全文
摘要:
一、添加pom架包 <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-validator</artifactId> <version>5.4.1.Final</version> </dependency> 二、在请 阅读全文
摘要:
无论是 Linux 系统,还是 macOS 系统,我们都可以使用 tar 命令进行文件的压缩打包。命令格式如下: tar cvf xxxx.tar 要压缩的文件或目录名称 tar cvf dist.tar /Volumes/BOOTCAMP/Vue/achievement/dist 问题:解压后会发 阅读全文
摘要:
阿里文档地址 https://arthas.aliyun.com/doc/web-console.html 一、demo:用来测试的java程序(jvm) curl -O https://arthas.aliyun.com/math-game.jar java -jar math-game.jarm 阅读全文
摘要:
<body style="overflow-x: hidden;position:relative;" id="loading"> <div id="zezhao" style="width:100%;height:100%; position:absolute;left:0;top:0;z-ind 阅读全文
摘要:
使用window监听事件将宽度和高度重新设置与window一样 window.addEventListener("resize", function () { if(myChart2)myChart2.resize({height:window.outerHeight*0.9});//第一个echa 阅读全文
摘要:
$(".Box").on("dblclick", function(){ var docId=$(this).attr("id"); var height=document.getElementById(docId); var fullscreenElement = document.fullscr 阅读全文