All Questions

19771 questions


1 answers
233 views
0
Understanding Multiplying One-Dimensional Lists When Creating Empty Multiple Lists in Python 3

I'm confused about how to create a python3 two-dimensional array list. a=[0]*3 for i in range(4)]b = [[0]*3]*4for i in range (4): for jin range(3): a[i][j]=f'{i}_{j}' b[i][j]=f'{i}_{j}'Due to the diff...

2 years ago

1 answers
427 views
0
How can iOS development incorporate the framework into the framework?

We are developing a library (framework) that is iOS.I would like to include another framework within this framework (with another framework as C)However, when I tried to build B and put it into the ho...


1 answers
309 views
0
You do not have access to the app hoge appears on heroku info.

When I try to do heroku info, I get the following error:PSG:\MyDrive\LocalRepository\firstdash>heroku info » Warning—heroku update available from 7.53.0 to 7.60.2. ! You do not have access to the a...

2 years ago

1 answers
415 views
0
What Does Robotify Count Block Mean?

It is a programming software called Robotify.Please tell me what the purple part from 4 to 2 by 1 meansThis is a problem where a small robot moves to a large robot.This screen appears first, and you s...

2 years ago

1 answers
327 views
0
w3m html and source display are reversed on some pages

I've been using w3m for many years, but recently I've been having trouble with the display of html and source turning on some pages.It may not be recognized as HTML, but the layout is corrupted, the c...

w3m
2 years ago

1 answers
419 views
0
Django Interactive Shell API Error (2)

Prerequisites/What you want to achieveI am working on a tutorial on Django.I was referring to the following site to use the command to call the interactive shell and access the database API, but an er...

2 years ago

1 answers
367 views
0
Is it possible to post images to Google Keep with Python's gkeepip module?

I would like to post images to Google Keep using Python's gkeepapi module.As far as I read the document, I was able to retrieve a certain image, but I didn't mention the post.When I looked it up, I co...

2 years ago

1 answers
524 views
0
The method of the class of the application that I am creating in Typescript does not work as I expected.

For learning, I am creating a chess application that works with a browser using React+Typescript.The movement of a piece was able to move as I expected, but the method I made when I tried to implement...


1 answers
332 views
0
Does a dedicated server provide more protection against host attacks than virtual servers?

When selecting a server, I looked up the keywords for VPS, cloud, and dedicated servers and found the following statement:Why not recommend anonymous VPN ibVPNWe are actively utilizing the cloud and V...

2 years ago

1 answers
288 views
0
I want to get GPS information at distance intervals.

I am currently creating an Android app on Kotlin, but I want to use the FusedLocationProviderClient to get GPS information at regular distance intervals, but I can't get it well.It's natural that it's...

2 years ago
« - 108 - »

© 2024 OneMinuteCode. All rights reserved.