All Questions

1
answer

C # - Maintenance of Classes generated from xsd file

I'm developing an application that uses classes generated from xsd files made available by the federal recipe with xsd.exe . I use them to serialize xml files from the objects of these classes after performing validation of what has been popula...
asked on 04.10.2017 / 22:22
1
answer

SQLite and MySQL Synchronization

I have an application in which I have a database using SQLite and an external service using MySQL. Basically it is a task application, in which I can create a task in offline mode . When the user owns internet it will already automatically send...
asked on 05.12.2016 / 14:06
2
answers

Time Mask or TimePicker JavaFX

I have TextField where I enter the time, however I always have to type : . How can I put a mask in this TextField or if it is simpler a TimePicker ?     
asked on 29.07.2015 / 14:14
4
answers

Crossing values in array

I have a X value and I have a array with multiple values. I would like to search for all the equal and lower values that would come in a combination that their sum would give X value. > Example: Array (in real scenario, tho...
asked on 17.07.2018 / 19:37
1
answer

How to get profile image via authentication using facebook API php

I would like to know how to copy an image from a link without extension, that is, I already used several methods that work for images with extension, but without extension I have not yet, where will I use to copy the image of the Facebook profil...
asked on 28.08.2015 / 20:30
1
answer

Keep a certain frame within an android app

I'm trying to manipulate the frame rate within a unity scene, when I run it on the unity platform, it works with the given frame value I gave it. However, when I switch it to my phone, it varies from 25 to 30 fps. - > I already changed the...
asked on 21.09.2015 / 01:45
2
answers

Django and Template

Good Night! Guys, I have a problem for 4 days and unfortunately I still can not solve it! I'm working with tamplates in DJango, but I'm having problems because nothing appears on the pages! This is the basic structure of the base.html &...
asked on 28.07.2015 / 02:12
1
answer

What are the real problems for anyone working with assembly development? [closed]

I'm studying the architecture and implementation in MIPS, but since I'm not working at a low level, what I'm doing are basic exercises in any beginning of learning, I wonder what are the difficulties and real problems of an assembly developer? !...
asked on 28.08.2015 / 04:38
1
answer

How to format php mail?

I'm not able to insert formatting into code. Whenever I send, I get the email formatting tags as <html> <body> , <strong> , <b> , <p> , etc ... Follow the code with html formatting that...
asked on 30.07.2015 / 22:17
3
answers

Laravel: Migrations

I have a question about Laravel's Migrations and I believe they can help me. 1 - I created a model with migration by php artisan make:model Evento -m; 2 - In addition to increments and timestamps I added one more field to the migrat...
asked on 12.09.2015 / 23:43