摘要:
由ANSI标准定义的C语言关键字共32个: auto double int struct break else long switch case enum register typedef char extern return union const float short unsigned con 阅读全文
摘要:
创建脚本 新机器配置一次即可 sudo vi /home/safe_rm.sh #!/bin/bash TRASH_DIR="$HOME/.rm_backup" if [ ! -d $TRASH_DIR ]; then mkdir $TRASH_DIR fi for i in $*; do if [ 阅读全文
摘要:
Ubuntu下“wget:unable to resolve host address”解决方案 “wget:unable to resolve host address”的产生原因为host地址无法解析。解决方案: 使用root权限,修改文件/etc/resolv.conf,增加如下两行: nam 阅读全文
摘要:
在ubuntu使用git的时候遇到了以下错误: fatal: detected dubious ownership in repository at '/home/xxx' To add an exception for this directory, call: git config --glob 阅读全文