Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

DOS Schleife

Empfohlene Antworten

Veröffentlicht

Tach zusammen

habe da ein kleines problem habe eine Table die mir 94 vorschaubilder anzeigen soll und die auch verlinkt werden sollen und sich bilder aus einer Datenbank ziehen sollen.

Den datenbank string für die 94 großen bilder habe ich so erzeugt:

(funzt auch)

FOR /L %1 IN (1,1,94) DO echo INSERT INTO `tbl_bild` (`bi_id`, `ka_id`, `bi_pfad`, `bi_name`, `bi_prioritaet`, `bi_beschreibung`) VALUES (%1, 1, 'gross/img0%1.jpg', '', %10, '');>> test.sql

jetzt damit ich den ganzen s c h e i ß in er Table nicht schreiben muß dachte ich da kann ich auch ein kleines DOS Patch machen aber das prob is das er die zeichen in dem String teilweiße als steuerzeichen ansieht...

FOR /L %1 IN (1,1,94) DO echo <tr><td><a href="bildanzeigen.php?ka_id=1&bi_id=%1" target="gross"><img src="klein/img0%1.jpg"></a></td></tr><tr>>> test.html

wie kann ich diese auskommentieren das er die >< und " überliest und als string mit in die zieldatei schreibt?

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.