All Questions

19771 questions


1 answers
408 views
0
Does PowerShell's Get-Content lock the target files?

View the log files that the script or RPA outputs in real time with the Get-Content option in PowerShell.Sometimes, the script and RPA terminate abnormally due to the error of not opening the log file...

2 years ago

3 answers
273 views
0
How do I get permission owner information for all directories in bulk on Linux?

I was ordered to do the subject matter at work.For the time being, I didn't know how to do it, so I went to / and ran ls-lR.To be honest, file permissions are not very important, but if we were to get...

2 years ago

2 answers
378 views
0
mkdir/home:read-only file system error during go install

go install github.com/99designs/[email protected] the above command go install github.com/99designs/gqlgen:mkdir/home:read-only file systemThe error occurs.When I looked into the error, I found ou...

2 years ago

1 answers
372 views
0
Executing an EXEized Python File Causes an Error

After the virtual environment was built, the Python file was made EXE with the pyinstaller Python filename --onefile --noconsole.After that, I tried to do it, but the following error (attached image) ...

2 years ago

1 answers
247 views
0
I want to find Euclidean distance between two points in Python.

I want to feel this way, but it doesn't work.Please advise me if you understand.p_x=(1,2,4)p_y = (-2,2,0)BEGINfor i in p_x, p_y: i+=(p_x-p_y)**2 distance=i**1/2 distance=iENDprint(distance)

2 years ago

1 answers
442 views
0
Django Interactive Shell API Fails

Prerequisites/What you want to achieveI am working on a tutorial on Django.I was referring to the following site to use the command to call the interactive shell and access the database API, but an er...

2 years ago

1 answers
412 views
0
Information About Using the Camera Module for Arduino for SPRESENSE

Thank you for your help.Sorry for the basic question, but please let me know if anyone knows.Currently, we are considering using the camera module for Arduino for SPRESENSE.Is it possible to use the C...

2 years ago

2 answers
421 views
0
a program for solving ten puzzles with python

From WikipediaA ten puzzle (10 puzzles) is a game in which a four-digit number is regarded as four single-digit numbers, and 10 is made by using four rules of operation or the like.It is also called m...

2 years ago

1 answers
319 views
0
Is there a way to adjust the spacing between parent letters and rubies separately?

Capitalized accents cross the assembly line and cover the rubi. Adjustments in \rubyintergap work for all rubi, and regular parent characters are too spaced out from the rubi to extend.Is there a way ...

tex
2 years ago

1 answers
383 views
0
Understanding the Differences Between Using the Viewport and Configuring the Polylines

How to use the viewport on the layout screen and In the existing layout diagram, the viewport enclosure has a polyline setting.I would like you to give me detailed instructions on the situation.Thank ...

2 years ago
« - 106 - »

© 2024 OneMinuteCode. All rights reserved.