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...
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...
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...
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...
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...
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
&...
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? !...
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...
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...