~/Library/Application Support/SIMBL/Plugins/TerminalColours-SL-64bit.bundle/Contents/Info.plist
Change MaxBundleVersion
sudo killall -HUP mDNSResponder
#!/bin/bash | |
# | |
# Install Postgres 9.2 on a clean Ubuntu 12.04 | |
""" | |
LC_ALL issue | |
comment out the AcceptEnv LANG LC_* line in the remote /etc/ssh/sshd_config file. | |
sudo apt-get install language-pack-en-base | |
sudo dpkg-reconfigure locales | |
comment out the SendEnv LANG LC_* line in the local /etc/ssh/ssh_config file. |
>>> t = ((1, 'a'),(2, 'b')) | |
>>> dict((y, x) for x, y in t) | |
{'a': 1, 'b': 2} | |
>>> [1] * 5 | |
[1, 1, 1, 1, 1] | |
>>> ['%s'] * 5 | |
['%s', '%s', '%s', '%s', '%s'] |
1. 编辑NERD_tree.vim, | |
2. 找到 call s:initVariable("g:NERDTreeDirArrows", !s:running_windows) | |
3. 把那个"!"去掉 | |
Make sure that PuTTY is set for UTF-8 as well. You can do this under Window -> Translation -> Remote Character Set. You may need to choose a font that supports a reasonable portion of the Unicode range as well -- Terminal isn't necessarily going to cut it. | |
~/Library/Application Support/SIMBL/Plugins/TerminalColours-SL-64bit.bundle/Contents/Info.plist
Change MaxBundleVersion
sudo killall -HUP mDNSResponder
/etc/apt/source.list
deb http://cn.archive.ubuntu.com/ubuntu/ precise main restricted
deb-src http://cn.archive.ubuntu.com/ubuntu/ precise main restricted
deb http://cn.archive.ubuntu.com/ubuntu/ precise-updates main restricted
deb-src http://cn.archive.ubuntu.com/ubuntu/ precise-updates main restricted
Install setuptools http://www.lfd.uci.edu/~gohlke/pythonlibs/#setuptools
Install pip http://www.lfd.uci.edu/~gohlke/pythonlibs/#pip
%HOME%\pip\pip.ini (*nix: $HOME/.pip/pip.conf)
[global]
; index-url=http://pypi.tuna.tsinghua.edu.cn/simple
index-url=http://e.pypi.python.org/simple
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
添加一个用户账号:git:123456
将atweiquan工程的父级目录共享,比如D:\work\atweiquan,将work共享
<table style="table-layout: fixed; width: 100%"> | |
<tr> | |
<td style="word-wrap: break-word"> | |
LongLongLong...LongWord | |
</td> | |
</tr> | |
</table> | |
在Google的输入框里,所有的空格都被Google理解为加号+。如果你输入的是purpose of education
那么Google返回的文章里既有“purpose”存在,也有“education”存在,但不一定有“purpose of education”存在。另外,过分常用的、单独存在没有意义的词汇往往被忽略掉,比如冠词“a”、“the”;介词“of”、“in”、“on”、“at”、“to”;连词“and”、“or”、“but”;从属连词“that”、“which”、“when”;代词“my”、“his”、“them”等等。
把搜索词放在双引号中,代表完全匹配搜索,也就是说搜索结果返回的页面包含双引号中出现的所有的词,连顺序也必须完全匹配。bd和Google 都支持这个指令。例如搜索: "seo方法图片"