|
|
| Zeile 1: |
Zeile 1: |
| | das ist die neue Dokumentationsseite der Firma R.I.C.S. EDV-GmbH. | | das ist die neue Dokumentationsseite der Firma R.I.C.S. EDV-GmbH. |
| | | | |
| | + | [[:Kategorie:Programmierung]] |
| | + | [[:Kategorie:Technik]] |
| | | | |
| − | ==Übersicht der '''Kategorie Technik''' [[http://wiki.rics.at/index.php/Kategorie:Technik]]==
| + | [[Spezial:Alle_Seiten|Alle Seiten]] |
| − | | + | [[Spezial:Kategorien|Alle Kategorien auflisten]] |
| − | ==ein kurzes HowTo zum Editieren im Wiki [http://de.wikipedia.org/wiki/Wikipedia:FAQ_zum_Editieren]==
| + | |
| − | | + | |
| − | ==Hilfe zur Suchfunktionalität von Wiki [http://de.wikipedia.org/wiki/Hilfe:Suche]==
| + | |
| − | | + | |
| − | Siehe die [http://meta.wikipedia.org/wiki/MediaWiki_i18n Dokumentation zur Anpassung der Benutzeroberfläche]
| + | |
| − | und das [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide Benutzerhandbuch] für Hilfe zur Benutzung und Konfiguration.
| + | |
| − | | + | |
| − | | + | |
| − | == Tasks und ToDos mit Prioritäten ==
| + | |
| − | | + | |
| − | === Usage ===
| + | |
| − | | + | |
| − | Each task must be on its own line and start with [ ].
| + | |
| − | | + | |
| − | <tasks>
| + | |
| − | [ ] Regular task (Owner User).
| + | |
| − | [1] High priority task.
| + | |
| − | [2] Medium priority task.
| + | |
| − | [3] Low priority task (Owner User).
| + | |
| − | [!] Urgent task.
| + | |
| − | [x] Closed task.
| + | |
| − | </tasks>
| + | |
| − | | + | |
| − | === Tasks Special Page ===
| + | |
| − | | + | |
| − | This page finds all tasks on all pages if you site and displays them all on one page. To view all tasks access index.php?title=Special:Tasks (or Special pages » Tasks). You can provide several arguments to limit the tasks that are returned.
| + | |
| − | * status - Show all tasks with the specified status or higher. So, specifying "status=2" would include tasks with the status codes 2, 1, and !.
| + | |
| − | * owner - Only tasks assigned to this user.
| + | |
| − | * limit - Number of total tasks to list.
| + | |
| − | * hidden - Enable the display of hidden tasks.
| + | |
| − | | + | |
| − | These arguments are specified by adding a / after and adding them as regular name/value pairs.
| + | |
| − | | + | |
| − | | + | |
| − | == PHP-Sourcecode ==
| + | |
| − | im Rics-Wiki: Syntax-Highlighting [http://meta.wikimedia.org/wiki/User:Marksw/PHPHighlight]
| + | |
| − | **Beispiel wie PHP-Source-Code anzugeben ist - <pre><nowiki><php> ... </php></nowiki></pre>
| + | |
| − | <pre><nowiki>
| + | |
| − | <php>
| + | |
| − | // Example 1
| + | |
| − | $pizza = "piece1 piece2 piece3 piece4 piece5 piece6";
| + | |
| − | $pieces = explode(" ", $pizza);
| + | |
| − | echo $pieces[0]; // piece1
| + | |
| − | echo $pieces[1]; // piece2
| + | |
| − | </php>
| + | |
| − | </nowiki></pre>
| + | |
| − | | + | |
| − | *und so schauts dann aus:
| + | |
| − | <code><font color="#000000">
| + | |
| − | <font color="#FF8000">// Example 1<br />
| + | |
| − | </font><font color="#0000BB">$pizza </font><font color="#007700">= </font><font color="#DD0000">"piece1 piece2 piece3 piece4 piece5 piece6"</font><font color="#007700">;<br />
| + | |
| − | </font><font color="#0000BB">$pieces </font><font color="#007700">= </font><font color="#0000BB">explode</font><font color="#007700">(</font><font color="#DD0000">" "</font><font color="#007700">, </font><font color="#0000BB">$pizza</font><font color="#007700">);<br />
| + | |
| − | echo </font><font color="#0000BB">$pieces</font><font color="#007700">[</font><font color="#0000BB">0</font><font color="#007700">];</font> <font color="#FF8000">// piece1
| + | |
| − | </font><br /><font color="#007700">echo </font><font color="#0000BB">$pieces</font><font color="#007700">[</font><font color="#0000BB">1</font><font color="#007700">]; </font><font color="#FF8000">// piece2
| + | |
| − | </font>
| + | |
| − | </font></code>
| + | |
| − | | + | |
| − | | + | |
| − | == SubnetCalculator==
| + | |
| − | | + | |
| − | === Syntax ===
| + | |
| − | <pre><nowiki>
| + | |
| − | <subnet align=left|center|right allhosts=1>
| + | |
| − | INPUT
| + | |
| − | </subnet></nowiki>
| + | |
| − | </pre>
| + | |
| − | | + | |
| − | | + | |
| − | '''INPUT''' should be substituted with any of the following formts
| + | |
| − | '''1.''' IP & CIDR Netmask: 10.0.0.1/22
| + | |
| − | '''2.''' IP & Netmask: 10.0.0.1 255.255.252.0
| + | |
| − | '''3.''' IP & Wildcard Mask: 10.0.0.1 0.0.3.255
| + | |
| − | | + | |
| − | === Example 1 ===
| + | |
| − | <subnet align=left>
| + | |
| − | 202.1.192.0/22
| + | |
| − | </subnet>
| + | |
| − | <br>
| + | |
| − | <br>
| + | |
| − | <br>
| + | |
| − | <br>
| + | |
| − | <br>
| + | |
| − | <br>
| + | |
| − | <br>
| + | |
| − | <br>
| + | |
| − | <br>
| + | |
| − | <br>
| + | |
| − | <br>
| + | |
| − | <br>
| + | |
| − | === Example 1===
| + | |
| − | <subnet allhosts=1 align=left>
| + | |
| − | 202.1.199.176/29
| + | |
| − | </subnet>
| + | |