2016-05-01から1ヶ月間の記事一覧

今日はDockerの設定が上手く行った。

今日はDockerの設定が上手く行った。linodeのUbuntu 14.04のLAMPイメージをpullしてからcommitして使った。プログラマのためのDocker教科書 インフラの基礎知識&コードによる環境構築の自動化作者: WINGSプロジェクト阿佐志保出版社/メーカー: 翔泳社発売日…

今日はDockerの設定が上手く行った。

今日はDockerの設定が上手く行った。linodeのUbuntu 14.04のLAMPイメージをpullしてからcommitして使った。プログラマのためのDocker教科書 インフラの基礎知識&コードによる環境構築の自動化作者: WINGSプロジェクト阿佐志保出版社/メーカー: 翔泳社発売日…

Docker 備忘録

docker start -a 5a048a8db920 docker exec -i -t 5a048a8db920 /bin/bash

Docker 備忘録

docker start -a 5a048a8db920 docker exec -i -t 5a048a8db920 /bin/bash

面白いPerlのモジュールを見つけた

Quantum::Superpositions というのです。http://search.cpan.org/~dconway/Quantum-Superpositions-1.03/lib/Quantum/Superpositions.pmこの頃量子コンピュータを使った検索アルゴリズムを研究課題の一つとして行っています。It's so exciting that IBM is r…

面白いPerlのモジュールを見つけた

Quantum::Superpositions というのです。http://search.cpan.org/~dconway/Quantum-Superpositions-1.03/lib/Quantum/Superpositions.pmこの頃量子コンピュータを使った検索アルゴリズムを研究課題の一つとして行っています。It's so exciting that IBM is r…

MySQLで削除する列を見るには

MySQLで削除する列を見るにはどうしたら良いかと思っていたら、以外と簡単なソリューションがありました。deleteする前にdeleteとほぼ同じクエリでselectすれば良いとの事です。http://www.sitepoint.com/forums/showthread.php?230181-how-do-I-show-which-…

Solr Memo

Today I installed Solr on my server. Few things to note: Solr 6 requires Java 8.In order to switch to Java 8 from OpenJDK etc. after installing Java8, run the following commands. alternatives --config java alternatives --config javacSelect…

Solr Memo

Today I installed Solr on my server. Few things to note: Solr 6 requires Java 8.In order to switch to Java 8 from OpenJDK etc. after installing Java8, run the following commands. alternatives --config java alternatives --config javacSelect…

MySQLで削除する列を見るには

MySQLで削除する列を見るにはどうしたら良いかと思っていたら、以外と簡単なソリューションがありました。deleteする前にdeleteとほぼ同じクエリでselectすれば良いとの事です。http://www.sitepoint.com/forums/showthread.php?230181-how-do-I-show-which-…