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:29] 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 7: Zeile 23:
     e^{i \pi} + 1 = 0\;     e^{i \pi} + 1 = 0\;
 </latex> </latex>
 +
 +<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:wartegraph-c2.svg|}}
spielplatz/wiground.1554964142.txt.gz · Zuletzt geändert: 2019/04/11 06:29 von wi
Nach oben
Public Domain
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0