Test2: Różnice pomiędzy wersjami

Z Systemy operacyjne i sieci komputerowe
Przejdź do nawigacji Przejdź do wyszukiwania
 
(Nie pokazano 173 pośrednich wersji utworzonych przez tego samego użytkownika)
Linia 2: Linia 2:
  
 
Zapraszam na '''Główną'''
 
Zapraszam na '''Główną'''
 +
<html>
 +
<script
 +
src="https://videopoint.pl/plugins/new/ksiazka.cgi?id=5126o&nr=5126o&double=0&issuu=0&dodaj=n">
 +
</script>
 +
</html>
 +
https://www.mediawiki.org/wiki/Extension:PDFEmbed
 +
<html><script>
 +
        document.write("1234 działa");
 +
var tabela = [111,222,333];
 +
var liczba = 10;
 +
function dl()
 +
{
 +
return tabela.length;
 +
}
 +
document.write(dl());
 +
document.write(liczba);
 +
</script></html>
 +
<html>
 +
<form name='formularz'>
 +
  <input type='text' name='tekst' onkeyup="przeslij()"><br>
 +
  <input type="checkbox" name="zaznacz" onchange="przeslij()" /><br>
 +
  <input type="radio" name="wybierz" value="opcja1" onchange="przeslij()" /><br>
 +
  <input type="radio" name="wybierz" value="opcja2" onchange="przeslij()" /><br>
 +
  <select name='lista' onchange="przeslij()">
 +
    <option>Pierwsza</option>
 +
    <option>Druga</option>
 +
  </select>
 +
  <br>
 +
  <textarea name="pole" onkeyup="przeslij()">Pole tekstowe</textarea>
 +
</form>
 +
<div id="wynik"></div>
  
[[kwalifikacja E.14]]
+
<script>
  
 +
function przeslij(){
 +
  var tekst = document.forms["formularz"].tekst.value;
 +
 
 +
  var zaznacz = document.forms.formularz.elements["zaznacz"].checked ? "tak" : "nie"
 +
 
 +
  var wybierz = "";
 +
  for(var i=0; i<document.forms.formularz.wybierz.length; i++){
 +
    if(document.forms.formularz.wybierz[i].checked) wybierz = document.forms.formularz.wybierz[i].value;
 +
  }
 +
 
 +
  var lista = document.forms.formularz.elements["lista"].value;
 +
 
 +
  var pole = document.forms.formularz.pole.value;
 +
 
 +
  document.getElementById("wynik").innerHTML = tekst + " | zaznaczone: " + zaznacz + " | wybrano: " + wybierz + " | z listy: " + lista + " | pole tekstowe: " + pole;
 +
}
 +
</script>
 +
</html>
  
  
[http://www.w3.org/TR/html5 Specyfikacja HTML5]
+
{| class="wikitable"
 +
|-
 +
| System dziesiętny || 0 || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || 10 || 11 || 12 || 13 || 14 || 15
 +
|-
 +
| System szesnastkowy || 0 || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || A || B || C || D || E || F
 +
|}
  
[[HTML struktura dokumentu]]
 
  
[[HTML nagłowek i metadane|HTML nagłówek i metadane]]
+
Znajdujemy wpis <code><Directory /var/www/></code>. Zmieniamy na swoją nową ścieżkę, w moim przypadku na /www. Oczywiście dobrze jest starą wersję zachodzać przez skomentowanie.
 
 
[[HTML kodowanie polskich znaków]]
 
 
 
[[HTML nagłowki akapity formatowanie tekstu|HTML nagłówki, akapity, formatowanie tekstu]]
 
 
 
[[HTML listy]]
 
 
 
[[HTML linki]]
 
 
 
[[HTML Tabele]]
 
 
 
{{Windows commands}}
 
 
 
{{NUMBEROFARTICLES}}
 
 
 
{{
 
| name  = Windows commands
 
| title  = [[Microsoft Windows|Windows]] [[command-line interface|command-line]] programs and [[shell builtin]]s
 
| above = [[COMMAND.COM]] {{,}} [[Cmd.exe]] {{,}} [[Windows PowerShell]] {{,}} [[Recovery Console]]
 
| listclass = hlist
 
 
 
| group1 = File system navigation
 
| list1  =
 
* [[cd (command)|cd]] (chdir)
 
* [[dir (command)|dir]]
 
* [[pushd and popd|popd]]
 
* [[pushd and popd|pushd]]
 
* [[tree (command)|tree]]
 
 
 
| group2 = File management
 
| list2  =
 
* [[ATTRIB|attrib]]
 
* [[cacls]]
 
* [[Encrypting File System|cipher]]
 
* [[compact (computing)|compact]]
 
* [[copy (command)|copy]]
 
* [[del (command)|del]] (erase)
 
* [[deltree]]
 
* [[Cabinet (file format)|expand]]
 
* [[cacls#icacls|icacls]]
 
* [[Cabinet (file format)|makecab]]
 
* [[mkdir|md]] (mkdir)
 
* [[move (command)|move]]
 
* [[rmdir|rd]] (rmdir)
 
* [[recover (command)|recover]]
 
* [[ren (command)|ren]] (rename)
 
* [[replace (command)|replace]]
 
* [[rmdir]]
 
* [[robocopy]]
 
* [[XCOPY|xcopy]]
 
 
 
| group3 = Disk management
 
| list3  =
 
* [[CHKDSK|chkdsk]]
 
* [[convert (command)|convert]]
 
* [[Disk Defragmenter (Windows)|defrag]]
 
* [[diskcomp]]
 
* [[diskcopy]]
 
* [[diskpart]]
 
* [[fdisk]]
 
* [[Format (command)|format]]
 
* [[label (command)|label]]
 
* [[SUBST|subst]]
 
* [[Microsoft ScanDisk|scandisk]]
 
* [[SYS (command)|sys]]
 
* [[vol (command)|vol]]
 
* [[Shadow Copy|vssadmin]]
 
 
 
| group4 = Processes
 
| list4  =
 
* [[Exit (command)|exit]]
 
* [[kill (command)|kill]]
 
* [[powercfg]]
 
* [[runas]]
 
* [[Windows service|sc]]
 
* [[Shutdown (computing)|shutdown]]
 
* [[start (command)|start]]
 
* [[taskkill]]
 
* [[tasklist]]
 
 
 
| group5 = Registry
 
| list5  =
 
* [[File association|assoc]]
 
* [[ftype]]
 
* [[Windows Registry#Command line editing|reg]]
 
* [[Windows Registry#Command line editing|regini]]
 
* [[regsvr32]]
 
 
 
| group6 = User environment
 
| list6  =
 
* [[DATE (command)|date]]
 
* [[mode (command)|mode]]
 
* [[PATH (variable)|path]]
 
* [[Environment variable#DOS, OS/2 and Windows (Command Prompt)|set]]
 
* [[Environment variable#DOS, OS/2 and Windows (Command Prompt)|setx]]
 
* [[TIME (command)|time]]
 
* [[title (command)|title]]
 
* [[ver (command)|ver]]
 
* [[whoami]]
 
 
 
| group7 = File contents
 
| list7  =
 
* [[comp (command)|comp]]
 
* [[MS-DOS Editor|edit]]
 
* [[edlin]]
 
* [[Microsoft File Compare|fc]]
 
* [[find (command)|find]]
 
* [[findstr (computing)|findstr]]
 
* [[PRINT (command)|print]]
 
* [[TYPE (DOS command)|type]]
 
 
 
| group8 = [[Scripting language|Scripting]]
 
| list8  =
 
* [[choice (command)|choice]]
 
* [[Clipboard (computing)|clip]]
 
* [[Windows Script Host|cscript]]
 
* [[DOSKEY|doskey]]
 
* [[echo (command)|echo]]
 
* [[For loop|for]]
 
* [[goto]]
 
* [[Conditional (programming)|if]]
 
* [[more (command)|more]]
 
* [[pause (DOS command)|pause]]
 
* [[Command-line interface#Command prompt|prompt]]
 
* [[Comment (computer programming)|rem]]
 
 
 
| group9 = Networking
 
| list9  =
 
* [[hostname]]
 
* [[ipconfig]]
 
* [[net use]]
 
* [[netsh]]
 
* [[netstat]]
 
* [[nslookup]]
 
* [[PathPing]]
 
* [[Ping (networking utility)|ping]]
 
* [[Route (command)|route]]
 
* [[traceroute|tracert]]
 
 
 
| group10 = Maintenance and care
 
| list10 =
 
* [[Windows Installer|msiexec]]
 
* [[NTBackup|ntbackup]]
 
* [[System File Checker|sfc]]
 
* [[systeminfo]]
 
* [[w32tm]]
 
* [[WBAdmin]]
 
* [[Windows System Assessment Tool|winsat]]
 
* [[Windows Management Instrumentation Command-line|wmic]]
 
 
 
| group11 = Boot management
 
| list11 =
 
* [[bcdedit]]
 
* [[bootcfg]]
 
* [[fixboot]]
 
* [[fixmbr]]
 
 
 
| group12 = [[Software development]]
 
| list12 =
 
* [[debug (command)|debug]]
 
* [[exe2bin]]
 
* [[QBasic]]
 
 
 
| group13 = Miscellaneous
 
| list13 =
 
* [[cls (command)|cls]]
 
* [[help (command)|help]]
 
 
 
| below = [[List of DOS commands]] {{,}} [[Environment variable]]s
 
}}
 

Aktualna wersja na dzień 19:06, 16 sty 2021

Strona testowa, tzw. POLIGON

Zapraszam na Główną https://www.mediawiki.org/wiki/Extension:PDFEmbed








System dziesiętny 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
System szesnastkowy 0 1 2 3 4 5 6 7 8 9 A B C D E F


Znajdujemy wpis <Directory /var/www/>. Zmieniamy na swoją nową ścieżkę, w moim przypadku na /www. Oczywiście dobrze jest starą wersję zachodzać przez skomentowanie.