code tag

445 questions


1 answers
92 views
0
What should be considered when overriding equals() and hashCode() in Java?

What should be considered when overriding equals() and hashCode()?


1 answers
68 views
0
I'm using MacBook xCode. Can't I create MS visual studio project folder in xCode?

Hi, everyone. Mac, C++ are both beginners.I have to submit my school assignment by next week. Regardless of whether you're using a Mac, Ask them to submit 'Visual Studio Project Folder' and 'cpp' file...

2 years ago

2 answers
105 views
0
How to implement the temporary save function when writing a post

Hello.For me, the function that can be seen in the hash code, Saving temporarily...I'd like to implement the function.1.I think the principle of implementing this function is 1. Count a certain amount...

2 years ago

2 answers
104 views
0
Error loading tensorflow module

I know how to install tensorflow in an anaconda virtual environment and use tensorflow through Jupiter laptop. Can't I write the tensorflow code using vcode instead of jupyter notebook?If you write co...

2 years ago

1 answers
117 views
0
Hello, I have a question about coding in wix. Please play it by mistake ㅜㅜ

Hello, I'm a designer who doesn't know much about coding ㅜ

2 years ago

1 answers
115 views
0
Tell me the meaning of the code

const int a = sensor1; const int b = sensor2;const int c = sensor3;const int d = sensor4; if (a == LOW || b == LOW || c == LOW || d == LOW )What does this code mean?

2 years ago

2 answers
71 views
0
This is a question about how to store Python json returns.

https://developers.naver.com/docs/clova/api/CFR/API_Guide.md#PythonWe are developing a program to compare face recognition values using Naver's open api service at the address above address.It's just ...

2 years ago

1 answers
41 views
0
This is a question about the distribution of iPhone ad hoc internal apps.

I want to create and distribute ipa and plist with ad hoc to distribute the test app.By the way, I can install it with plist, but if I test with another iPhone, I can download it with plist and instal...

2 years ago

2 answers
135 views
0
Java.hashcode() I have a question!

I want to see the memory address where the actual data is stored in Java. Like you use & in C.I looked it up and found a .hashcode(). I have a question about hashcode.If there is such a code, publ...

2 years ago

1 answers
37 views
0
Hello, I am a student who is learning C language. I'm asking you a question regarding the code.

#include <stdio.h>#include <stdlib.h>#define WIDTH 512#define HEIGHT 512 // WIDTH, defined as 512 for each HEIGHTTypeef unsigned char BYTE; // Express unsigned char as BYTE int main(){ FLE...

2 years ago
« - 39 - »

© 2024 OneMinuteCode. All rights reserved.