project tag

6 questions


2 answers
105 views
0
java.lang.ArrayIndexOutOfBoundsException: 4

void playNote(int pitch, boolean state, int instrument) { //If current note has to be played and is not active. if (state == true && activeNote[pitch] == false) { //Send ON, channel, pitch and...

1 years ago

2 answers
66 views
0
What kind of project collaboration tools do you use?

We are planning to introduce a new project collaboration tool in-house.I'm using the 2nd version of Red Mine, do you have any good collaboration tools?Please recommend.


1 answers
97 views
0
How do I add a library project to an Android project?

Created a new Android project. I downloaded Action Bar for Android Library because I wanted to add one action bar at the top. I downloaded the file because I wanted to support Android 2.1 version of t...


1 answers
77 views
0
I wonder where you usually refer to when you do market research and demand research for projects.

I wonder how market research and demand research are usually done when planning a plan before proceeding with a project. Currently, we are simply looking at each platform's store and making a rough in...

1 years ago

1 answers
93 views
0
Questions about the C language solution and project in visual studio!

If you look at the above two pictures, there are different projects in the same solution.But why does the first.c value keep printing when I want to run Test.c??

2 years ago

1 answers
93 views
0
High school student Python project "T"

print('From what number to what number do you want to save in Notepad?')a,b = int(input().split(' '))with open('{}~{}.txt'.format(a, b), 'w', encoding='UTF-8') as f: for i in range(a,b+1): lotto_url ...

2 years ago

© 2024 OneMinuteCode. All rights reserved.