Usage:
windiff [options] path1 [path2]
Options:
-D Compare one directory only.
-F[flags] savefile Save composite file to 'savefile'.
The 'flags' may consist of one or more of I (identical), L (left), R (right), F (moved leFt),
G (moved riGht), S (Similar left), A (similiAr right), X (exit after saving list).
(e.g. -FLF saves list of Left or moved-leFt lines).
WinDiff.Exe /FRLIX diff.txt a.txt b.txt
socket.bind(new InetSocketAddress("localhost", port));
socket.connect(new InetSocketAddress("localhost", port));
mvn clean spring-boot:run
src/main/java/Procfile
в котором написаноworker: sh target/bin/commybot
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>${maven-antrun-plugin.version}</version>
<executions>
<execution>
<phase>generate-resources</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<echo>Displaying value of 'something' property</echo>
<echo>[something]: ${something}</echo>
</tasks>
</configuration>
</execution>
</executions>
</plugin>
URL=$(xmllint -xpath "/*[local-name() = 'project' ]//*[local-name() = 'developerConnection']/text()" pom.xml | sed 's|scm:git:ssh://||')
System.err.println(
String.format("%s/src/main/resources/%s",
System.getProperty("user.dir"), resourceFileName));
System.err.println(
String.format("The running application resource path: \"%s\"",
Thread.currentThread().getContextClassLoader()
.getResource("").getPath()));
this.getClass().getClassLoader()
.getResourceAsStream(
x = 1;
Console.Error.WriteLine(x=" + x.ToString()); // undefined
x
jq
то повершел convertfrom-json
$a = @'
{
"Login": "Alex" ,
"Password": "qwerty" ,
"Domain": "Alex" ,
"Output_json": "json_files" ,
"Output_log": "logs"
}
'@
$a | convertfrom-json
Login : Alex
Password : qwerty
Domain : Alex
Output_json : json_files
Output_log : logs