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