Posts by Jéssica Dias • 161 points
9 posts
-
1
votes0
answers222
viewsQ: Bluetooth service to communicate Java Desktop and Android application
I’m doing tcc, the project is to create a java desktop application and make it communicate with an android application. As this communication will be in a room for example, always in the same…
-
3
votes1
answer577
viewsQ: How to install a java application with a Mysql database?
I am developing a java desktop application, with java swing and Mysql database. But I need to install this application on several machines and I would like to know an easier way to do this, without…
-
0
votes0
answers785
viewsQ: Sql of cities and states of the world
Hello, good night. All right ? I’m doing three Jcombobox in java. One for nationalities, cities and states. I need all the cities and states in the world. I found this list on github…
javaasked Jéssica Dias 161 -
2
votes1
answer6802
viewsA: How do I resolve merge conflicts with git?
I figured it out. I used the following git push -f origin command:master So my remote branch goes back to the desired commit and when I clone the project I’ll start from that commit.…
gitanswered Jéssica Dias 161 -
5
votes1
answer6802
viewsQ: How do I resolve merge conflicts with git?
I had a merge conflict problem in git. This problem happened when two people were making the same modifications to the same file. The first person committed and I went to do another commit after it.…
gitasked Jéssica Dias 161 -
1
votes0
answers304
viewsQ: Validation of Jdatechooser
I need to validate three dates that are like JDateChooser. These dates are: date of birth, date of admission and date of dismissal. The date of birth may not be longer than the date of admission or…
-
2
votes0
answers68
viewsQ: How to load content from a remote json file to Unity 5?
I have 60 urls, but www.text only returns me 45. I have no errors. Below is my code. public class LoadPhoto : MonoBehaviour { private string LinkJsonFile =…
unity-5asked Jéssica Dias 161 -
1
votes0
answers59
viewsQ: How to upload 60 remote images to Unity 5?
I’m trying to upload 60 remote images from a JSON file, such as textures from a prefab, in three steps of 20 images. However, I can only upload 15. My code below. public IEnumerator SetGallery…
unity-5asked Jéssica Dias 161 -
1
votes1
answer1323
viewsQ: Extract data from a json file using Simplejson?
Json file I’m using. { "url" : "https://scontent-gru2-1.cdninstagram.com/hphotos-xaf1/t51.2885- 15/s320x320/e15/12523558_1184627644899567_723648549_n.jpg", "low_resolution" :…