All Questions

19771 questions


1 answers
455 views
0
Moving the TFT LCD in the Presense SDK

Let me ask you a question about the 10.Graphics Tutorial of the Presence SDK tutorial.As mentioned below, which board is the Arduino UNO LCD Connector board specifically?The following hardware is a pr...

2 years ago

1 answers
342 views
0
I want to go back to the beginning of the file in Search Next.

The Find Next command specifies that if the string is not below it, No ~ was found below the current locationappears and exits at that location.Is there any way to get this back to the beginning of th...

2 years ago

1 answers
529 views
0
GDB gets version error when attempting to debug with the Presense SDK (IDE)

We are building a new SDK (IDE) environment for Spresense on Windows 10 Home.The LCP-Link2 on the official page as a debugger appears almost unavailable, so the motivation is to try using the DAP-Link...

2 years ago

1 answers
325 views
0
Improve duplicate code

package sec01.exam01;public class TelevisionExam {public static void main(String[] args) { Television tv; tv = new Television(); tv.setModel(SAMSUNG Neo OLED); tv.setSize(100-inch); System.out.println...

2 years ago

1 answers
406 views
0
I want to handle Net::OpenTimeout (execution expired) with Net::HTTP

PrerequisitesCurrently, we are using Ruby on Rails to send a GET request to Google Books Api to process the response and return Json data to Nxt.js.We have created a function to send a GET request to ...

2 years ago

1 answers
393 views
0
AudioClips Retrieved in the Addressable Asset System Does Not Play

The AudioClip obtained from the Addressable Asset System is passed to AudioSource and will not play. If you set PlayMode to Use Asset Database, it will play normally, but if you change it to Use Exist...

2 years ago

1 answers
489 views
0
If you close the app after using PdfDocument, the process will remain.

I'd like to use the PdfDocument of WinRT in WPF, but there may be a process left even if I close the app.Is there anything missing?Below is the reproduction code.< u l >PdfPage.RenderToStreamAsync() l...

2 years ago

5 answers
302 views
0
I want to check Excel data by numbers or non-numeric ones.

I would like to check if the data in the column column in Excel is numeric or non-numeric.I try to check using isdigit, but df is not considered a string. How do I determine the variable df that conta...

2 years ago

1 answers
368 views
0
I want to change the image I clicked.

I would like to change the image I clicked using callback function and animation.With the code below, when I click on the image in the list, the animation is applied, but the image shows the initial v...

2 years ago

1 answers
401 views
0
There is something I don't understand about how to convert Java from type char to type int.

I don't understand why Java's conversion from char to int changes to that value.The JRE I use is the JRE System Library java11.getNumeric and -'0' are two common methods used in Java to convert char t...

2 years ago
« - 100 - »

© 2024 OneMinuteCode. All rights reserved.