ChangeLog for 2.2.8Changes with Apache 2.2.8 *) core: Fix regression in 2.2.7 in chunk filtering with massively chunked requests. [Ruediger Pluem, Nick Kew] *) winnt_mpm: Resolve modperl issues by redirecting console mode stdout to
在Python下操作Access資料庫,以前一直都是用win32com建立ADO對象,然後操作,最近看到一個adodbapi模組,基於win32com,符合Python DB API 2.0介面,看著不錯,就試了試。在使用的時候發現一個問題。當我用adodbapi.connect開啟一個Access資料庫檔案,進行操作,關閉,然後再次調用adodbapi.connect開啟同一資料庫的時候,會拋adodbapi.adodbapi.InterfaceError異常,異常資訊如下:...
28 September - Apache HTTP Server 2.0.52 ReleasedThe Apache Software Foundation and the The Apache HTTP Server Project are pleased to announce the release of version 2.0.52 of the Apache HTTP Server ("Apache"). This Announcement notes the
慶祝一下 http://www.djangoproject.com/weblog/2008/sep/03/1/ Django 1.0 released!No, you’re not hallucinating, it’s really here.Around three years ago, Adrian, Simon, Wilson and I released some code to the world. Our plan was to hack
Understanding security changes in Flash Player 10:http://www.adobe.com/devnet/flashplayer/articles/fplayer10_security_changes.htmlPolicy file changes in Flash Player 9 and Flash Player
最近在為BUG抓狂,MySQL的,nmdb的,當然更多還是自己的。 nmdb的BUG是關於它的python binding的。一個同事發現,在一台機器上向nmdb寫入一個值,在另一台機器上讀不出。當時發現是32位系統的機器和64位系統的機器互相不能讀取對方寫的資料(當然是寫到同一個nmdb裡的)。於是給作者發郵件報告了這個BUG。通了幾封郵件,附上一些測試檔案,今天收到回信了: The bug is in the python code, when autopickling is