原创 寫在工作元年年末

    2007年是我的工作元年,從4月份畢業後進入一家軟件企業,到現在剛滿8個月。     總體來說,我對這份工作是比較滿意的。剛進公司的時候,聽到過老員工的一些抱怨,例如管理不力,新技術推行困難等。我個人感覺,公司在企業文化、工作氛圍

原创 我收集的一些Flash相關技術的網址

我收集的一些Flash相關技術的網址: Adobe: Adobe Developer Connection:http://www.adobe.com/devnet/ Adobe Developer Connection(CN):http:

原创 《Windows Via C/C++》邊學習,邊翻譯(四)操作字符和字符串-3

Unicode and ANSI Functions in the C Run-Time Library C運行期庫的Unicode和ANSI函數   Like the Windows functions, the C run-time

原创 Windows Vista應用程序的開發中,對應UAC(User Account Control, 用戶帳戶控制)的開發需求 (一)

  The Windows Vista and Windows Server 2008 Developer Story: Windows Vista Application Development Requirements for Use

原创 《Windows Via C/C++》邊學習,邊翻譯(一)錯誤處理(Error Handling)

《Windows Via C/C++》 Part I: Required Reading Chapter List Chapter 1: Error Handling Chapter 2: Working with Characters

原创 縮略語手冊(A-G)

ALU 算術邏輯單元 AMBA Advanced Microcontroller Bus Archecture APB ARM Peripheral Bus APIC APIC(Advanced Programmable Interrup

原创 Services and Redirected Drives(服務程序和重定向驅動器)

  INFO: Services and Redirected Drives 服務程序和重定向驅動器   SUMMARY 摘要 A service s

原创 2008歐錦賽 球員名單 A組

Group A Czech Republic 捷克 Goalkeepers 1 Petr Čech »16 Jaromír Blažek »23 Daniel Zítka » Defenders 2 Zdeněk Grygera »6 M

原创 2008歐錦賽 球員名單 B組

Group B Austria 奧地利 Goalkeepers 1 Alex Manninger »21 Jürgen Macho »23 Ramazan Özcan » Defenders 2 Joachim Standfest »3

原创 C語言中的幾個字符串處理函數: strcat, strncat, strcpy, strncpy, strlen

  C語言中的字符串習慣上是以null字符('/0')結尾的字符數組。編譯器在所有字符串常量後面自動添加一個多餘的null字符,但編程人員要保證字符數組中生成的字符串以null字符結尾。  以下是幾個基本的字符串處理函數:  strca

原创 縮略語手冊(O-T)

SDI "Single Document Interface 單文檔界面 指一個程序只能同時打開一個文檔,比如記事本、IE 瀏覽器什麼的。" PCB Printed Circuit Board, 印刷電路板。 RISC 精簡指令集計算機

原创 Windows Vista應用程序的開發中,對應UAC(User Account Control, 用戶帳戶控制)的開發需求 (二)

How UAC Works          UAC如何工作 This section describes the architectural and functional components of User Account Contr

原创 《Windows Via C/C++》邊學習,邊翻譯(五)操作字符和字符串-4

Secure String Functions in the C Run-Time Library   How to Get More Control When Performing String Operations 怎樣在執行字符串處

原创 《Windows Via C/C++》邊學習,邊翻譯(二)操作字符和字符串-1

第二章 操作字符和字符串(Working with Characters and Strings)  Overview  概述  Windows has always offered support to help developers

原创 《Windows Via C/C++》邊學習,邊翻譯(三)操作字符和字符串-2

ANSI and Unicode Character and String Data Types  ANSI、Unicode字符及字符串數據類型 I'm sure you're aware that the C language uses