All Questions

3
answers

How to stop three loopings for in C

I've been trying to implement the Artificial Intelligence sorted search algorithm, and I've come to the point that I need to stop all looping if I've found the searched node. Look at the passage I made, but it does not work. I know that in PH...
asked on 09.04.2014 / 07:08
1
answer

Unique key violated when I am doing a delete. Because?

I have a problem that seems silly but I'm skating and I can not solve it. I have a legal application made in Java using JPA 2 with Spring, Spring Data, JSF, etc ... It works very well. The base I'm using is Oracle 10g. Well now comes the prob...
asked on 06.06.2014 / 00:39
3
answers

INSERT Query does not work inside a loop

So folks, I'm not able to solve this problem of a query inside a foreach loop does not execute. First of all I thought it was something wrong with pdo-> beginTransaction so I commented this part and left pure code only. <?php if (is...
asked on 10.08.2014 / 01:31
2
answers

Angularjs - test assignment of a variable in $ scope in an asynchronous function

I want to test the following scenario: I have a scope: var scope; beforeEach(inject(function($rootScope) { scope = $rootScope.$new(); })); You need to test whether the assignment of a variable in the $ scope within an asynchronous fun...
asked on 22.02.2014 / 03:10
1
answer

How to use the Toolbar widget?

I've already seen the android's own documentation already done all the steps of other forums and still could not use toolbar in my screen layout.    How should I proceed step-by-step with regard to implementation and use in my   layout or to...
asked on 01.11.2014 / 16:54
1
answer

Spring MVC + Joda Time + @DateTimeFormat

Description: Spring does not convert using @DateTimeFormat , I try to send start both ways below and it returns me a 404 . When I send the object without this field it creates the normal object, but it can not create whe...
asked on 21.02.2014 / 19:43
1
answer

Replicate / Copy elements from multiple tables

I have the following situation: The user has defined an establishment, where it has filled data in two tables, and wants to replicate / copy the data all the same, changing only the id of the establishment. I have the tables: ThetableAcidImpu...
asked on 16.04.2014 / 11:03
1
answer

How to solve the medium trust problem in asp.net

I'm developing a website in Asp.Net MVC5. When I publish the site in LocaWeb and try to login with my user I received the message: Attempt by security transparent method 'Microsoft.AspNet.Identity.ClaimsIdentityFactory'2+<CreateAsync>d__...
asked on 30.05.2014 / 03:38
2
answers

News only for a certain group in wordpress

When inserting a post in wordpress, I have the taxonomy 'group' with terms 'pharmacies, grocery stores, snack bars ...', which are the groups, since I already have clients for these groups. What I need is that, when you log in to have restricted...
asked on 21.02.2014 / 15:13
3
answers

Autocomplete jQuery does not show options

Description Need: Need to autocomplete with jQuery , PHP and from what was selected, I get ID , query the database, and display what I need . Problem: I'm not able to display the records in input that load...
asked on 22.02.2014 / 03:53