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/14 10: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>
  
-<Code SQL+<Code lang-sql
-SELECT * +SELECT sum(sal) 
-FROM   emp;+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>
 +
 +<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:wartegraph-c2.svg|}}
  
spielplatz/wiground.1555237730.txt.gz · Zuletzt geändert: 2019/04/14 10:28 von wi
Nach oben
Public Domain
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0