星期六, 8月 07, 2010

New Features in Publisher 2007

Which statements are true about the Publisher Tasks feature?

You can add text and images across publications
You can send your publication as an e-mail message
You cannot change the design template of your publication
You cannot find and fix errors in your publications




You want to reuse the company logo that you have created in your publication. Which feature of Publisher 2007 enables you to access the existing company logo?

Content Library
Design Checker
Enhanced Search
The Getting Started page
Preview






Which task can you perform using the new Content Library feature of Publisher 2007?

Change the design template
Control the layout of your publication
Reuse text and images across publications
Send your publication as an e-mail message








Which task can you perform using the Design Checker feature of Publisher 2007?

Find and fix errors
Preview and change the design templates
Reuse text and images across publications
Search design templates

星期五, 8月 06, 2010

New Features in Access 2007

What does the new AutoFilter feature of Access 2007 allow you to do?

Create a list of values for a column
Sort data
Replace the menus and toolbars of previous versions of Access
View the content of tables, reports, and queries in separate tabs



There are three columns – Customer Name, Product Name, and Feedback– in the Feedback table. You want to highlight some text in the Feedback column to emphasize certain important data. How would you achieve this task?

Change the text format from plain text to rich text
Change the text format from rich text to plain text
Define the data type for the Feedback column as Memo
Define the data type for the Feedback column as Text




What does the new tabbed document feature of Access 2007 allow you to do?

Create a list of values for a column
Sort and filter data
Organize tables, reports, and queries
View the content of tables, reports, and queries in separate tabs





You want to collect contact information from your employees from different locations and store that information in the Employee Information table in Access 2007. What is the best way to do this task?

Copy and paste the contact information from the e-mail messages into the Employee Information table
Send an HTML form or a Microsoft Office InfoPath form along with the e-mail message and collect the contact information
Send the Employee Information table to all employees and collect their contact information
Share the Employee Information table and allow the employees to store their information in it

星期四, 8月 05, 2010

map network printer 有咩方法

1.
net use \\10.10.10.123\hp1120 /USER:printer print


2.
con2prt /f
con2prt /c \\10.10.10.123\hp1120
con2prt /c \\10.10.10.123\hp2200
con2prt /cd \\10.10.10.123\hp2300



/f 係清曬所有printer
/c 係connect printer
/cd 係connect printer做default

con2prt係你要有個program先用得既
應該係resource kit入面有

p.s.
windows xp 最多得 10 連線數限制~~
一係crack左連線數限制, 一係用 03 server

星期三, 8月 04, 2010

Working with paths in Photoshop CS

What do you need to do before drawing a path on a raster image?

Ensure that you're working in Paths mode
Ensure that you're working in Shape Layers mode
Select a foreground color
Select the image


How can you reshape a path segment?

Add more anchors to the path segment
Apply a transformation effect to the selected path segment
Select and drag the entire path
Select and drag the path segment


What characteristics of paths distinguish them from other selection methods?

Paths are permanent
Paths reside on a separate layer to the image on which you draw them
You can draw paths using any Pen or Shape tool
You can use paths to select regular shapes only


How can you use a path you've drawn on a Photoshop raster image to apply effects to the image?

Align objects along the path
Enter text along the path
Use the path as a clipping mask
Use the path to edit existing elements of the image

星期二, 8月 03, 2010

Gradients and patterns in Photoshop CS

Which tool must you use to define a selection from which you want to create a custom pattern?

Elliptical Marquee tool
Lasso tool
Magic Wand tool
Rectangular Marquee tool



How does using pattern fills differ from using the Pattern Stamp tool?

A pattern fill fills unselected areas in an image
A pattern fill fills a selection using color tolerance to define the selection boundaries
The Pattern Stamp tool fills an entire layer with a pattern
The Pattern Stamp tool paints unselected areas in an image





Which setting do you alter to modify the way the Paint Bucket tool applies a pattern fill to existing artwork?

Fill mode
Fill opacity
Fill tolerance




To what can you apply gradient fills?

A brush stroke
An entire layer
A selection
Multiple layers

星期日, 8月 01, 2010

Adobe Reader 5: The file is damaged and could not be repaired

問:為何在公司有部份電腦上利用 internet explorer 打開公司網頁伺服器內的 pdf 文件時,部份文件會顯示下列錯誤訊息?



「檔案已損壞並且不可修復」








「The file is damaged and could not be repaired」









但是部份電腦卻可以正常打開那些 pdf 文件。


答:可以嘗試以下數款方案
1. 將 IE 6 升級後再嘗試 (如: IE 7)
2. 更新公司 web server 中的 load balancer 及 apache
3. 將  Acrobat Reader 5 升級 (如:Adobe Reader 6)


出現這個訊息應該是因為該 pdf 文件太大,超出了最大的緩沖 (max cache),所以如果你選擇下載檔案而不是用瀏覽器打開的話會没有問題發生。

星期三, 7月 28, 2010

大量電腦文件備份

如果擔心電腦出現問題而導致資料流失,文件備份無疑是較好的方法。


備份檔案有很多方法,例如使用部份檔案伺服器的Time machine功能、使用windows內置的「製作備份」精靈等等。而本文介紹的,是 xcopy 系統指令。


首先要知道需要備份的文件位置在那裏,例如:

  Windows XP Windows 7
我的最愛 C:\Documents and Settings\healthy\Favorites 待更新
我的文件 C:\Documents and Settings\healthy\My Documents C:\Users\healthy\Documents
我的音樂 C:\Documents and Settings\healthy\My Documents\My Music 待更新
我的圖片 C:\Documents and Settings\healthy\My Documents\My Pictures 待更新
桌面 C:\Documents and Settings\healthy\桌面 待更新


在上面的例子中,healthy 應該改為閣下的使用者名稱。


backup files in C Drive to Protable Harddisk Drive:
假設閣下的 external HDD 為 E:

如果要複製所有 C 磁碟機的檔案至 E 磁碟機,可以:
xcopy c:\*.* D:\ /e /g /h /r /y

==================================================

複製檔案和樹狀目錄。

XCOPY source [destination] [/A | /M] [/D[:date]] [/P] [/S [/E]] [/V] [/W]
                           [/C] [/I] [/Q] [/F] [/L] [/G] [/H] [/R] [/T] [/U]
                           [/K] [/N] [/O] [/X] [/Y] [/-Y] [/Z]\r\r
                           [/EXCLUDE:file1[+file2][+file3]...]

  source       指定要複製的檔案。
  destination  指定位置或者/以及新檔案的名稱。
  /A           只複製設定成保存屬性的檔案,不要改變屬性的設定。
  /M           只複製設定成保存屬性的檔案,並清除保存屬性。
  /D:m-d-y     複製在指定日期當天或之後發生變更的檔案。如果沒有給日期,
               只複製那些來源檔案日期比目的檔案日期為新的檔案。
  /EXCLUDE:file1[+file2][+file3]...
               指定檔案清單字串。每個字串
               應該在檔案中的不同行。如果有字串對應到要進行複製的檔案絕
               對路徑的任何部分,這個檔案會被排除複製。例如,指定字串
               \obj\ 或 .obj 的話,會排除所有在 obj 目錄下副檔名是
               .obj 的檔案複製。
  /P           在建立每個目的檔案時顯示提示。
  /S           複製每個目錄及其包含的子目錄,不複製空目錄。
  /E           複製每個目錄及其包含的子目錄,也複製空目錄。/S 與 /E
               相同,能夠用來修改 /T。
  /V           驗證每個新檔案。
  /W           在複製之前提示您按鍵繼續。
  /C           如果錯誤發生時也繼續複製。
  /I           如果目的不存在且複製一個以上的檔案的話,就假設指定的
               目的一定是目錄。
  /Q           在複製時不要顯示檔名。
  /F           在複製時顯示來源及目的檔案的全部檔名。
  /L           顯示要複製的檔案。
  /G           允許加密檔案複製到不支援加密的
               目的地。
  /H           時複製隱藏檔和系統檔。
  /R           覆蓋唯讀檔案。
  /T           建立目錄結構,但不複製其中的檔案。不包括空目錄及子目錄。
               /T /E 會包括空目錄及子目錄。
  /U           只複製已經存在目的位置的檔案。
  /K           複製檔案屬性。通常 Xcopy 會重設唯讀的屬性。
  /N           用所產生的短檔名來進行複製。
  /O           複製檔案所有權及 ACL 資訊。
  /X           複製檔案審查設定 (包含 /O)。
  /Y           不要提示您確認是否要覆蓋一個已經存在的檔案。
  /-Y          示您確認是否要覆蓋一個已經存在的檔案。
  /Z           在可重新開始的模式中複製網路檔案。

參數 /Y 可以在 COPYCMD 環境變數中預先設定。但可以在命令列中用 /-Y 參數
來覆蓋原有設定。

推薦此文