243 questions
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...
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...
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...
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...
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...
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 ...
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...
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**...
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 ...
$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 = ...
« | - 14 - | » |
© 2024 OneMinuteCode. All rights reserved.