All Questions

19771 questions


1 answers
439 views
0
I would like to know how to fire the event on Flutter.

After the screen transition with Flutter, I want to read the data from Firestore on the transition destination screen and display it, but I can't find the event that ignites on its own right after the...

2 years ago

1 answers
427 views
0
Cannot contain specific cocoapods versions

I wanted to make the current cocoapods version 1.11.2, so See this article$gem install cocoapods-v1.11.2I typed the command in the terminal.Ignoring bigdecimal-2.0.0 because it extensions are not buil...


1 answers
387 views
0
For integers from 1 to 9999, the function that returns the kanji notation does not work as well as a thousand.

I am planning to create the next program for Python's university assignmentFor integers from 1 to 9999, we have created a function called thousand() that returns the kanji notation.Expected Execution ...

2 years ago

1 answers
493 views
0
I'd like to get it from two queries and remove duplicate post IDs.

What do you want to doThere are two.1. Posts retrieved from two queries have duplicate posts, so I would like to exclude them2. I want to set up to 3 display itemsCurrent StateI'm creating a hotel int...

2 years ago

1 answers
388 views
0
fromMap (dynamic message) is not defined

It is defined as follows:static LocationData fromMap(dynamic message){ final Map<dynamic, dynamic>dataMap=message;}However, if you write the following code in the main file, it says that fromMap...

2 years ago

1 answers
397 views
0
Mount Paths in a WSL Docker Environment

What do you want to solveI'm going to join Kaggle by building a Docker environment using WSL2 on Windows 11 and using the Jupiternotbook.However, I was able to implement the above, but when I tried to...

2 years ago

1 answers
316 views
0
Understanding TensorFlow Tutorial Codes

I'm looking at the TensorFlow tutorial, so please tell me what the following part means and whether it's a mistake.https://www.tensorflow.org/tutorials/quickstart/beginner?hl=japredictions=model(x_tra...

2 years ago

2 answers
322 views
0
Benefits of JavaScript Template Literals

Use + to concatenate stringsconsole.log(Name is +name+)but not the template literal console.log(`name is ${name})`)Are the benefits of using only improved visibility?Whenever I do string concatenation...

2 years ago

1 answers
429 views
0
FOREIGN_KEY constraint error when attempting to ETL s3 data to rds in embulk

When I try to ETL the data of s3 to rds in embulk, I get a FOREIGN_KEY constraint error.Specifically, the error is as follows:java.lang.RuntimeException: com.mysql.jdbc.exception.jdbc4.MySQLIntegrityC...

2 years ago

1 answers
348 views
0
If you foreach a modal, only the same data is detected.

Techniques usedjava, springboot, bootstrap, thymeleafWhat do you want to doI would like to send the application number and status after the modal confirmation operation.ProblemsAfter opening the modal...

« - 123 - »

© 2024 OneMinuteCode. All rights reserved.