243 questions
[a, b, c, [d, f, g]] There's an api that prints these values, but is this type of api also json?I'd like to ask you this question because I want to make API a Java object like this.
Hello, everyone The final goal is to apply real-time STT to Chrome extension programs using voice recognition APIs.I kept looking for the voice recognition API, but it was judged that I could not acce...
JSP Code <%@ page language=java contentType=text/html; charset=UTF-8 pageEncoding=UTF-8%><%@include file=/importhead.jsp %> <%@include file=/header.jsp %> <%@include file=/panel.j...
I downloaded the sample app and imported it, but even if I do that, there are still errors, so I can't code it... How do I resolve this?
In order to display JSON data from addresses with different domains in the ReactJS page component in the console window, I wrote the code as below.const url = 'http://example.com/';fetch( url, { 'Acc...
I'd like to log in to Kakao api Is it possible to try this if the application is registered in the first place?They want us to add more platforms, but there's traffic here
I'm not sure about the concept of those words in the title, and I can't find anything even if I search for blogs, so I'm asking this question
I want to make an app where I can share my current location and chat with my friends and family with my graduation work. The most important part of this application is that we want to find the relativ...
// Declare score variables in the Player classm_nScore;Player::Init(){ m_nScore = 0;}// Getter int GetPlayerScore() { return m_nScore; }// Dynamic Assignmentm_pObjects = new Objects;m_pObjects->Set...
« | - 21 - | » |
© 2024 OneMinuteCode. All rights reserved.