All Questions

1
answer

PayPal security with php

Good, first of all say that I spend a lot of time researching and I can not find something that satisfies me. It turns out that you can not make sure otherwise using the odd form that gives us paypal and validate with your ipn but then I fin...
asked on 24.02.2017 / 23:48
3
answers

Silhouette of a color image

Thanks to Rene Limón's response , I was able to create a CSS silhouette like this: #silueta img { -webkit-filter: grayscale(100%) brightness(0); /* Safari 6.0 - 9.0 */ filter: grayscale(100%) brightness(0); opacity: 0.6; } &l...
asked on 01.03.2017 / 01:50
2
answers

Error running Android studio project

I have the following error. I run the project but when I try to install the .apk on the phone it indicates installation error     
asked on 28.07.2017 / 22:44
1
answer

How to debug only one class

Very good to everyone. It turns out that I want to debug only the main class without the debugger jumping to other classes not written by me. I've tried configuring the debugger according to the following link but it has not worked. I think i...
asked on 08.01.2018 / 19:36
3
answers

Get AJAX message

Good afternoon, I'm doing a User validation, but I can not receive the message I get. I have the following: $(document).ready(function () { $("#UEmail").change(function () { $.ajax({ type: "POST", url: "Validar...
asked on 16.01.2018 / 21:49
1
answer

How to insert records in different tables with EF core in asp.net core2?

I have three tables, one of users that relates one to many with a table, and that one is related to the table phone_type, my calendar table has the id_agenda, user_id, phone_type_id, phone. When I create my model I only have the properties of my...
asked on 31.01.2018 / 23:21
0
answers

MYSQL / PHP / JQuery query assistant

I am working on a report that shows the results of an SQL query in an HTML table I can get the data very easy with PHP $link=new PDO('mysql:host=localhost;dbname=dbname','user','pass',array(PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION));...
asked on 02.09.2018 / 19:56
2
answers

Does not show all records when performing an SQL SERVER query through AJAX

I have a problem getting all the records of a query in SQL SERVER through PHP and AJAX. When I send POST by the classic method of the form (submit), all records are displayed without any problem. However, when doing the query by mean...
asked on 02.10.2018 / 01:07
0
answers

Error Compiling App Xamarin I-OS in Jenkins Target _CompileITunesMetadata

I have an IOS app that I want to compile in Jenkis and I get the error:    Target _CompileITunesMetadata:       /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets:   error: Error executing task CompileIT...
asked on 09.03.2018 / 19:24
1
answer

How to debug Unit Tests using Intellij IDEA?

I created a file with a single test but I can not debug it, it marks me error in other classes to which I do not even reference. When I created the unit tests I was asked to set up a JDK for which I chose:    Information: Using java...
asked on 24.01.2017 / 15:46