api tag

243 questions


5 answers
104 views
0
DYNAMICLY SECURED MEMORY AREA RELE

public class Greeter{ public static String great (final String name) { final String message = String.format(Hello, %s!,name); return message; } public static void main(final String[]args) { final S...

2 years ago

1 answers
101 views
0
"Includes Vulnerable Leakage (Published) Google Cloud Platform (GCP) API Key" Alert Alert

About the apps available on GooglePlayContains vulnerable leaked (public) Google Cloud Platform (GCP) API keysIt was pointed out and warned that I referred to the site below and added the following tw...


1 answers
142 views
0
Unable to retrieve token for LinkedIn API

I am trying to get a token to run the LinkedIn API, but after running the Request Token on Postman, the normal login screen is displayed ->login and I cannot proceed with the application authorizat...

2 years ago

1 answers
82 views
0
Is there a problem with temporarily caching data (JSON) that can be retrieved from the Youtube API on the server?

I also asked you a question at the YouTube Help Forum, but you answered me to ask you a question. (Also, the official announcement on YouTube told me to ask you a question (!)) I will write the same i...

2 years ago

1 answers
118 views
0
I want to do RPA in VBA, so please give me a hint.

Using SendInput, SendMessage, FindWindow, etc. from Windows API user32, I am thinking of copying from Excel to several text boxes in other application software in VBA.However, ①Paste occurs even if th...

2 years ago

1 answers
57 views
0
I'd like to use Google Maps api to set up a transit point using route search.

I want to be able to use the place library to search for my own routes in the markers displayed in the range, but I have set the start and end points, but I can't implement the transit points between ...

2 years ago

2 answers
63 views
0
I want to calculate the address backwards from latitude and longitude in Google Map API and process it repeatedly, but only one comes out.

The Google Map API calculates the address backwards from latitude and longitude.I can do one without any problems, but I want to process a large amount of data in bulk, so Attempting to repeat in arra...

2 years ago

1 answers
70 views
0
About MySQL API Run Errors

When I run the source code below in Dev C++, I get the following error:How do I resolve this error message?2711 C:\Users\patch\Documents\main.cpp [Error] cannot convert 'char**(MYSQL_RES*) {aka char**...

2 years ago

1 answers
56 views
0
I want to use Google map API to mark multiple addresses.

From the Japanese address, we use the Google map API to create a code that displays multiple markers on the map.Multiple addresses are processed with Geocode using the for statement.Also, the Geocode ...

2 years ago

2 answers
51 views
0
I want to get Amazon HTML and asin code via php.

$html=file_get_contents(http://www.amazon.co.jp/s/fst=nb___mk_ja_JP=%E3%82%AB%E3%82%BF%E3%82%AB%E3%83%8A&url=node%3D466280&field-keywords=%E6%96%B0%E5%88%8A); //sjis conversion $domDocument = ...

2 years ago
« - 14 - »

© 2024 OneMinuteCode. All rights reserved.