All Questions

1
answer

Deviating from an obstacle without NavMeshAgent

I need to create an obstacle bypass script but I can not use NavMeshAgent to do this because this project relies on implementations where NavMeshAgent does not work. Notice that in the image below there are two cubes and one obstacle, the...
asked on 07.04.2016 / 19:14
1
answer

How to resolve memory size error for large files generated with DomPDF?

What happens is that when the HTML (dynamically generated) gets too large, the pdf is not created, and returns this error:    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried   to allocate 64 bytes) in   /home/www/models/d...
asked on 26.04.2016 / 17:01
2
answers

Javascript - IF running before time

Friends, could you explain me and if possible, give a solution to the following problem? My if where it says: if(aux == 0) { console.log("não encontrado"); } It is running before the check in firebase, this only the first time...
asked on 30.03.2016 / 02:23
1
answer

Where to implement Facade in MVC?

I'm developing a C # project using MVC, but the teacher wants all student projects to have Facade, the question is this! Where do I implement the Facade, Model, View, or Controller?     
asked on 19.04.2016 / 14:15
2
answers

How to use css in ion-list, ion-item?

Hello, I'm developing an app and on this screen I'm getting data from a json, so I have to use ng-repeat, but this way I can not use the css styles because it does not accept div or other mode (at least as I've tried).    <ion-list>...
asked on 04.03.2016 / 18:22
3
answers

List calculated dates per month based on parameters

Based on two dates received per parameter, I am trying to list all the dates per month (one date per month) based on the start date and until the end date. These returned dates must check which day of the week of the start date and the number of...
asked on 30.03.2016 / 17:12
1
answer

Align text horizontally in relation to the image

I'm trying to align the text of some products in relation to the image, but I'm not getting success in what I'm doing, what I have is this: <div class="col-md-3 portfolio-item"> <a href="detalhes.php?prod=<?php echo $row_r...
asked on 29.02.2016 / 15:23
1
answer

Primary Key without Self-Increment for CPF in Entity Framework

The scenario is as follows: I have an Employee class. The primary key of it should be the employee's CPF that the user types. The problem: key follows a default auto increment, not going according to the entered CPF.    EX: I...
asked on 31.03.2016 / 01:41
1
answer

View SQL at runtime

Is there any monitor that shows me the sql script at runtime? For example, during the debug, I would like to see how the script was mounted by the following code: var q = (from proc in Sessao.Query<Processo>()...
asked on 28.03.2016 / 14:53
2
answers

How to use jQuery in MVC Architecture?

We know that MVC is a standard of software architecture (design pattern)  which makes a separation of: View (UI), Template (Business Rules), Controller that communicates between the two. Of course, MVC can be adopted as a template to...
asked on 07.04.2016 / 22:26