摘要:
#!/bin/bash osascript <<EOD tell application "Finder" activate make new Finder window to home end tell #!/bin/bash osascript <<EOD set appName to "iTe 阅读全文
摘要:
Supported Encodings Supported Encodings The java.io.InputStreamReader, java.io.OutputStreamWriter, java.lang.String classes, and classes in the java.n 阅读全文
摘要:
Class Pattern Class Pattern java.lang.Object java.util.regex.Pattern All Implemented Interfaces:Serializable public final class Pattern extends Object 阅读全文
摘要:
修改浏览器id Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) 暂停,恢复任务 Subject: Re: Pause, continue and stop via command line Author: Xavier Roche Date: 1 阅读全文
摘要:
复制粘贴 Hard Way You can call vim functions in command mode.The command below will write yanked lines to /tmp/myFile. :call writefile(split(getreg('"'), 阅读全文
摘要:
set enc=utf-8 set fencs=utf-8,gbk,big5,cp936,gb18030,gb2312,utf-16 set fenc=utf-8 set number " 不与 Vi 兼容(采用 Vim 自己的操作命令) set nocompatible " 在状态栏显示正在输入的 阅读全文