05 2023 档案
js 示例
摘要:<script> function gettime() { var date = new Date(); var timestr =date.getFullYear()+"-"+(date.getMonth()+1)+"-"+date.getDate()+"  "+ date.toT
阅读全文
ECS 云服务器 LINUX 命令
摘要:1、打开指定目录 cd /name 进入平级目录 cd name 进入子目录 2、返回上级目录 cd 3、 查看文件列表 LS 4、执行脚本 sh name.sh 5。编写脚本 第一行 #!/bin/bash VIM name 编辑脚本 最好用VIM编写 ,Windows 编码与 linux不同 退
阅读全文
chf 农历日期 干支日期
摘要:1、html <script> var date = new Date(); xmltext = new XMLHttpRequest; xmltext.open("GET","2.xml",false); xmltext.send(); a = xmltext.responseXML; //doc
阅读全文