- 非常にシンプル
- 共有サーバでも設置可能(サーバ会社から文句言われるとかは除く)
が解決出来る。
- ブラウザ依存
- 言語依存
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Pythonコンポーネント [dozo dokuwiki.py]</title>
<meta http-equiv="Cache-Control" content="no-cache" />
<meta name="generator" content="DokuWiki Release 2007-06-26b" />
<meta name="robots" content="noindex,nofollow" />
<meta name="date" content="2007-10-30T21:56:04+0900" />
<meta name="keywords" content="start" />
<meta name="generator" content="DokuWiki Release 2007-06-26b" />
<meta name="robots" content="noindex,nofollow" />
<meta name="date" content="2007-10-30T21:56:04+0900" />
- サイト設定の[スパム対策]-[インデックスを許可(何秒後)]の数値を調整
対話型のプログラミング実行環境。$ python
Python 2.4.3 (#2, Nov 7 2006, 13:07:47)
[GCC 3.4.4 [FreeBSD] 20050518] on freebsd6
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.stdout.write('test')
test
>>>
とするだけでデータが取得出来ている。import xmlrpclib
api = xmlrpclib.Server( 'http://api.hain.jp' )
result = api.method.name({'word':['hoge']})
$ python
>>> class testclass:
... def testfunction():
... print 'hoge'
...
>>> help( testclass )
Help on class testclass in module __main__:
class testclass
| Methods defined here:
|
| testfunction()
>>>
極論istの技術屋を始めて早幾年。 流れの速い業界の波にもまれながらも精一杯生きている様をとくとごらんあれ。