Monthly Archives: 9月 2012

centos5でwindowsから名前解決(簡易)

逆は考えない centos5をインストール host名は指定する。Serverを選ぶ。 sambaをインストール yum -y install samba sambaを起動 /etc/init.d/smb start こ … Continue reading

Posted in CentOS, Linux, メモ | Leave a comment

Chromeで肝心のGoogleのサービスが遅い場合の対策案

Chromeの起動オプションに以下を追加で解決。 --ssl-version-max=tls1 簡単な経緯: ChromeでGmailなどのhttpsを使うサービスが見れない。IEでは見れる。 IEでtls1.1をオンに … Continue reading

Posted in Google Chrome, トラブルシューティング | Leave a comment

PHPでワンライナーを書きやすく

php -r "eval(fgets(STDIN));" を実行してからワンライナーを書いてエンター。 エスケープを気にせず書ける。

Posted in PHP | Leave a comment

Sageインストールメモ

RedHat用のを使用 centos5で動作(x64) centos6だとpythonのmd5のインポートでエラー発生 ポート開放が必要? ./sage 後に sage:notebook(interface='') で起 … Continue reading

Posted in 未分類 | Leave a comment

flash builder4.6 flex4.6

新規プロジェクト名の末尾が数字だとプロジェクトを作成できない? JSON.parse( "{\"data\":\"a\"}" );// キーにも"" サービスのデータ型設定画面で 応答は有効な XML または JSON … Continue reading

Posted in 未分類 | Leave a comment

.NET unsingedからsignedへの変換

サインフラグをみないといけない。もうちょっとうまくできそうなものだが・・・

Posted in VB.NET | Leave a comment

リモートデスクトップの起動時の表示モニタ

まだ調査中だが 複数モニタの場合、前回終了時に使っていたモニタでリモートデスクトップが起動するようだ 一回、全画面モードからウィンドウモードにすると戻らない時があるので、(※) 別のモニタで全画面モード表示したい場合は … Continue reading

Posted in Windows | Leave a comment

キーコードからのKeys列挙体への変換

Posted in VB.NET | Leave a comment