All Questions

1
answer

Validate maximum size of an attachment

Good afternoon guys, I need to validate the maximum size of an attachment but my code is not working, can you help me? Follow the code below: HTML: @using (Html.BeginForm("AdicionarAnexo", "Turma", FormMethod.Post, new { @...
asked on 20.11.2015 / 18:24
1
answer

dayClick FullCalendar

Can you avoid opening the prompt(modal) insert new event to click on a day in monthView ? I got it to go to the date clicked on agendaWeek but it keeps opening prompt to insert new event. CODE: dayClick: funct...
asked on 25.11.2015 / 12:19
1
answer

Android Studio does not find JDK during installation.How to solve?

Good afternoon, I'm trying to install Android Studio on my Windows 7, however it never finds the folder with jdk installed. Even though I point it manually, it does not locate. I already inserted the environment variables as I saw it on the w...
asked on 04.11.2015 / 20:28
1
answer

Operation between models

I do not know the power of javascript very well, but wanted to do the following: I have two models: Vacancy: { Name: "VagaExemplo", Description: "Descricao", Skills: { "56b68108869038280db291e6": "90", "56b681...
asked on 09.02.2016 / 20:47
1
answer

Is it correct to say that Encapsulation aims at Cohesion? Because?

Based on the statement below, my question follows:    Cohesion and Coupling are very software engineering principles   used. When we want to have a mature and sustainable architecture,   we must take these two principles into account, since...
asked on 06.11.2015 / 11:12
1
answer

View recursive calls in eclipse

Is there any eclipse tool that shows recursive calls like in this image? Where can I see the details of preference graphically?     
asked on 21.12.2015 / 20:04
1
answer

Error executing test project

I added a test project in my solution to test the methods of my MVC application. I created a base class, for the other classes with tests to inherit from it, which contains the creation of the context ( IdentityDbContext ). In the c...
asked on 19.11.2015 / 14:25
1
answer

File reading in C

I'm doing a project in C, which requires creating and reading a file. I'm having trouble implementing the reading. In reading I have already tried to apply fgets() , fscanf() and fread() . But none worked. Does anyone suggest...
asked on 09.11.2015 / 06:44
1
answer

Result of JSON on a table

Good afternoon, And I put a search field, and once the search is done, a table with the found users pops up. The part of the query I was able to do, but now I'm not getting popular (actually I have no idea how does, I researched but anyway I...
asked on 12.11.2015 / 22:33
1
answer

Cancel DoubleClick in TreeView

I'm using TreeView to control the permissions on my system, each operator has a profile that determines their minimum access, but it is possible to give more permissions to a particular operator, without having to create another profile e...
asked on 30.07.2015 / 19:57