All Questions

19771 questions


1 answers
515 views
0
I want to change the format (date and time display) of the legend in chronological order.

We generated a line graph by performing the following:If you want the time in the legend to format YYYY-MM-DD (date only, no time), where should I fix it?for i in range(0,10): df04.plot(figsize=(8,6))...

1 years ago

1 answers
545 views
0
Understanding How to Configure Google API Key

I wanted to use Google Cloud PHP Natural Language, so I added code from github to clonehttps://github.com/googleapis/google-cloud-php-languageYou have enabled and retrieved the API Key in advance.The ...

1 years ago

1 answers
429 views
0
I want to combine text and variables with img src in react.

There is an App.js that shows a list of information extracted from db.In order for the image to be displayed, the text and variables must be connected in the img src as follows:The following settings ...

1 years ago

1 answers
255 views
0
Installing Python Modules

I'm studying how to access Android with Python.I need to add a module as below.I don't know what name to look for. I have a question.from kivy.app import App -> pip install kivy 로 해결from jnius imp...

1 years ago

1 answers
378 views
0
[python3] Receive Lv.1 report results / Solve problems with approaches and dictionary values

def solution(id_list, report, k): answer = [] Declareddic = {} n = len(id_list) #total number of users for x in id_list: Report dic[x] = [] for i in report: reporter = i.split() #[muzi, frodo] Repor...

1 years ago

1 answers
387 views
0
FreeRTOS is not available in SPRESENSE

Currently, I am thinking of using the FreeRTOS library to make it multi-threaded with SPRESENSE's Arduino compatible.However, when I did the verification, the following error occurred and I cannot use...

1 years ago

1 answers
224 views
0
You want to search for a string in a text file from a key in a dictionary to find the number of elements of value.

As I am a beginner, there may be some strange points, but I appreciate your cooperation.Text File Contents AAABBBCCCDDDDictionary={ US>'AAA': ['a', 'b', 'c', BBB: ['a', 'b', 'd', 'g',] 'CCC': ['b', 'f...

1 years ago

1 answers
374 views
0
I want the color I wrote in XML to be the background color of the dynamically generated button.

We are working on generating buttons dynamically.I would like to set the background color of the button to the color written in XML (such as Red).I'm having a hard time because I don't know how to set...

wpf
1 years ago

1 answers
487 views
0
winget install-e --id Microsoft.WindowsSDK fails.

It's just like the title.After executing the following command winget install Microsoft.WindowsSDKInstaller failed with exit code: 2008 returned he.How should I solve this?(I couldn't find this error ...

1 years ago

1 answers
424 views
0
I want to go through the system spec.

■BackgroundI'm working on an assignment at a certain school.There is a time limit, but the school mentor's response is late, so please let me ask you a question.■What you want to achieveI want to pass...

1 years ago
« - 28 - »

© 2024 OneMinuteCode. All rights reserved.