Fanfou Wiki

我等采石之人,当心怀建造大教堂之愿景。

用户工具

站点工具


playground:playground

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
playground:playground [2020/12/15 07:50] adminplayground:playground [2020/12/30 12:30] (当前版本) admin
行 1: 行 1:
 ====== PlayGround ====== ====== PlayGround ======
-''+[[https://www.dokuwiki.org/zh:syntax|zh:syntax]] 
 + 
 +<code html index.html>
 <html> <html>
   <head>   <head>
   </head>   </head>
 </html> </html>
-''+</code> 
 +<markdown> 
 +# 标题 
 +</markdown> 
 +---- 
 +<code JavaScript [enable_line_numbers="true", start_line_numbers_at="42", highlight_lines_extra="2,3"]> 
 +var de = function() { 
 + return (typeof(window.de) == 'object') ? window.de : {}; 
 +}(); 
 +</code> 
 +---- 
 +<uml> 
 +@startgantt 
 + 
 +Project starts 2020-02-01 
 + 
 +-- Team 1 -- 
 +[Requirements] lasts 6 days 
 +[Design] starts 2020-02-05 and ends 2020-02-12 
 +[Implementation] starts 2020-02-12 and ends 2020-02-25 
 + 
 +-- Team 2 -- 
 +[T2 - Requirements] lasts 1 week and 4 days 
 +[T2 - Implementation] starts 2020-02-10 and ends 2020-02-22 
 + 
 +-- Days Off -- 
 +[Holidays] starts 2020-02-12 and ends 2020-02-14 
 + 
 +@endgantt 
 +</uml> 
 + 
 + 
playground/playground.1607989846.txt.gz · 最后更改: 2020/12/15 07:50 由 admin