file tag

99 questions


2 answers
80 views
0
Line breaks and spaces in text files disappear in bat

In bat, I wrote something to replace the characters in a file, but line breaks and spaces disappear.Please tell me how to solve this problem.@echo offCopy rem source file to tempcopy%~n1.tex%~n1_temp....

2 years ago

3 answers
116 views
0
I want to concatenate the file names taken out by the dir command.

I would like to use the command prompt to extract the file name and print it out as a list separated by a blank space.When you use the dir command in a batch file, you get the following results: >d...


2 answers
89 views
0
Raspberry PI program makes 'undefined reference to symbol' clock_gettime@@GLIBC_2.4' error, etc.

While reading the January 2014 issue of Interface, Raspberry Pie x Camera for authentic image processing, I am trying to run the Raspberry PI camera module with OpenCV.I'm going to compile and run on ...


1 answers
125 views
0
Error "`aclocal-1.10' is missing on your system." when making mecab-ch

I have already installed mecab-0.996 (for Japanese), but I would like to install mecab-ch (for Chinese).If anyone knows how to install it, I would appreciate it if you could let me know. I installed i...

2 years ago

1 answers
68 views
0
I want fill_between to recognize where

Only the green part is displayed in plt.fill_between.How do I get the intended graph? (- is it not recognized?)I would appreciate it if you could let me know if you know.import matplotlib.pyplot as pl...


2 answers
61 views
0
I want to run it repeatedly with the variables specified in the Windows batch file.

I would like to perform a series of iterations on a particular string in a Windows batch file.I wrote the batch file as below, but the error message echo is off appears.I searched, but it said that if...

2 years ago

1 answers
112 views
0
I don't know how to handle java strings and ArrayList.

Hi, nice to meet you.I have been studying java for about 3 months.The text file printed with the following code will never be the ideal value.Specifically, two text files are taken for input.Each text...

2 years ago

1 answers
117 views
0
Output file garbled when reading batch file

I'm creating a batch file that writes SJIS to an xml file.When I import into SJIS and check the XML file, I get garbled or missing Japanese characters error.ExampleSJIS (Example AAA.TXT) 1. Panda2, sh...

2 years ago

2 answers
96 views
0
I want to use the job function (queue) to run the batch on Windows

I'm trying to encode a large number of video files on my Windows 7 desktop using Handbrake.Although the GUI version provides queue-based batch processing, encoding many videos with the same configurat...

2 years ago

1 answers
65 views
0
US>Meaning \\Z in binary data

I'm trying to read the binary file in Python. I found the following binary data\x96\x08\Z\xbbf\xd0g\t\x93I think \Z is one of the escape sequences in this binary data.What is the meaning of the escape...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.