2012-01-01から1年間の記事一覧

GIMPで背景を透明にする方法

バブル2世の猫バカSE録 GIMPで背景を透明化

Windows7にoffice 2010 professionalインストール、error 2908

office2010をインストールする時にセットアップエラーが発生しました。 - マイクロソフト コミュニティNet FrameWorkを最新バージョンにUPグレード。 レジストリのクリーンアップ。それぞれしてみたけど、ダメ。

Install ImageMagick and rmagick on Ubunt 12.04

imagemagick - How to install rmagick on Ubuntu 10.04? - Super UserInstall ImageMagick $ sudo apt-get update $ sudo apt-get install imagemagick graphicsmagick-libmagick-dev-compat Install Rmagick $ sudo gem install rmagick then ERROR: Error…

ホストUbuntu12.04(AMD64)、ゲストWindows7(64bit)

VirtualBoxダウンロードサイト Downloads – Oracle VM VirtualBox参考 Ubuntu で Virtualbox を使う書かれている通りにすればインストールは可能だが、 VirtualBoxインストール後、ウィンドウズをインストールする段階でエラー。 vt-x/amd-v enableだのなん…

Marker

v2new GMarker(latlng, { title:hoge });v3new google.maps.Marker({position: latlng, title:hoge });new google.maps.Marker(latlng, { title:hoge }) じゃないのに注意!

getBoundsZoomLevel

・ある範囲が収まるように視点移動 ある座標範囲を納めるように地図を移動させるには、 fitBoundsを使う。 v2ではcenterとgetBoundsZoomLevelを使っていたが、逆に今度はズーム単体が取れない var minLatLng = new google.maps.LatLng(minLat,minLng); var m…

uninitialized constant ActiveSupport::Dependencies::Mutex

after installed ruby enterprise1.8.7, started rails app, I met next error when database migration.uninitialized constant ActiveSupport::Dependencies::Mutex

internet setting

-> select "manual setting" -> search IP address for temporal using ping$ ping ***.***.***.*** if test is OK, put it for temporal IP address for new PC -> name server; ***.***.***.* name server must be set correct. Installing Ubuntu DeskTop…

internet (bookmarkes)

Installing Ubuntu 12.04 server 64bitjust put in CD and start computer.

email

PC引越し

Backup you must backup next two items. Way of backup is follow to application. -> select "manual setting" -> search IP address for temporal using ping$ ping ***.***.***.*** if test is OK, put it for temporal IP address for new PC -> name s…

select_all

I tried to add "select all" button to check box.HTMLselect all'hoge();' -%>JavaScript for test. function hoge() { alert("ようこそ!"); } but window does not open when checked select all check box.error message;select_all is not a function.…

memo

IT

nohup CodeZine(コードジン) nohupコマンドを実行して起動したコマンドは、ハングアップシグナルを無視します。また、バックグランドジョブとして起動(コマンドの末尾に「&」を付けます)したコマンドは、ログアウト後も、バックグランドで実行を続けます…

JMS, Apache ActiveMQ

1.JMSの基礎 | TECHSCORE(テックスコア) JMSとはJava Message Serviceの略で、Javaでメッセージングサービスを利用するための標準APIです。 メッセージングとはプログラム間でデータを細かにわけるのではなく、一つのメッセージオブジェクトを作成して通信を…

internal server error 500

check available space of hard disc$ dfin the case of internal server error (500), check the space of /tmp directory

install

PHP

1, install$ sudo apt-get install php5 libapache2-mod-php52, apache setting create and setting /etc/apache2/sites-available/php NameVirtualHost *:80 ServerAdmin webmaster@localhost ServerName PHP DocumentRoot /home/***/www/php 3, test creat…

Rails2.3 => Rails3.2

db $ APP/rake db:drop:allsonota$ APP/rails destroy controller hoge

Could not find a JavaScript runtime.

$ APP/rails generate scaffold hoge name:stringError /usr/lib/ruby/gems/1.8/gems/execjs-1.3.0/lib/execjs/runtimes.rb:50:in `autodetect': Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available …

iroiro2

IT

CRUB; GRand Unified Bootloader GRUBの使い方入門 (1/3) - ITmedia エンタープライズ コンピュータの電源を入れると最初に実行されるソフトウェアが、オペレーティングシステムを起動するためのブートローダだ。多くのLinuxシステムにはGRUB(GRand Unified…

10.04 hikkosi

linux環境まるごと引越し: misc http://homepage1.nifty.com/cra/linux/rootcopy.htmlEvolution mailer backup .evolution file under your home directory. FF Bookmarks => Show All Bookmarks => Import and Backup Ubuntu backup Use SBackup 第4回 Ubun…

tmpdirライブラリ

るびま テンポラリディレクトリ (一時ディレクトリ) を扱うためのライブラリです。一般的には、何か一時的な作業をするディレクトリとして "/tmp" などを使うべきではありません。 OS によっては存在しなかったり、使い方を間違えるとセキュリティホールの原…

Got error 28 from storage engine…

サーバの空き容量が足りなくなっていることが原因サーバの空き容量check$ df -h Filesystem Size Used Avail Use% Mounted on /dev/hda6 888G 295G 548G 36% / /dev/hda5 996M 34M 911M 4% /tmp /dev/hda3 4.9G 558M 4.1G 12% /var /dev/hda1 996M 46M 899M …

iroiro

IT

Tomcat;Apache Tomcat Jakartaプロジェクトのサブプロジェクトとして開発されているオープンソースのソフトウェアで、Javaサーブレット・JSPを処理するアプリケーションサーバ。Tomcatは単独でWebサーバとして動作することも可能だが、ApacheやIISのプラグイ…

apache restart

/etc/rc.d/init.d/httpd start

gcc

gcc(GNU Compiler Collection)とは - IT用語辞典 e-Words gcc【GNU Compiler Collection】GNUプロジェクトによるフリーなコンパイラ。ほとんどのUNIX系OSに移植されている。当初はC言語およびC++言語をサポートしていたため「GNU project C and C++ Compil…

Linuxディレクトリ構成

FHS 2.2で規定されたディレクトリ構成 各ディレクトリの役割を知ろう(ルートディレクトリ編) (1/2):Windowsユーザーに教えるLinuxの常識(2) - @IT/ ルートディレクトリ ├ /bin 基本コマンド ├ /boot 起動に必要なファイル ├ /dev デバイスファイル ├ /…

ERROR: Error installing rmagick:

when I tried to install rmagick, gem install rmagickerror occured Building native extensions. This could take a while... ERROR: Error installing rmagick: ERROR: Failed to build gem native extension. /opt/ruby-enterprise-1.8.7-2010.02/bin/r…

get value from radio button

<% @hoge.hages do |hage| -%> <div lass='select_radio_hage'> <%= radio_button_tag "hages", hage.id, false, -%> <%= hage.name -%> </div> <% end -%>jQuery("#hoge_list").navGrid('#hoge_pager',{ edit:false,add:false,del:false,search:false }).navButtonAdd('#hoge_pager',{ caption:"…

jqGrid; add export button to table

views/hoges/show.html.erb <table id="hoge_list" class="scroll"></table> <div id="hoge_pager" class="scroll"></div>javascripts part jQuery("#hoge_list").navGrid('#hoge_pager',{ edit:false,add:false,del:false,search:false }).navButtonAdd('#hoge_pager',{ caption:"", title:"Export to CSV", buttonicon:"u…

ブランチの削除

svn delete http://svnurl/svn/hoge/branches/br-hoge -m "delete br-hoge"