Posts by Fernando Campanate • 29 points
5 posts
-
0
votes1
answer145
viewsQ: JSON to POJO returning Null
I’m making a request for the site’s API swapi and whenever I do the conversion from JSON to POJO, I get the NULL return RestTemplate restTemplate = new RestTemplate(); String fooResourceUrl =…
-
0
votes0
answers554
viewsQ: Request being Barred by CORS policy
I’m trying to build my Front End using the Icinga API, but I’m constantly encountering the following error: Access to Xmlhttprequest at…
-
0
votes1
answer241
viewsQ: Split Array into Multiple Threads
I need to do a Query in my Database, which will return each of the Lines. However, for each of them, during the Return, I need to wait about 5 seconds, because it is the time I need to wait for Ping…
-
1
votes1
answer651
viewsQ: Script for Telnet
How to create a script with previously established commands for Telnet? In the company where I work, we use Telnet daily to configure Onus, however, because we do not have a programming team, it is…
-
1
votes1
answer390
viewsQ: How to create a Script inside a program in the terminal?
I’m looking to develop a script to automate some repetitive tasks I’ve been doing on the terminal. However. I can only create Scripts for Commands directly in the terminal, not for commands within…