Macro | Description | Example |
[[RecentChanges]] | a list of recently edited pages | RecentChanges |
[[TitleIndex]] | an index of all page titles | TitleIndex |
[[WordIndex]] | an index of all words in page titles | WordIndex |
[[RandomPage]] | a link to a random page | InformaticaDownload |
[[RandomPage(#)]] | links to a number of random pages | |
[[TableOfContents]] | display a local table of contents | see below |
Macro | Description | Example |
[[InterWiki]] | a list of all known InterWiki names | InterWiki |
[[SystemInfo]] | info on the wiki, the python interpreter and the host system | SystemInfo |
[[PageCount]] | current page count | 1784 pages |
Macro | Description | Example |
[[Icon(image)]] | display system icons | HelpOnNavigation |
[[UserPreferences]] | display a user preferences dialog | UserPreferences |
[[BR]] | insert a line break | 1st line 2nd line |
[[Include(HelloWorld[,heading[,level]])]] | include contents of another page | [edit]
1 python #![]() 헐.. 처음부터 뻑이냐? ㅋ 닝기미.. 알고보니..
In Python2: print "Hello World"
아.. 짜증.. 전산밥이 몇 년인데 "hello world" 한 번 찍느라 30분이 넘게 걸렸다. ㅎIn Python3: print("Hello World") 흠... 좀 보니.. 2.x 버전과 3.x 버전과는 많은 차이가 있는 듯 하다.. 떱.. 문서는 대부분 2.x 버전인데.. 아.. 삽질 좀 하게 생겼다... 2.x 버전에서는...
python for i in range(10): print i, 3.x 버전에서는...
python for i in range(10): print(i, end=' ') 루프를 돌려보자..
python for i in range(3): for j in range(3): print ("루프=",i, "값=",i*j, sep=';') 결과는
루프=;0;값=;0 루프=;0;값=;0 루프=;0;값=;0 루프=;1;값=;0 루프=;1;값=;1 루프=;1;값=;2 루프=;2;값=;0 루프=;2;값=;2 루프=;2;값=;4 호오.. 잼있다.. 쉽고..
|
PHP Version | 5.3.3 (Linux yasicom.cafe24.com 2.6.32-754.el6.x86_64 #1 SMP Tue Jun 19 21:26:04 UTC 2018 x86_64) |
---|---|
MoniWiki Version | Release 1.1.2 [Revision: 1.319 ] |
HTTP Server Version | Apache/2.2.15 |
Number of Pages | 1784 |