Archive for 11月 28th, 2007

* [ python ] 文字列フォーマット

Posted on 11月 28th, 2007 by tai. Filed under 未分類.


これはかなり感動した。
pythonの文字列フォーマットはかなり良い!
まるでprintfのような機能です。
MELでは考えられない。

詳しくはこちらを参照。

Read the rest of this entry »

Tags: .



* [ python ] 外部プログラムの実行

Posted on 11月 28th, 2007 by tai. Filed under 未分類.


外部プログラムを実行するには、popenなどを使う方法もあるようですが、
とりあえず簡単なのは以下のような感じ。
テストということで、電卓でも表示してみます。

import os
os.system( ‘calc’ )

Tags: .



* [ コマンドプロンプト ] start

Posted on 11月 28th, 2007 by tai. Filed under dev.


firefoxのコマンドラインに関して書いた直後ですが、いろいろ見つけたのでこちらも書いときます。

windowsでコマンドプロンプトを開いて、
start iexplore
と実行すると、IEが立ち上がる。
start firefox
とすれば、firefoxが立ち上がる。
が、ここで一つ疑問が。

Read the rest of this entry »

.



* firefoxをコマンドラインから

Posted on 11月 28th, 2007 by tai. Filed under 雑記.


参考ページ
例えばgoogleを開くなら、こんな感じ。

firefox “http://www.google.co.jp”

firefoxにパス通してないと上記コマンドは動きません。

.



 

2007年11月
« 10月   12月 »
 1234
567891011
12131415161718
19202122232425
2627282930  

最近のコメント

最近の投稿

アーカイブ

タグ