隨著月尾越來越接近,Halloween 的氣氛也越來越濃了。在早些時候,自己也有去海洋公園玩鬼屋,不過人實在太多了。我以前總是以為 Halloween = 萬聖節,但事實上這是兩個不同的日子。
現時中文萬聖節通常指Halloween,英文意為萬
The If-Modified-Since header in HTTP requests is used as one way ofdoing 'conditional GET' requests, where the web server can give you anice bandwidth-saving '304' response if the URL hasn't changed sincethe version you already have. In theory the header has an arbitrarytimestamp and the server will 304 the request unless the page haschanged since that time.
In practice, the HTTP RFC strongly recommends that clients treat thevalue as a magic cookie, just
IT News
Developer Resources
HK Comics
For reasons outlined in CPANProblem , I don't installPython packages using their setup tools; I build them into RPMs andinstall the RPMs. Python's distutils (the setup system used by mostPython packages) have a command to do this, called bdist_rpm , butit has some issues that have caused me to become quite familiar withits inner workings.
bdist_rpm works in the following steps:
sdist command to create a source tarball.探討港漫
之前談論 過有很多遊戲,都開始靠攏電影來做題材,但遊戲的質素則不過爾爾,玩起上來還是老調子,換湯不換藥。而事實上,電影業近年改編動漫、遊戲,玩續集、系列,重拍又重拍,也足見電影工業的創意正在走下坡,現在
I recently realized something: databases are APIs .
Just like library functions and classes with defined methods, thecolumns and tables and inter-table relationships in your databases areeffectively a collective API to the database. (As distinct fromthe APIs used to talk to the database program, ranging through ODBC toSQL.)
If you have what Martin Fowler calls an application database ,used only inside one application, you have an internal API, just likea module's interface or a class's methods. But if
Articles
News/New
每當 Google 有新的域名出現,網絡必然出現一大堆預測,由域名估計會有什麼樣的新服務。那麼究竟 Google Base 是什麼?有幸在昨天晚上 Google Base 關門之前看過一下。
據 Google Base 自己的說法,Google Base is Google’s database into which you can add all types of content. We’ll host your content and make
(The following example is a simplified and modified version of anonline discussion I had recently. All errors are my fault.)
Here's an example large database problem; it's simplest to cast thisas a customer support system that you sell to big companies.
In your first version, the customer support application databasesystem includes a table of companies that are being supported.
Multiple groups write various programs against this database, and inpart against this table and other tables hooked to it (such as peoplewho