摘要:
zh@winth:~$ which java /usr/bin/java zh@winth:~$ cd /usr/bin/ zh@winth:/usr/bin$ ll java lrwxrwxrwx 1 root root 22 4月 11 18:31 java -> /etc/alternativ 阅读全文
摘要:
cat /proc/cpuinfo |grep 'processor' |wc -l 阅读全文
摘要:
禁止方法: 浏览器地址中输入:about:config 点击进去 浏览器地址中输入: warnOnClose 双击它们,使之关闭 重启浏览器,生效 阅读全文
摘要:
PS1="[\t][\u]\$" 阅读全文
摘要:
阅读全文
摘要:
git reset git checkout . git clean -df git revert 阅读全文
摘要:
软件搜索中心:搜索"sshfs" 挂载: sshfs zhangsan@192.168.38.77:/home/zhangsan/ /home/wangwu/android/wangwu/38.77 卸载 umount /home/wangwu/android/wangwu/38.77 阅读全文
摘要:
etc/gnome/defaults.list [Default Applications] application/csv=libreoffice-calc.desktop application/excel=libreoffice-calc.desktop application/msexcel 阅读全文
摘要:
/home/zh/work_tool/eclipse/configuration/.settings/org.eclipse.ui.ide.prefs MAX_RECENT_WORKSPACES=7 RECENT_WORKSPACES=/home/zh/work_tool/work_android_ 阅读全文
摘要:
移除Preference操作: ((PreferenceGroup) findPreference("alarm_settings")).removePreference(findPreference("turn_mute_key")); 移除PreferenceCategory 操作: getPr 阅读全文