All Questions

1
answer

Create and plot fix of slopes between points

Good afternoon everyone, I'm trying to create an array with numpy that contains the slope between each of the points made with the arrays x e y to finally graph them with matplotlib . These are the steps that I am c...
asked on 25.01.2016 / 00:33
2
answers

Glide, I get the error message: "java.lang.IllegalArgumentException: You must not call setTag () on a view Glide is targeting"

When trying to load an image using Glide , inside an ImageView, ensuring to have the path of the image in urlImage and the instance of the ImageView in imgZoom , this is my code: private View individual(LayoutInflater...
asked on 10.02.2016 / 04:32
3
answers

Redirect a controller automatically from a view .cshtml

I have a mvc web application that requests as a homepage to verify your identification and if it is correct send to the main page, the action is correctly fulfilled using authentication Forms and redirects to this if you try to go directly v...
asked on 11.02.2016 / 19:11
2
answers

how can I program thread in my android application?

As I can program with threads I am new in android studio and I do not know how to implement them because when using locates with gps my application becomes very slow, this is the code I use for the location /* Use the LocationManager class to...
asked on 08.10.2016 / 23:04
1
answer

How to encrypt and decrypt data in SQL Server

How could I encrypt and decrypt data in a database sql-server ? I have a Users table, with different fields and I want to encrypt the password field. Note: In the following answer I am working with a database of Users, with their fields...
asked on 09.11.2016 / 13:24
2
answers

How to import into MySQL database from command line?

I'm trying to import a more or less large database ( 1Gb ) using PHPMyAdmin . The process is too slow and always cuts. Is there a way to import a database MySQL from the command line?     
asked on 27.12.2018 / 15:35
1
answer

The form does not work when clicked

I'm trying to make a form with angularjs 1.5 to obtain the token of a server, but when clicking, I do not get any result or error message. Use AngularUI Router to set the route of the form ... // otras rutas .state('login'...
asked on 04.10.2016 / 03:56
1
answer

Difference between alertDialogStyle and alertDialogTheme

Well the title is very clear, what is the difference between alertDialogStyle and alertDialogTheme ? I have been looking at the documentation of Android developers but it is not very clear to me, could you explain it to me better? <...
asked on 17.10.2016 / 18:05
6
answers

How to create a process that runs daily using C #?

What happens is that I have to generate a report daily from some data obtained from the BD. I generate the report and send it by mail from a button, now the application will be hosted on a server, then it is required that once it is executed and...
asked on 05.10.2016 / 18:57
3
answers

Delete an item from a "list"

Good morning, I am learning to work with C pointers and I have a question about an algorithm that I am implementing that makes extensive use of malloc , realloc and free , this is the code: List.h #ifndef _LIST_H_ #d...
asked on 11.10.2016 / 20:50