All Questions

19771 questions


1 answers
375 views
0
What are the benefits of using DBCA-generated scripts to create Oracle databases?

Is it more efficient to generate and create scripts when using DBCA to create databases?I heard that the script contains the values that you set in the GUI for now, and that it is convenient to recrea...

2 years ago

1 answers
409 views
0
If Uninstall is disabled in Windows 10 Apps and Features, it will not be available until Change.

It's a little old, but I'm using InstallShield 2012 to create the installer in the Basic MSI Project.I created the installer by setting 1 to [ARPNOREMOVE] in Properties Manager, but if I use that inst...

2 years ago

2 answers
346 views
0
How to use bash Tab complement well for file/folder names such as Date_Content

If the current directory has a subdirectory similar to the following:cd20220123_EEE to move.In this case, tab completion does not work well (you must enter 20220123_E).20220120_AAA20220121_BBB20220122...

2 years ago

1 answers
277 views
0
How Python Monitors Mouse Operations and Checks the Path of Selected Files

I would like to do the process of importing dragged and dropped files into the software Monitor mouse activity on Windows or Mac in Python ·Detects that a file has been clicked on a desktop ·Retrieve ...

2 years ago

1 answers
444 views
0
I want to create a sketch that recognizes my own image (correct and incorrect images) in real time with the sense arduino IDE.

A Sony NNC window version learns its own image (Razpie V2) 80×80, datesets positive and negative images in 120 sheets and 90 sheets, respectively, and obtains a learning result accuracy=1 in 28×28 siz...

2 years ago

1 answers
335 views
0
What happens in the array when functions enqueue and dequeue are performed in the queue?

#include<stdio.h>#define MAX4void enquene(char*Q, charx);char queue (char*Q);void initialize (char*Q);intempty (char*Q);int head = 0;intail = 0;int number = 0;void enqueue(char*Q, charx){ if (nu...

c
2 years ago

1 answers
433 views
0
Is it possible to prevent double booting when starting HTML from a locally deployed HTA?

I would like to start html from hta locally on the terminal, but I would like to control that the html cannot be started with duplex.I am thinking of the following plan, but could you give me some adv...


1 answers
288 views
0
When processing through multi-process, I would like to continue processing after catching exceptions.

I would like to use Python's multiprocessing.Pool to process them in parallel as shown in the code below.import multiprocessingdef foo(i): if i%2 == 0: raise RuntimeError (even) returniwith multiproc...

2 years ago

1 answers
319 views
0
Phpartisan migration does not work in a Docker environment

I use laravel,vue.js,docker (local uses nginx for docker) on my Mac to create a web app locally. I think it's because the .env configuration is strange, but it doesn't connect to the local mysql that ...


1 answers
343 views
0
The answer in ALDS1_1_A of aizu online judge is correct, but it becomes WA.

I wrote the following in C language.As long as I run it on hand, it's right, but it's going to be WA...Is there anything wrong?There is no difference when I try to differentiate the results by droppin...

c
2 years ago
« - 113 - »

© 2024 OneMinuteCode. All rights reserved.