All Questions

19771 questions


1 answers
395 views
0
I would like to know if it is possible to mock only the double autowired class.

Questions about SpringBoot dependency injection and unit testing.Based on the class being tested, is it possible to test only the classes that are double autowired by Mock?Specifically, I would like t...

2 years ago

4 answers
313 views
0
I want to extract only duplicate data that matches the conditions from two DataFrames.

If there is data for A and B as shown below, and A and B overlap compared to the previous element, we would like to extract only those elements.In this case, the A4 in column A is subject to extractio...

2 years ago

1 answers
457 views
0
Java (Spring) Errors

The following error appears:The method getUploadFile() is undefined in the type KnpnkKnskForm.The method setOutputFileNm(String) is undefined in the type KnpnkKnskForm.In this case, do I have to defin...

2 years ago

2 answers
442 views
0
How do I increase the disk space on VMware's guest OS?

How do I increase the disk space of /dev/sda3 in CentOS 7?●BackgroundIn a CentOS 7+ Oracle 19c environment, the Oracle create database statement fails with an error such as ora-00200, which determines...

2 years ago

1 answers
337 views
0
Unable to execute vue serve at command prompt: Please run npmi-g @vue/cli-service-global and try again

What do you want to solveI'm learning a book called Vue.JS3 Super Introduction by Yano Shotatsu, but I stumble in the beginning.I'm trying to run vue serve at the command prompt, but it doesn't work.P...

2 years ago

1 answers
341 views
0
Understanding SELECT Statements Using Parent and Child Tables

About the image aboveThe parent table is m_productThe child table is t_sales.SELECT m_product.product_code, m_product.product_name, m_product.price, SUM(quantity) as total, SUM(quantity)* price as res...

2 years ago

2 answers
233 views
0
I want to get results for only working days to get the Prophet forecast data

Based on the sales data for 3 years, I would like to make a sales forecast by the end of 2021 through Prophet this year.I was able to capture CSV data, create graphs, and output data to Excel.The most...

2 years ago

2 answers
212 views
0
How to write an uninitialized list

Sorry for the rudimentary questiona=[ ]a.append(1)In this case, it is initialized with a=[] every time and [1] is output every time it is executed, but I would like to know how to write the additional...

2 years ago

1 answers
311 views
0
Amp Validation for Nextjs error The parent tag of tag 'style [amp-keyframes] 'is 'head', but it can only be 'body'

AMP validation encountered a title error when building a Nextjs blogging service.If you look at the html source on the target screen, you can see the following in <head>:<styleamp-keyframes&g...

2 years ago

1 answers
237 views
0
How to Resolve ImportError

To use the ICA that was previously class-defined, from ica import ICAWhen you run the ImportError: cannot import name 'ICA' from 'ica' The error occurred.I don't know how to resolve this.

2 years ago
« - 126 - »

© 2024 OneMinuteCode. All rights reserved.