顯示具有 軟體 標籤的文章。 顯示所有文章
顯示具有 軟體 標籤的文章。 顯示所有文章

2009年5月21日 星期四

Vista 無法連線 NAS

http://www.builderau.com.au/blogs/codemonkeybusiness/viewblogpost.htm?p=339270746

1. Run secpol.msc (Start > Control Panel > System and Maintenance > Administrative Tools)
2. Go to: Local Policies > Security Options > Network Security: LAN Manager authentication level >
3. Change Setting
from "Send NTLMv2 response only" to "Send LM & NTLM - use NTLMv2 session security if
negotiated"

Vista defaults to only send the more secure NTLMv2 protocol, NAS devices/Samba do not support.

2009年5月20日 星期三

Flow of Latex > PDF

For the WinEdt users.
Source is from here: http://ce.et.tudelft.nl/~christos/winedt.txt

##CONTINUE##
Summary:
1) You should go through the flow: LaTeX -> DVIPS -> PSPDF.
2) Open 'Options->Execution Modes' and go to the tab 'dvi2ps'. Change the default switch list from '-P pdf' to '-P cmz -t letter -R0'. [Now I use: '-Ppdf -t letter -G0']
3) Open 'Options->Execution Modes' and go to the tab 'ps2pdf'. Change the default switch list from '-dBATCH -dNOPAUSE -sDEVICE=pdfwrite -r600 -dCompatibilityLevel=1.4' to
'-dBATCH -dNOPAUSE -sDEVICE=pdfwrite -r600 -dCompatibilityLevel=1.4 -dPDFSETTINGS=/printer -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true'.

For the configuration of Acrobat Distiller :
http://embs.papercept.net/conferences/support/pdftips.php

2009年5月19日 星期二

Outlook 2003 「無法顯示通訊清單」

##CONTINUE##

01. 啟動 Microsoft Outlook。
02. 在 [工具] 功能表上,按一下 [電子郵件帳號]。
03. 按一下 [檢視或變更現有的目錄與通訊錄],再按一下 [下一步]。
04. 按一下 [Outlook 通訊錄],再按一下 [移除]。
05. 當您收到確認移除的提示訊息時,按一下 [是]。

06. 按一下 [新增]。
07. 按一下 [其他通訊錄],再按一下 [下一步]。
08. 按一下 [Outlook 通訊錄],再按一下 [下一步]。
09. 當您收到重新啟動 Outlook 的訊息時,按一下 [確定]。
10. 按一下 [完成]。
11. 按一下 [檔案] 功能表上的 [結束],關閉 Outlook。
12. 重新啟動 Outlook。

13. 在資料夾清單中,用滑鼠右鍵按一下想要與通訊錄合用的資料夾 (例如,用滑鼠右鍵按一下 [連絡人]),再按一下 [摘要資訊]。
14. 按一下 [Outlook 通訊錄] 索引標籤。
15. 按一下以選取 [將此資料夾顯示為電子郵件通訊錄] 核取方塊 (如果尚未選取),再按一下 [確定]。

Word 只能以安全模式開啟

解決方法:

1. 關閉 word,
2. 將 %AppData%\Microsoft\Templates\normal.dot 更名為 normal.dot.old (or 直接刪除),
3. 重開。

2009年5月12日 星期二

Recursively chmod the directories

Do not have to write any script! Just use the following command:
> find . -type d -exec chmod u+x \{\} \;

2008年2月27日 星期三

如何在Blogspot版面加入「最新回應」

1. 進Blogspot的版面配置
2. 「加入網頁元素」
3. 選擇「資訊提供」
4. 貼上 "http://XXX.blogspot.com(the domain name of your Blog)/feeds/comments/summary"

2008年2月18日 星期一

視窗工具列消失該怎麼辦?

如果是「檔案總管」視窗上的工具列消失的話:
執行 regedit
將 HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\Explorer\
下的 ITBarLayout 刪除. (因為值被竄改了.)

如果是「一般資料夾」視窗的話:
將 HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\ShellBrowser\
下的 ITBarLayout 刪除.

2007年6月19日 星期二

Wink 錄製螢幕畫面的免費軟體

身為一個資工研究生, 常會有機會需要 demo 所開發的程式.
但如果對方電腦與你的執行環境不合, 且不允許你以網路連回所開發的平台時該怎麼辦呢?

不用怕! wink 是一個可以錄製螢幕畫面的「免費」軟體!!!
讓你輕輕鬆鬆完成 demo 喔!!!
##CONTINUE##

wink 可將螢幕畫面錄製為 swf (Flash動畫檔), 所以可以很容易的嵌入 powerpoint 檔案裡. 不過若主機效能不夠高, 在切換投影片的過程中則會明顯感受到電腦遲滯的狀況, 我想這應該是 Powerpoint 本身的問題吧.

使用教學可以參考: 千千熊部落: 錄製螢幕的"免費"軟體--Wink 2.0(多國語言版)

我有一點使用上的心得: 不管你是以什麼解析度錄製動畫的, 千萬不要在 wink 2.0 中縮小原 frame 的 size.
原因有二:
1. wink 2.0 縮圖檔的演算法似乎不佳, 縮圖後的畫質明顯下降.
2.嵌在powerpoint中的話可以在[屬性]→[自訂]中選定 "exact fit" 則錄製的動話即可剛好填滿整個畫面了.