摘要:Today i installed the CoLinux with Ubuntu package, but the default locale setting of the system is German, especially the keyboard is different from the U.S. keyboard. I tried many times to map some special symbols, e.g. symbol '-' is mapped to key '?', ':' is mapped to '
阅读全文
摘要:Sometimes we want to open another file in the same folder with current editing file, what we can do to avoid typing the whole path?For better understanding, it's better to know the info showing in the table. (when making the table, i learned how to rotate a table in Excel)Now let's see how t
阅读全文
摘要:VS2003并不官方支持Win7,目前大家遇到的主要是两个问题:1. 在debug的时候,*.pdb文件在会被devenv.exe给lock住,当调适过一次之后,再进行编译的时候会有lnk1201的链接错误,说对*.pdb没有写权限,只有重启VS;2. 在进行全局搜索的时候(至少当前文件搜索没问题),整个VS2003就没有反应了,只能强行退出。解决办法:1. 这个没有简单的办法或者设置可以解决,网上已有的比较靠谱的就是用Windows Sysinternals的工具Handle(下载地址)。 首先下载Handle.exe, 然后将如下脚本保存为freepdb.bat@echo offcd /.
阅读全文