All Questions

19771 questions


1 answers
470 views
0
Android emulator does not start

I tried to start the android emulator by pressing the run button, but the following error occurred and it didn't work.US>Error statementI uploaded the kotlin version by referring to the post below, bu...


2 answers
434 views
0
RaspberryPi CM4 uses Python to access external EEPROMs via SPI communication, but cannot read or write values.

EEPROM (M95M04-DR) is connected via SPI from raspy.I'm trying to read and write EEPROM using Python, but The registers cannot be read or set before memory data is retrieved.I'm struggling because I do...


1 answers
267 views
0
Rails 7.0.4 cannot be installed (Error: cannot load Such file --psich(LoadError))

Background/Current StateI want to create a local development environment with Ruby 3.1.2 and Rails 7.0.4M1 chipBig Server 11.2.3Ruby 3.1.2 What do you want to doI want to install Rails 7.0.4Actual Err...

2 years ago

1 answers
275 views
0
I want to hit my API with Axios.get

API created successfully.You can retrieve the desired json data from Postman.If you use Axios at the front end, you cannot get it.I looked into it for a while, but I didn't know the cause, so please t...

2 years ago

1 answers
365 views
0
Unable to connect to DB when executing laravel command in Docker environment

The Ravel app is working properly in docker environment.docker exec-it app bashinto the container, and just under the laravel project, phpartisan command:test_commandWhen you run the and commands, Wit...

2 years ago

1 answers
287 views
0
Pycharm may not auto-code completion

The cells at the bottom of this code are supposed to be .c typing .cell(row=, column=)... but they don't complement the code.This sometimes happens other than this time.How can I fix it?TriedModules a...

2 years ago

3 answers
271 views
0
Do you often convert 8 bytes of data into network byte orders?Can I?

I am trying to send and receive structures in C language using tcp sockets.as defined in #include<sys/stat.h>I wanted to send the structure stat as it is.I wanted to convert structure stat to ne...

2 years ago

2 answers
371 views
0
git Permission denied (publickey)

I would like to do a git push origin master (main in my case) around 25:45 of freeCodeCamp's YouTube Git and GitHub for Beginners-Crash Course, but it says Permission denied (publickey) as below.PSC:\...

git
2 years ago

2 answers
354 views
0
How to Determine if Python Regular Expression Contains ' (Single Quote)

You are using Python to create a program that verifies that the file name is as specified.Regular expressions are used to verify that the file name is as specified.$ and - were able to pattern regular...


3 answers
380 views
0
I don't want to substitute anything when arraying with a trinomial operator.

function test(a,b,c){ a[b]=c%2===0? Goose: here!!!!!}In the case of code like the one above, you must always write something to substitute after :, but I don't want to substitute anything.Null and und...

2 years ago
« - 101 - »

© 2024 OneMinuteCode. All rights reserved.