import threading import time def process(): while True: print 'x1' time.sleep(3) th = threading.Thread(None, process, None) th.setDaemon(True) th.start() while True: print 'x0' time.sleep(3)
import threading import time def process(): while True: print 'x1' time.sleep(3) th = threading.Thread(None, process, None) th.setDaemon(True) th.start() while True: print 'x0' time.sleep(3)
home changes contents help options Wiki contents BookmarkOnInstantRails BookmarkOnInstantRails2 GoogleMapsEditor GoogleAPI Plone on Windows Blogのインストール DebianにPloneをインストールする COREBlogをインストール LocalFSをインストール ZWikiをインストール ejSplitterをインストール jMailHostをインストール Postgresql8をインストール Ploneの基本的な使い方 Ploneをインストールする Wikiのインストール サーバを外部に公開する 他のPCからPloneを見る FrontPage Idea/Idea PythonRecipe 004:代入 005:文の区切り 006:コメント 0
Table of ContentsForeword1. Strings (100.0%) 2. Numbers (100.0%) 3. Dates and Times (100.0%) 4. Arrays (100.0%) 5. Hashes (100.0%) 6. Pattern Matching (91.7%) 7. File Access (82.6%) 8. File Contents (92.9%) 9. Directories (92.3%) 10. Subroutines (100.0%) 11. References and Records (96.9%) 12. Packages, Libraries, and Modules (92.5%) 13. Classes, Objects, and Ties (100.0%) 14. Database Access (66.7
PLEAC - Programming Language Examples Alike Cookbook Summary Following the great Perl Cookbook (by Tom Christiansen & Nathan Torkington, published by O'Reilly; you can freely browse an excerpt of the book here) which presents a suite of common programming problems solved in the Perl language, this project aims to implement the solutions in other programming languages. If successful, this project m
>>> int('01010001', 2) # 2進数文字列を整数に 81 >>> int('77feff', 16) # 16進数文字列を整数に 7864063 >>> int('77feFF', 16) # 大文字小文字混在OK 7864063 >>> int('32467102', 8) # 8進数文字列を整数に 6975042 >>> int('XYZ', 36) # 36進数までOK 44027
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く