Win 7 Home 英文版加中文包

美国买笔记本给父母用,英文版得换成中文版。但一般情况下,win 7只允许ultimate版免费安装语言包进行切换。
因为不想浪费正版序列号,网上搜了下如何添加中文包,找到这么一篇

http://blog.sina.com.cn/s/blog_48f3a1cd0100fydg.html

简单的讲就是下载这个软件,Vistalizator 和微软官方的语言包 (在网站上有link,注意下载x86还是x64的,和你系统对应)
然后用这个软件添加。
如果是sp1的朋友,这个软件会出现错误,说不支持你的版本7601。
只需要用兼容模式运行即可(看文件属性,选择run as ~windows 7~)
添加时如果遇上不成功,试试fast 模式。

Tags:

Comments(0)

Finally got my mobile account back!

Thanks to iCould.

很久以前买的mobileme账户, family pack. 帮朋友关联了4个账户.
后来付不起租金, 就被停用了. 没想到得是, 几个子账户倒是一直能用, 也顺利得搬家到icloud.

今天icloud正式发布了,总应该可以让我用起我得@me.com账户了吧! 没想到还需要一定得技巧才能激活.

多谢帖子: http://forums.macrumors.com/showthread.php?t=1246902

首先恢复你的密码, 到iForgot里, 会寄信到你当时绑定的邮箱。
把iphone升级到iOS 5, 然后用你的me.com登陆. 再到setting的iCloud里去改成你的me.com账户.
这么一番折腾,你的新的icloud账户已经建立起来了。 只不过你还是无法通过me.com/move来转移你的email和contacts.
既然很长时间没用了,之前得data也非常老了,丢掉算了.
在iOS 5里得iCloud里打开Email setting就会给你在iCloud里创建一个新的email service。此时你才可以开始用的me.com的email.

注意要备份.

update: 刚发现了个很赞的地方。 appstore的账号和iCloud账号不需要是同一个。 这样之前买的app不用重新买过了。

Tags:

Comments(0)

mac上的输入法

曾经用的是IMK,后来用FIT,也尝试过Sunpinyin, 确实都不如windows上的搜狗输入法,也不如很多其他(谷歌,qq,新浪,紫光,等等)。
最近下载了FIT的2.0, http://fit4.cn/club/blog/read?bid=306
据说是整合了sunpinyin的引擎,并且提升了词库,就下载安装了下,果然不错,相应很快,UI也舒服很多了。
遂删掉其他的输入法,反正连开都没开。
这里有个删除工具,IMRemove, 简单好用,

http://mac.softpedia.com/get/System-Utilities/IMRemoval.shtml

Tags:

* Comments(1)

黑莓上的百度输入法挺好用的

突然无法忍受黑莓5.0自带的原始的输入法了,尽管听说6.0上的输入法不错,但我的9000没法尝试了。就上网觅,偶得还是内测的百度输入法,装上去后,发中文短信终于顺畅了。百度输入法匹配很好,支持空格+0+sym选词,就可以很快的输入,前三个候选词就不需要滚轮了。
据说此输入法是百度前段时间收购的,并非百度自己开发的。由于黑莓的系统安全性很高,输入法现在还无法做到和系统输入法一样的级别。目前只支持系统的自带程序,第三方程序需要先在一个百度记事本里输入,靠自动粘贴来实现输入,曲线救国,也算凑或。

下载在这里下,http://bbs.bbercn.com/thread-15846-1-1.html

改天我再放个自己的下载链接。

Tags:

Comments(0)

Enable tab-switch of dialog button in Snow Leopard

I used to use tab to switch the button in dialog (such as OK, Cancel, etc.) after snow leopard I found this feature is missing. Today I did a search and found a way to enable it.
Here is How,
Go to System Preferences > Keyboard & Shrotcuts
At the very bottom there will be an option saying about full keyboard access. Check the radio button that says “All Controls”.

from:  http://www.mactricksandtips.com/2008/10/use-tab-to-switch-between-dialog-buttons.html

Tags:

Comments(0)

The only keyboard shortcut you need to remember (Mac)

is cmd+? (press cmd+shift+[?/])
It opens help->search textbox. Then you type any command in the menu and press enter to execute.

Hooray!

Tags:

Comments(0)

install Canon EOS utility app on Mac without CD

Nobody knows why Canon restricts EOS utility app install only with original CD. Anybody who wanna install such an app owns a Canon camera. But some of them lost their CDs or bought a secondhand camera without CD.

To import Photos from your Canon DSLR, you need either a card reader or this app. Normally Canon only provides an updater of this app online. You have to keep the original CD to run this updater. I occasionally found this post to hack the updater.

First you download the latest updater app from Canon website. Then drag the app to desktop and show its contents. Navigate to Contents > Resources and remove the file “update.plist”. Now you can run this app as a normal installer.

That’s it.

Thanks to the author of this post.

http://www.northlight-images.co.uk/article_pages/install_canon_software.html

Tags:

Comments(0)

How to make QuickTime X play mkv files

I found a compatibility issue of perian playing mkv on QuickTime X. A lot of posts suggested re-installing QT 7. I happened to find this article introducing a very simple way to make quicktime X play MKV.

Here is how.

Edit QuickTime Player.app’s /Contents/info.plist with a plain text editor like textmate or textwrangler. At the end of the file, before </dict></plist>, add the following code

<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.movie</string>
</array>
<key>UTTypeDescription</key>
<string>Matroska Video File</string>
<key>UTTypeIconName</key>
<string>generic</string>
<key>UTTypeIdentifier</key>
<string>com.apple.quicktime.mkv</string>
<key>UTTypeReferenceURL</key>
<string>http://www.matroska.org/</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>mkv</string>
</array>
</dict>
</dict>
</array>

Open Terminal.app, run command

sudo touch  /Applications/QuickTime\ Player.app

That’s all!
I have tested on my quicktime X on snow leopard.

Tags: ,

Comments(0)

Mac上装Matlab r2009a

此版本的matlab会直接在application目录下装一个app文件,相比原来的安装更符合mac os的设计.
整个安装过程非常简便和快速, 甚至比windows版的还快.
但激活matlab可能有个问题, 会发现activate matlab这个app会crash.
原因是这个激活的app是32bit的,但java默认按照64bit来跑.
解决方法是, 在打开/Applications/Utilities/Java/Java Preferences, 修改默认的java程序运行环境为32bit,等激活后,再改回64bit.

此外, 之前看到了一个matlab加速的方法,是
自己加一个java.opts文件,放在/$Matlab$/bin/maci/目录下,
文件内容是
-Dapple.awt.graphics.UseQuartz=true
让matlab的java程序默认使用tiger的Quartz来render 界面.

但在r2009a里,这个文件自己就在那儿了, 不用自己添加了. matlab界面的速度也非常理想了.

refer

http://www.mathworks.com/support/solutions/data/1-8GS5S1.html?product=ML&solution=1-8GS5S1

Tags: , ,

* Comments(2)

如何从Lightroom 2导出照片到iPhoto 09

1. 选中要导出的照片
2. 菜单File->Export
3. 选择Put in subfolder: 随便找个地方起个名字
4. 在Post-processing里选择Open in Other Application: 选择iPhoto.
5. 点Export…

等所有的照片export到指定目录后,就会自动打开iphoto,并导入这些照片。

等iPhoto导入完毕后, 请手动的删除导出照片的那个的目录。

Refer:

http://travelgaia.com/wordpress/2009/02/export-lightroom2-photos-to-iphoto-09-how-to/

Tags: , ,

* Comments(2)