All Questions

19771 questions


1 answers
242 views
0
Python error question TypeError: 'builtin_function_or_method' object is not writable

def solution(sizes): answer = 0 # The smallest of the horizontal gyrings, the smallest of the verticals, # When you change the horizontal and vertical, if the value is less than the max of the changed...

1 years ago

1 answers
449 views
0
I want to draw two types of images with pygame at 30fps or more.

I created a program that alternately draws two images using pygame.Up to 28fps, I was able to do it without any discomfort, but if it reaches 30fps or more, I will not be able to draw because I though...

1 years ago

1 answers
287 views
0
I want to log out SQL statements that I executed in log4j.

Outputs application logs before and after a specific method using Aspect.You are about to log SQL statements that were executed in JdbcTemplate.All logs except SQL statements are printed correctly.I d...

1 years ago

1 answers
304 views
0
ESLint fails to resolve Vue file errors

Vue3After deploying ESLint, there was an incomprehensible error in the Vue file and it has not been resolved.There is an error in the comments and there is no particular problem, so I feel that the ac...

1 years ago

1 answers
276 views
0
C language: whether to continue every 100 units or not

for (i = 1; i <= 1000; i++) { if (i % 7 == 0) printf(%d , i); if (i == 100 || i==200 || i==300 || i==400 || i==500||i==600||i==700||i==800||i==900||i==1000) { printf(Continue(y/n)? ); scanf(%c...

c
1 years ago

1 answers
354 views
0
I want to change the number according to the value of a specific axis.

I would like to use python's numpy to change the process according to the specific axis value.For example, if there is a a[3][3][3] ndarray like the following,[[0 12] [ 3 4 5] [ 6 7 8]] [[ 9 10 11] [1...

1 years ago

1 answers
463 views
0
About Switching Between DigitalWrite() and Serial1.write()

What do you want to doI would like to switch between digitalWrite() and serial1.write() in Arduino Due.However, Serial1.write() from digitalWrite() will not be able to communicate properly.If you send...

1 years ago

1 answers
339 views
0
Standard deviation results do not meet expectations

Assume you are given an array of percentages:test=np.array([1.0, 1.0, 1.0, 0.8571428571428571, 0.7142857142857143, 0.8571428571428571, 0.8571428571, 1.0, 1.0]) * 100If you calculate the average value ...

1 years ago

1 answers
466 views
0
OpenGApps installation failed

I tried to install OpenGApps (ARM 11.0 pico) on the Raspberry Pie LineageOS 18.1, but it says ERROR:64 and the installation is cancelled.What should I do?

1 years ago

1 answers
440 views
0
How to display the Android app permissions screen

Please tell me how to display the attached image.If you search for permissions by displaying a dialog, you will find a way to ask for permission.I would like to display the attached image screen, whic...

1 years ago
« - 84 - »

© 2024 OneMinuteCode. All rights reserved.