All Questions

1
answer

AngularJS: error in Array, JSON Service

I want to take the first record out of the array but I get the following error: This is my code: servicioMiClaro.obtenerDirecciones().then(function (response) { $scope.listadoProductoServicios = response.data;...
asked on 15.06.2016 / 20:33
2
answers

Run cURL with digest authentication in java

I have a curl command in the following way: curl -X POST 'https://xxxxxxxxxxxxx' --digest -u user:pass -H 'Content-Type: application/json' -H 'Accept: application/json' --data-binary $'{"from" : "xxxx", "msg" : "xxxxxx", "frag": null}' I...
asked on 13.06.2016 / 16:57
1
answer

Help with indentation in Eclipse

How to hide those special characters that are shown at the end of each line, due to indentation > > ¤¶? After looking for the option in preferences and not finding it, I am forced to ask for help.     
asked on 11.06.2016 / 06:16
1
answer

Feedback system in angular JS

I am trying to implement a comment system for my posts in angular js with Laravel . The problem I have is that adding a comment does not add to the list of comments but it eliminates the last one placed in the list and adds the most...
asked on 17.05.2016 / 00:24
1
answer

Error generating "Source: File" php

I have a problem when generating a player in php with JwPlayer, the problem is that the player takes the link of my page plus the link where the video is hosted link To generate the video, the page where it is hosted uses JSON: $id = $_GE...
asked on 13.06.2016 / 08:11
1
answer

How to return a data type for "Reference"?

At the moment of executing it does not show me any Bajo . I would like to know how I can return the element. I attach code. public Bajo buscar(String nombre, String referencia){ Bajo respuesta= null; for(int i=0;i< bajos.si...
asked on 14.06.2016 / 19:27
1
answer

sum of a column with a mysql trigger

I need your help since I'm not good at triggering (TRIGGER) in creating a trigger what happens that I have two tables one that is "player" and the other "team" as they are in the image In the player table I have a stored process that ma...
asked on 16.05.2016 / 02:14
2
answers

Doubt wordpress and friendly links

I've been working on a website for a couple of days and I want all the urls to be friendly, that is, no url is so subcategoria/?type=ejemplo1 , the problem is that I also want all the custom data types and I can not think of it Another way...
asked on 12.05.2016 / 07:40
1
answer

Use unresolved unity

I would like to know if there is any way to use unity with the configuration of its records in an external library and this is added to my web project or console, and when the project controllers receive an interface as parameters are resolved....
asked on 16.05.2016 / 19:20
1
answer

Is it possible to read the contents of a file without keeping it in memory?

I'm working with the scanner of an interpreter that I'm doing, but I find that the class StreamReader becomes a bit slow with somewhat heavy files, so far I have the following: using System.Collections.Generic; using System.IO; abstract...
asked on 17.05.2016 / 15:31