CMD
такая плохая DSL
команд. FOR /?
SETLOCAL ENABLEDELAYEDEXPANSION
echo SETLOCAL ENABLEDELAYEDEXPANSION > %temp%\a.cmd
echo set A=42>>%temp%\a.cmd
echo echo A=!A! >>%temp%\a.cmd
%temp%\a.cmd
SETLOCAL ENABLEDELAYEDEXPANSION
set A=42
echo A=!A!
A=42
for /F "tokens=*" %. in ('dir /b *.mp4') do echo call ffmpeg.exe ..... "%." ...."%~n..gif"
nodaemon=true
src/main/java/application/App.java: loader.setLocation(getClass().getResource("/MainView.fxml"));
ls -1 src/main/resources/
Game.fxml
NewGame.fxml
SettingGame.fxml
сannot access class com.sun.javafx.util.Utils (in module javafx.graphics) because module javafx.graphics does not export com.sun.javafx.util
module-info.java
как указано в стаковерфлоparser = argparse.ArgumentParser(prog = 'add_node')
parser.add_argument('--inputfile', '-i', help = 'input file')
... аргументы ...
args = parser.parse_args()
tree = ET.parse(args.inputfile)
root = tree.getroot()
user = ET.SubElement(root, element_tagname, id = element_id)
user.text = element_text
tree.write(args.outputfile, encoding = 'UTF-8', xml_declaration = True)
python add_node.py -i a.xml -o b.xml -d -k 100 -n 'newelement' -t 'description of the
<newelement id="100">description of the added element</newelement>