一些杂七杂八的问题
正则问题
在正则中排除特定词
(?!.*ThreadRecycler|.*ExifInterface)^.*$
Markdown
Github style markdown 的 task list 语法
1 | - [ ] A proper "Settings" panel, to handle issues such as jpeg compression, etc etc... |
- A proper “Settings” panel, to handle issues such as jpeg compression, etc etc…
- A few optimisations
- Command line support
- Options to set the input density (if people wan’t to downsize from hdpi and not from xdpi for instance)
- Proper JPG support
Windows
在 Windows 中创建软链接
如果是文件,就用 mklink <dest> <src>
如果是文件夹,用 mklink /D <dest> <src>
通常 Windows 下较常用的是快捷方式。但是快捷方式只是提供了一个便捷启动源文件夹的入口。但是软链接可以在目标位置模拟出跟源位置一模一样的效果,包括文件路径之类的。非常方便的一个用法是,当 C 盘满了的时候,可以将其中的一些目录移到其他盘符,并在原先的位置创建软链接指向新位置。这样其他所有引用原位置的程序都不需要进行修改,即可正常的使用。
Ubuntu
Windows7 与 Ubuntu 双系统安装
http://bbs.pcbeta.com/viewthread-1046663-1-1.html
http://blog.csdn.net/lvanneo/article/details/16885121
在 Ubuntu 上安装搜狗输入法
首先尝试官网的安装,如果不行的话,需要切换输入法设置。方法是输入 im-config,然后选择 ok - yes - fcitx 。然后重启。
http://www.2cto.com/os/201405/305463.html
aapt exception
http://askubuntu.com/questions/147400/problems-with-eclipse-and-android-sdk