All Questions

1
answer

Error posting App on Google Play

When I try to upload my app on Google Play, it marks me this:    Upload Error You have uploaded an APK that can be debugged. Because of   security, you must disable debugging in order to publish the   file on Google Play. More information abo...
asked on 01.07.2016 / 11:42
3
answers

Redirect only once

I have an index.html that does an automatic redirection with the window.location function to a different domain. The problem is that if the user gives back to the browser it redirects again, so it is a loop. How can I do that if a user gives...
asked on 17.06.2016 / 22:15
3
answers

I would like to order an array that I create from mysqli_fetch_array

Greetings friends, I would like to know how to order a list that you create from a mysqli_fetch_array . Apart from this code I have a search engine, what I want is that the results of the search appear in a specific row, for example cod...
asked on 22.06.2016 / 22:29
2
answers

Problem with jQuery

I can not make jQuery work This is my website bersekerprueba.esy.es Download it and follow these instructions link What am I missing? In my FTP I have the folders bjqs.css demo.css Styles.css Index.html Folder /...
asked on 16.06.2016 / 04:18
2
answers

Listview a Textview on android

Developing a mobile app in android-studio I have a ListView and I want to get the event in which when I select an Item from the list I show a certain String in a TextView . For example: Selection in Item A presents...
asked on 26.06.2016 / 14:54
1
answer

Dialog bubbles with keyframe

I have the following speech bubble or dialogue bubble that will tell me if the figure in which the mouse is located is a box or circle, the point is that the bubble comes out suddenly, as you might encourage it to come out more slowly and smooth...
asked on 03.05.2018 / 15:51
1
answer

Is it possible to place a background image on a table using the jquery datatable plugin?

I have tried the following ways without result ... ... in the body of the table <tbody background="./images/credibanco.jpg" style="background-repeat: no-repeat; background-position: center center;"> <?php require_once '../Co...
asked on 03.05.2018 / 19:17
1
answer

I can not save values via POST - laravel vue

I'm trying to save the data I send from the Event view. I went to the storeEvent method of the EventController driver but it gives me error 422 and I can not find the problem so far. The Event model has a many-to-many relationship with the Ca...
asked on 25.04.2018 / 18:06
1
answer

QT Doubt graphing path of points

I receive positions in the plane and I want to draw the route. It is not a line, but a path ... that is, I receive every point and I generate a polygon that has a "width of work" of 7, so every point I receive, I generate a polygon of 7 wide and...
asked on 03.05.2018 / 12:13
1
answer

Problems importing pyodbc module using bottle

I am working in windows and using bottle to connect to a database of SQL server , for it install pyodbc with pip install pyodbc however when I want to load the program I always get the error ImportError: No mo...
asked on 27.04.2018 / 13:44