All Questions

1
answer

Error opening Android Studio

I installed Android Studio and when I started it showed me this error message:    Error launching Android Studio       Failed to create JVM: error code-1.   JVM Path: C: \ Program Files \ Java \ jdk1.8.0_101 \ jre   If you already have a 32-...
asked on 27.09.2016 / 19:21
1
answer

How to pass DataGridView to Crystal Report?

I have a GridView in asp.net and I need to click on a print button to generate a report crystal reports with the data of GridView . So I have filled my GridView SqlConnection con = new SqlConnection(ConfigurationManager....
asked on 15.03.2018 / 17:16
1
answer

Copy to clipboard with delay

I use this code to copy the clipboard: <script type="text/javascript"> function copiarAlPortapapeles("p1") { var aux = document.createElement("input"); aux.setAttribute("value", document.getElementById("p1").inn...
asked on 30.08.2016 / 10:00
1
answer

I can not connect to my service using retrofit2 using API 19

The problem I have is that I was testing with different versions of the SDK and with a samsung SM-A500M version of the API 19 it jumps in front of the onFailure and the error that I get is the following:    SSL handshake...
asked on 22.02.2018 / 20:15
3
answers

How to register data in a database by clicking on a HREF?

I have this PHP code that lets me know if I have registered friends (when I enter their profile, there is the button that says ADD), if the user is my friend it says AGGREGATED.very good. But I would like you to help me When I press the button (...
asked on 25.09.2016 / 20:35
2
answers

Conditional on PHP

I have the following code in HTML and PHP. I can not find the error in the PHP code, because it does not read the expressions and does not throw the result at me. I'm really new to programming. $( document ).ready(function()...
asked on 28.09.2016 / 02:36
1
answer

Problem with Affix plugin from Bootstrap

Well, the plugin does not work for me. The truth is that I do not know what to try, because in all the tutorials I've seen they put everything the same and it works for them but not me. I've even copied the code from those tutorials to a new pro...
asked on 26.09.2016 / 22:03
2
answers

Java Class / en - Storage

I have a question about the storage of the classes, I had created a question about storage, I had answered that ALL classes are stored ( ClaseC a = new ClaseC() ). So, every time I would use new Random() I would be storing ano...
asked on 15.09.2016 / 18:43
1
answer

Why do not relations work for me in Laravel 5.4.2?

Hello friends, my problem is the following, for some days now I have been planning the relations of the game that I am doing with PHP using Laravel 5.4 and the following problem arises when creating users: I have two Tables: users and charact...
asked on 14.08.2017 / 17:23
2
answers

Part of the URL disappears with a Query Vars in WordPress

On my site I am looking for a search-type URL and listing contents of a CPT, but part of the URL in the browser disappears, example: If I access the browser link in the same browser, check the content but disable ? s = wordpress of the URL...
asked on 19.08.2017 / 20:28