Xshell backspace按键无法实现删除字符串
问题描述
Xshell
登录进入linux
后,在普通模没问题,在某些输入(如操作数据库、shell
脚本交互等模式)按delete
、backspace
键时会产生^H
等乱码问题。
如下图所示:
Xshell
登录进入linux
后,在普通模没问题,在某些输入(如操作数据库、shell
脚本交互等模式)按delete
、backspace
键时会产生^H
等乱码问题。
如下图所示:
废话少说,直接上代码。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>JS timestamp</title>
</head>
<body>
<script type="text/javascript">
function formatDate(ts) {
var now = new Date(parseInt(ts) * 1000);
console.log(now);
var year = now.getFullYear();
var month = ((now.getMonth()+1)<10)?('0'+(now.getMonth()+1)):(now.getMonth()+1);
var date = (now.getDate()<10)?('0'+now.getDate()):(now.getDate());
var hour = (now.getHours()<10)?('0'+now.getHours()):(now.getHours());
var minute = (now.getMinutes()<10)?('0'+now.getMinutes()):(now.getMinutes());
var second = (now.getSeconds()<10)?('0'+now.getSeconds()):(now.getSeconds());
return year+"-"+month+"-"+date+" "+hour+":"+minute+":"+second;
}
console.log(formatDate(1415433769));
</script>
</body>
</html>
引申知识:
getYear()
获取的年份为"当前年份-1900" 的值,使用 getFullYear()
能获取到完整的年份值。
mysqladmin -uroot -p{oldpassword} password {newpassword}
注意:{oldpassword}
即您 mysql
的 root
用户当前的密码,{newpassword}
即您修改后的密码。 -p跟 {newpassword}
之间没有空格。 {newpassword}
跟 password
之间有空格,password
跟 {newpassword}
之间有空格。
执行此命令可能在MySQL 5.6版本下出现警告:Using a password on the command line interface can be insecure.
今年双11即将到来,各大电商开启大战,请小心狂欢。
一些奸商先提价然后降价,造成打折假象。
建议大家下载浏览器比价插件。比如阿里的如意淘,360的购物小蜜,火眼金睛看出真奸商。
今天本人也在京东装机了一台电脑,硬盘、显卡、主板、机箱等都是在京东采购的。