bestlong 怕失憶筆記

當健忘由隨機逐漸趨向常態時,作筆記是非常必要的

Entries for the ‘程式設計’ Category

Delphi 好料

http://fundementals.sourceforge.net/

Fundamentals is a collection of open source code libaries for use with the Delphi language.

The collection consists of:

  • Utility functions:
  • String operations, Dynamic array operations, System functions and Date & Time operations.

  • Unicode functions:
  • Unicode codecs and Unicode character and string functions.

  • Streams:
  • Common stream implementations that includes parsing support and binary packing.

  • Datastructures:
  • Commonly used data structures, including efficient array and dictionary implementations.

  • Sockets:
  • UDP and TCP server and client classes. Support for asynchronous or threaded modes.

  • Mathematics:
  • Units included for vectors, matrices, rational numbers and complex numbers.

    Leave a Comment

    WebCalendar language translation: Holo-Big5

    國際化的軟體系統都會提供語系檔來讓熱心的使用者來支援翻譯,而 WebCalendar 也是其中一套。中文化有正體(繁體)語系、簡體語系都可說司空見慣,不過這可還有一個 Holo-Big5 語系檔(河洛語系檔),其中對英文的翻譯可就很令人會心一笑。以下節錄部份翻譯內容讓各位看官感覺一下:

    Yes: 好
    No: Mai
    Allow public access: 允準公眾 access
    Are you sure you want to delete this entry?: 你敢確定 beh 刪除這個記事?
    Sun: 禮拜
    Mon: 拜一
    Tue: 拜二
    Wed: 拜三
    Thu: 拜四
    Fri: 拜五
    Sat: 拜六
    Access public calendar: 入去公眾行事曆
    Back to My Calendar: 轉去我 e 行事曆

    以上翻譯自己念起來感覺很有趣也真的很傳神。也很佩服這些熱心人士的努力。

    參考網站:WebCalendar

    Leave a Comment

    [PHP] Web Page No Cache

    設計動態網頁一定需要避免被瀏覽器 Cache 網頁。在 PHP 程式當中加入此一函數並且在適當位置呼叫執行即可。

    function send_no_cache_header () {
    header ( “Expires: Mon, 26 Jul 1997 05:00:00 GMT” );
    header ( “Last-Modified: ” . gmdate ( “D, d M Y H:i:s” ) . ” GMT” );
    header ( “Cache-Control: no-store, no-cache, must-revalidate” );
    header ( “Cache-Control: post-check=0, pre-check=0”, false );
    header ( “Pragma: no-cache” );
    }

    Leave a Comment

    ASP.NET Starter Kit

    開發 Web 應用可以參考

    ASP.NET Starter Kit (入門套件)
    網址:http://www.microsoft.com/taiwan/vstudio/starterkit/
    有線上白皮書

    ASP.NET Starter Kit 是啥咪碗糕?
    http://www.microsoft.com/taiwan/msdn/columns/ASPNET_SK/starter_kit_00.htm

    Leave a Comment

    BDE Error Listing

     Technical Information Database
    
    TI283B.txt  BDE Error listing
    Category   :General Programming
    Platform   :WINDOWS
    Product    :BDE
    
    Description:
    This document lists all the errors that can be returned by the 
    BDE. This information is derived from IDAPI.H (C++) or BDE.INT
    (C++ Builder and Delphi). You also wish to look at the
    following document(s) for addition information on specific
    errors:
    
    15809 - Handling EDBEngineError Exceptions
    16437 - BDE and Database Desktop Locking Protocol
    
    Note: You can use DbiGetErrorString() to retrieve the error 
    string for any error.
    
     (Read the rest of this entry...)

    Leave a Comment

    • 工商服務

      廣告讀取中...
    • 近期留言

    • 標籤

    • 彙整