Posts by Junior Topanotti • 38 points
5 posts
-
0
votes0
answers26
viewsQ: Problem with removeAllRanges()
I am developing a Mask in javascript for an input and am having a problem with the function selection.removeAllRanges(); every time I use it, it removes the input cursor and I can’t use the…
javascriptasked Junior Topanotti 38 -
1
votes2
answers499
viewsQ: Select record that has a date field using only the year on Where
How can I make a SELECT in the database in which the records have a field that the format is DATE Ex:(2017-05-15) and in the WHERE clause I want for just the year. I also wanted to know if it is…
mysqlasked Junior Topanotti 38 -
1
votes1
answer1315
viewsA: 404 not found - phpmyadmin/Ubuntu
It is necessary that you link the phpmyadmin location folder to the folder where your website files are being run by Apache. For this use this command in the terminal sudo ln -s…
-
0
votes1
answer51
viewsA: getResources(). getDrawable(R.drawable.my_icon) obsolete, how to proceed
Even though your question is not very objective I deduce by the syntax that you are programming for Android with the Java language using Android Studio. Use the Picasso library for image…
-
0
votes1
answer130
viewsA: Compile a webservice
You need to install Tomcat, Glassfish or your preferred server. Let’s talk about how to do with Tomcat. With your server ready to receive your webservice you need to export your project as a War…