Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
spielplatz:wiground [2019/04/11 06:28] wispielplatz:wiground [2023/04/15 11:52] (aktuell) wi
Zeile 1: Zeile 1:
 ====== WI Playground ====== ====== WI Playground ======
 +
 +===== draw.io Plugin =====
 +
 +Diese Zeichnung kannst du durch anklicken {{drawio>spielplatz:test}} mit ''draw.io'' bearbeiten
 +
 +===== plantumlparser Plugin =====
 +<uml>
 +Alice -> Bob: Authentication Request
 +Bob --> Alice: Authentication Response
 +
 +Alice -> Bob: Another authentication Request
 +Alice <-- Bob: another authentication Response
 +</uml>
 +
 +===== latex Plugin =====
 +
 <latex> <latex>
     \frac{3}{4 \pi}   \sqrt{4 \cdot x^2   12}\\     \frac{3}{4 \pi}   \sqrt{4 \cdot x^2   12}\\
Zeile 8: Zeile 24:
 </latex> </latex>
  
-{{:spielplatz:wartegraph-c2.svg|}}{{:spielplatz:recovery-checkpoint.svg|}}+<Code lang-sql> 
 +SELECT sum(sal) 
 +FROM   emp 
 +group by depnto 
 +having count(*)>1); 
 + 
 +CREATE OR REPLACE PROCEDURE foo(p_1 VARCHAR, p_2 OUT VARCHAR) IS 
 +BEGIN 
 +  IF p_1 IS NOT NULL THEN 
 +    p_2 := p_1; 
 +  END IF; 
 +END; 
 +</Code> 
 + 
 +<Code:php |Example #1 Our first PHP script: //hello.php//> 
 +<html> 
 +  <head> 
 +  <title>PHP Test</title> 
 + </head> 
 + <body> 
 + <?php echo '<p>Hello World</p>'; ?>  
 + </body> 
 +</html> 
 +</Code> 
 + 
 +{{:spielplatz:wartegraph-c2.svg|}} 
 + 
 +{{:spielplatz:recovery-checkpoint.svg|}}
  
  
spielplatz/wiground.1554964115.txt.gz · Zuletzt geändert: 2019/04/11 06:28 von wi
Nach oben
Public Domain
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0