ciel
2021年11月22日星期一
goland template enum 可选参数
var d struct {
$p$ $p1$
}
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
login.js
ubuntu系统显示秒
gsettings set org.gnome.desktop.interface clock-show-seconds true
ubuntu自定义终端名称
vim ~/.bashrc 在最后面加入如下函数代码 function title(){ if [ -z "$ORIG"] ;then ORIG=$PS1 fi TITLE="\[\e]2;$*\a\]" PS1=${ORIG}${TI...
ubuntu远程服务器.
# ubuntu远程服务器 # 登录 ``` sudo apt install ssh ssh root@127.0.0.1 -p 22 ``` # 下载远程服务器文件 (在本地客户端) ``` scp -r root@服务器ip:/root/code /user/ciel/w...
没有评论:
发表评论