Posts by estevammr • 83 points
4 posts
-
0
votes0
answers63
viewsQ: Ionic + Angularjs customize function with $Location
Good morning, everyone, I would like to know how to leave this code below more performatic. I have two functions that the only difference between them is $Location.path How can I turn this into a…
-
1
votes0
answers168
viewsQ: Return json from a mysql blob
Good afternoon, I have a json returning the data from a Mysql BD and one of the attributes is a BLOB. Below is the return to better understand what I would like to know. [ { "id": 1, "name": "Onix",…
-
1
votes0
answers29
viewsQ: Specific attribute with Xmlpullparser
Good afternoon, everyone, I’m trying to consume an XML file from a Url. So far so good. Only I am consuming by the tag "img" and the attribute "src". Only the tag "img" appears twice and each one…
-
6
votes1
answer1276
viewsQ: Multi Thread Socket Server - Java Server and C++ Client
I have to develop a Mini Server Socket Multi Thread (college work) in Java and need to make a Client in C, for example, can be in any language, but I chose these two. How do I send the Client values…