请输入日期:

datetime-local类型:

<!DOCTYPE html>
<meta charset="utf-8" />
<title>hello</title>
</head>
<form action="demo_form.php"method="get">
请选择或输入时间: <input type="datetime-local" name="date1"/><br />
<input type="submit" />
</form>
</body>
</html>


文:https://blog.csdn.net/dreamzuora/article/details/78323123

A B C字符串组合 java java 字符串compareto

一.java中的compareto方法1.返回参与比较的前后两个字符串的asc码的差值,如果两个字符串首字母不同,则该方法返回首字母的asc码的差值String a1 = “a”; String a2 = “c”; System.out.println(a1.compareTo(a2));//结果为-22.即参与比较的两个字符串如果首字符相同,则比较下一个字符,直到有不同的为止,返回该不同的字

xshell7启动docker xshell连接docker

具体流程:        1.先pull ubuntu镜像,2.安装ssh服务,3.修改root密码,4.finalshell登陆windows10 doceker:Server Version: 19.03.5 docker 环境:ubuntu一.先拉取镜像docker pull ubuntu运行容器:docker run --name iubuntu -