All Questions

1
answer

Change image of ImageView included in CollapsingToolbarLayout

I want the user of my application to be able to change the image of ImageView included in the CollapsingToolbarLayout , either by obtaining it through the camera or from a file in the internal memory. For now I just try to change it...
asked on 08.03.2016 / 10:29
2
answers

Fix in Javascript of different objects returns the same object when accessing all its elements

I have a problem manipulating an arrangement in Javascript that I could not solve or explain the behavior. Initially I have 9 buttons inside a div numbered from 1 to 9. By clicking on the button 5 the numbers of the buttons around it must tur...
asked on 06.03.2016 / 03:25
0
answers

Problems consult eloquen laravel 5.5

I have two tables, one called users and another users, I made the query directly to mysql. SELECT COUNT(nombre), usuario_ad, name, last_name FROM usuarios, users where usuario_ad=username GROUP BY usuario_ad; which works fine, the last_n...
asked on 18.12.2018 / 03:15
1
answer

How can I add the months of the current date in javascript? [duplicate]

Good I have this code var d = new Date(); var strDate = d.getFullYear() + "-" + (d.getMonth()+4) + "-" + d.getDate(); console.log(strDate); but as it is the end of the year when adding up, it gives me 22-15-2018 when it should be 22-0...
asked on 22.12.2018 / 18:50
0
answers

MySQL Workbench quits unexpectedly after starting

Installe MySQL Workbench 6.3.10 in openSUSE LEAP 15 . When I want to open this application it tries to start but closes immediately and this message appears after running in "Konsole". sudo mysql-workbench    Found /usr/lib64/libprojectM-q...
asked on 19.12.2018 / 21:06
2
answers

Detect ENTER in C but as integer type and not Char

I wish that when entering an age number, I would detect if you press ENTER as a whole number to exit the program. I know that ENTER = '\ n' but it is compared with char variables and what I use is an entire variable. How would you do? I al...
asked on 18.12.2018 / 09:12
1
answer

Put the current date by Default in the calendar

I have made a method that allows me to choose the date of a calendar that is shown and paste the selection in an EditText, but what I want is that by default the date of the current day appears in the EditText, without having to be selecting the...
asked on 21.12.2018 / 16:24
1
answer

How can I remove the hash from the url in angularjs

I'm in a project that uses mvc 4 and angular. I have a problem with angular: I'm in the login screen and after logging in I want to use $location.url('/Home/Index'); to redirect  to the main page of the system but it does not work f...
asked on 23.08.2016 / 17:24
1
answer

Errors when using static libraries in QT

Hi, I'm a bit desperate with this if someone has worked with this ide that please specify why I can not create a static version? The errors are:    Makefile: 66: recipe for target 'sub-tools-make_first' failed   mingw32-make [1]: * [sub-tool...
asked on 25.08.2016 / 18:07
1
answer

How to configure to open another project with Laravel + Homestead in Windows

I have made the configuration in the following files. Also make the command vagrant up and then vagrant reload --provision and another command vagrant-hostsupdater . I honestly can not see my other project in the browser, but...
asked on 24.08.2016 / 16:00