All Questions

19771 questions


1 answers
387 views
0
The apt-mirror command does not work.

The HPE physical server has Ubuntu 22.04 installed and the server is running offline.Due to offline environment, the package cannot be installed and the package deb file must be pre-stacked with tar. ...

1 years ago

1 answers
353 views
0
TypeError of JSON error in python: the JSON object must be str, bytes or byte array

I am thinking of reading and translating PDF and writing it out in Outlook draft.(Use the https://www.cpi-japan.com/services/ PDF file of IELTS Reading Samples at the top of this site)An error occurre...

1 years ago

1 answers
483 views
0
FileNotFoundError in json: What is the difference between these two?

What's the difference between the two? You can read one, but you can't read the other.Code 2 tried to code https://github.com/graykode/ALBERT-PytorchCode 1 cuts out the part where the error occurredCo...

1 years ago

1 answers
486 views
0
TypeError of JSON error in python: the JSON object must be str, bytes or byte array

I am thinking of reading and translating PDF and writing it out in Outlook draft.(Use the https://www.cpi-japan.com/services/ PDF file of IELTS Reading Samples at the top of this site)An error occurre...

1 years ago

1 answers
343 views
0
The apt-mirror command does not work.

The HPE physical server has Ubuntu 22.04 installed and the server is running offline.Due to offline environment, the package cannot be installed and the package deb file must be pre-stacked with tar. ...

1 years ago

1 answers
405 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

1 answers
269 views
0
FileNotFoundError in json: What is the difference between these two?

What's the difference between the two? You can read one, but you can't read the other.Code 2 tried to code https://github.com/graykode/ALBERT-PytorchCode 1 cuts out the part where the error occurredCo...

1 years ago

1 answers
381 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
262 views
0
Is there a reason why dynamic arrangement should not be declared like this?

The size of the array is determined at compile time, so to declare an array of dynamic sizes int size;scanf(%d, &size);int* arr = (int*)malloc(sizeof(int) * size); I was taught to do this, but eve...


1 answers
458 views
0
« - 29 - »

© 2024 OneMinuteCode. All rights reserved.