sonstiges
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| sonstiges [2025/02/28 11:42] – [Python] lutz | sonstiges [2026/04/29 09:49] (aktuell) – [SQL] lutz | ||
|---|---|---|---|
| Zeile 44: | Zeile 44: | ||
| ===== Syntaxhighlighting ===== | ===== Syntaxhighlighting ===== | ||
| - | <sxh css> | + | <codeprism lang=css> |
| @media (max-width: 664px) { | @media (max-width: 664px) { | ||
| .wp-block-group: | .wp-block-group: | ||
| Zeile 50: | Zeile 50: | ||
| } | } | ||
| } | } | ||
| - | </sxh> | + | </codeprism> |
| ==== SQL ==== | ==== SQL ==== | ||
| Zeile 65: | Zeile 65: | ||
| ==== Visual Basic ==== | ==== Visual Basic ==== | ||
| - | <sxh vb> | + | <codeprism lang=vb> |
| Case " | Case " | ||
| Filename = CreatingFilename(pRow(" | Filename = CreatingFilename(pRow(" | ||
| Zeile 85: | Zeile 85: | ||
| OutputFile.Export(pRow, | OutputFile.Export(pRow, | ||
| End If | End If | ||
| - | </sxh> | + | </codeprism> |
| ==== C# ==== | ==== C# ==== | ||
| - | <sxh csharp> | + | <codeprism lang=cs> |
| if (posibleCustomerIds.Count < 1) | if (posibleCustomerIds.Count < 1) | ||
| { | { | ||
| Zeile 100: | Zeile 100: | ||
| } ... | } ... | ||
| } | } | ||
| - | </sxh> | + | </codeprism> |
| ==== Python ==== | ==== Python ==== | ||
| - | <sxh py> | + | <codeprism lang=py> |
| class ShikakuSolver: | class ShikakuSolver: | ||
| Zeile 214: | Zeile 214: | ||
| row += solution[r][c] | row += solution[r][c] | ||
| print(row) | print(row) | ||
| - | </sxh> | + | </codeprism> |
| ==== XML ==== | ==== XML ==== | ||
| - | <sxh xml> | + | <codeprism lang=xml> |
| <?xml version=" | <?xml version=" | ||
| < | < | ||
| Zeile 265: | Zeile 265: | ||
| </ | </ | ||
| </ | </ | ||
| - | </sxh> | + | </codeprism> |
| ==== SMTP ==== | ==== SMTP ==== | ||
| <code email> | <code email> | ||
sonstiges.1740742932.txt.gz · Zuletzt geändert: von lutz