Attribute protokollieren
Function DPM_OnOpenBatch(DCBatch) nDocument = DCBatch.GetDocumentCount For i = 0 To nDocument - 1 Set DCDoc = DCBatch.GetDocument(i) nAttribute = DCDoc.GetAttributecount For a = 0 To nAttribute - 1 Attribute =…
Function DPM_OnOpenBatch(DCBatch) nDocument = DCBatch.GetDocumentCount For i = 0 To nDocument - 1 Set DCDoc = DCBatch.GetDocument(i) nAttribute = DCDoc.GetAttributecount For a = 0 To nAttribute - 1 Attribute =…
var xhr = new XMLHttpRequest(); xhr.open("POST", "/service", true); xhr.setRequestHeader("Content-type","application/x-www-form-urlencoded"); var a = document.getElementById("post_param_a").value; var b = document.getElementById("post_param_b").value; var params = "a=" + a + "&b=" + b; xhr.send(params); xhr.onload =…
in "pom.xml" die Ressource bekannt machen src/main/resources true **/version.txt src/main/resources false **/version.txt in "src/main/resources" die Datei "version.txt" mit folgendem Inhalt anlegen ${project.version} im Programmcode (nach dem Bauen) auf Information zugreifen…
Java-Projekte in VS Code, die mit Maven verwaltet werden, referenzieren eine installierte lokale Bibliothek. mvn install:install-file ^ -Dfile=lib/bobxyz-1.0.9.jar ^ -DgroupId=bob-team.de ^ -DartifactId=xyz ^ -Dversion=1.0.9 ^ -Dpackaging=jar ^ -DgeneratePom=true In Bat-Datei…
Single-Responsibility-Prinzip eine Klasse nur eine Verantwortlichkeit; viele kleine Klassen sind besser als wenige große Open-Closed-Prinzip offen für Erweiterungen, aber geschlossen gegenüber Modifikationen; über Vererbung und Einsatz von Interfaces zu erreichen…
@Before public void beforeTests() { String hostname = null; try { hostname = InetAddress.getLocalHost().getHostName(); } catch (UnknownHostException e) { e.printStackTrace(); } System.out.printf("[hostname] %s%n", hostname); org.junit.Assume.assumeTrue( "abc".equals(hostname) || "def".equals(hostname)); }
in Ereignisanzeige über Kontextmenü bei folgenden Knoten "Protokoll aktivieren" Anwendungs- und Dienstprotokolle/Microsoft/Windows/CAPI2/Betriebsbereit