api tag

243 questions


1 answers
159 views
0
Question related to deleting vector object.

vector<list<CObj*>> m_vecObj;for (UINT i = 0; i < iSize; ++i){ list<CObj*>::iterator iter = m_vecObj[i].begin(); for (; iter != m_vecObj[i].end(); ++iter) { if (i == MISSILE) { ...

2 years ago

1 answers
100 views
0
I want to scratch the specific hashtag data on SNS and show it on one page, how should I proceed?

Hello.First of all, the questions are as follows.I'd like to search on one page by scratching data on Facebook, Instagram, and Twitter for specific hashtags. For example, if there is a post with the h...


1 answers
121 views
0
Crawling question using Python selenium.

I was running the YouTube comment crawling code using Python. I wanted to scroll down the comments here and collect all the comments, but the scrolling was not going well, so only 20 comments are bein...


1 answers
92 views
0
visual studio

2 years ago

2 answers
132 views
0
When I receive Google-oauth2 token with node.js, can I prevent the authentication screen from appearing at the front end?

Hello, I'm a beginner node.js developer.I want to use YouTube as a video storage and video server in the serviceTo do this, everyone who comes into my service must upload with my token.I am currently ...


1 answers
87 views
0
The timeout error occurs only in the appropriate request.

POST, PUT, and DELETE are normally processed without any problems when requesting api, but what is the problem if there is always a timeout when requesting GET...Haha;Currently, we are working on reac...


1 answers
122 views
0
How to change API level in Android studio

I'd like to change the minimum SDK version from API12 to API14 in Android Studio. I changed it in the manifest file as shown below<uses-sdk android:minSdkVersion=14 android:targetSdkVersion=18 />...


1 answers
79 views
0
Is there any problem that Python time.time() is later than server time?

I'm going to use API for the first timeYou are about to import data from a cryptocurrency exchange.If you look at the API document, the explanation and logic related to time are as follows.timestamp, ...


1 answers
39 views
0
Can I get the Android API version with the code?

Is there an API in the Android SDK that allows you to know the API version from the currently running program?


1 answers
97 views
0
[Mission 3-3] You have a question while accessing/processing a document object using the DOM API

[Mission 3-3] You have a question while accessing/processing a document object using the DOM APII made a code in the local environment and checked the input_num_first variable value through the Chrome...

« - 20 - »

© 2024 OneMinuteCode. All rights reserved.