19771 questions
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))...
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 ...
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 ...
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...
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...
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...
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...
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...
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 ...
■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...
« | - 28 - | » |
© 2024 OneMinuteCode. All rights reserved.