All Questions

19771 questions


1 answers
319 views
0
How to Write and Retrieve Internal Class Properties When Inheriting Internal Class

If the parent class has an internal class, I would like to know how to read and write the properties of the internal class from the inheritance destination.public class MainClass:ClassA{ ClassAa = new...

c#
1 years ago

1 answers
451 views
0
Where do I set up a destination to be notified by email after I push it to the remote repository?

When pushing from the local repository to the remote repository, the mail is sent only to a specific user, not everyone who participates in the repository.Everyone has the same notification level, so ...

1 years ago

2 answers
344 views
0
Differences between "yum remove php*" and "yum remove php php-*

What is the difference between yum remove php* and yum remove php php-*?I would like to know how to use it differently.EnvironmentCentOS 7

1 years ago

1 answers
498 views
0
「# yum remove php*" does not match the argument: php72_20221219.ini No packages are marked for deletion.

Copied /etc/php.ini to /home/hoge/backup.At that time, I changed the file name to php72_20221219.ini.Then go to /home/hoge/backup#yum remove php*After you run , Plug-ins loaded: fastestmirror, langpac...

1 years ago

1 answers
421 views
0
I want to know how to make std::vector act as an embedded array GLchar

Question detailsThe following is a compilation of shaders with the source code characters (indeterminate number of characters), and the type is std::shared_ptr<std::vector<GLchar>>. Is the...

c++
1 years ago

2 answers
408 views
0
find the number of arrays containing common terms for txt and csv

I am writing a program to find the number of arrays in the 1.txt array. I have now used the count method to output the number of terms in 1.txt. However, I would like to find the number of arrays cont...

1 years ago

1 answers
386 views
0
Please tell me how to resolve the error message "cannot import name 'plot_confusion_matrix 'from 'sklearn.metrics' in scikit-learn.

Using SVM's regressoar, we are trying to conduct an assessment analysis of financial markets.After coding with reference to the text, the last line plot_confusion_matrix, plot_roc_curve failed to proc...

1 years ago

0 answers
359 views
0
Can Anaconda be used as a Linux sandbox environment?

I want to create a sandbox-like environment on Linux.Is it the right decision to deploy Anaconda to build the environment without destroying the original environment?Anaconda can create a virtual envi...

1 years ago

1 answers
315 views
0
Please tell me how to resolve the error message "cannot import name 'plot_confusion_matrix 'from 'sklearn.metrics' in scikit-learn.

Using SVM's regressoar, we are trying to conduct an assessment analysis of financial markets.After coding with reference to the text, the last line plot_confusion_matrix, plot_roc_curve failed to proc...

1 years ago

1 answers
500 views
0
I would like to know the reason why the makefile link order still results in an undefined reference error.

Question detailsThe following error occurs when I compile, but I don't know why.undefined reference to glfwInitWhat is the cause of the undefined reference?Include files, links, and so on.StatusFrameW...

1 years ago
« - 46 - »

© 2024 OneMinuteCode. All rights reserved.