2011-06-01から1ヶ月間の記事一覧

postgres7.2ではalter table tablename alter column columnname not nullが使えない

途中でnot nullを外すことが出来ない 新たなテーブルを作り直してデータ移行しなければならない 7.3からはalter column not nullが使える

eclipseのWTPのtomcatでOutOfMemoryError: Java heap spaceが出た場合

1. Open the Server tab in Eclipse and double click the Tomcat server to open Server Configuration.2. In Server Configuration, click on the Launch Configuration link under General Information.3. Under Arguments tab, add following values in …

windows上でapache2.2をサービスとして複数動かす

まず、インストール時に入ったデフォルトのApacheサービスをWindowsのサービスより削除する。 > cd "C:\Program Files\Apache Group\Apache2\bin" > apache -k uninstall Removing the Apache service The Apache service has been removed successfully. ・…