All Questions

4
answers

405 (Method Not Allowed) In Search ajax laravel

I'm trying to do a search with AJAX and it says 405 (Method Not Allowed) . I do not know what I can be, I tried looking at the routes and I can not find the error. My AJAX <script type ="text/javascript"> $(document).read...
asked on 24.01.2018 / 08:59
4
answers

You can not open the link in menu

at the end when click can not open a link ( <a href="www.google.com"> ) $('.menu-lateral .sub-menu').hide(); $('.menu-lateral li a').click(function(){ event.preventDefault(); $(this).siblings('.sub-menu').slideToggle('s...
asked on 05.01.2017 / 19:28
2
answers

Statistical-logical problem with rand ()

I will start with an example: I have a box, of which you have 5 opportunities to take a ball, of these there are 4 types, red blue and green gold, the overall percentage (that is, per box) of taking one golden is 15%, red 15%, blue 30% and green...
asked on 12.10.2017 / 00:14
2
answers

Send empty decimal input

I have the following model. It was generated from the database with entity. The two fields can be null. public partial class Items { public int id { get; set; } public Nullable<decimal> largo { get; set; } public Nullable<...
asked on 16.08.2016 / 14:50
1
answer

Failed In The Login Android Studio

This is my code, but when it comes to making the Login that is connected to Sql Server, it does not work, While (rs.next ()) fails. It is not read by the program, I must solve it as soon as possible, I leave my code so please help me solve this....
asked on 12.04.2018 / 21:51
3
answers

How can I execute a method for about 10 minutes on Android and after that time stop running?

How could I do that, for example, a method or condition runs a few minutes and then stops working when the time limit expires.     
asked on 07.07.2016 / 23:24
2
answers

c / c ++ - Use sizeof in a file

I'm trying to answer the question:    If you have a file declared "FILE * f;" the sizeof (f) function returns the size of the file. When loading data to the file I notice that the size is not updated therefore I conclude that it is False....
asked on 23.10.2017 / 17:32
3
answers

Problem with eclipse - Debian

happens that I use I am recently testing java, and I installed eclipse on my computer, it is not high performance, I decided to install the plugin to program android apps with eclipse and after finishing the installation of the jdk, when trying...
asked on 22.08.2016 / 03:25
2
answers

Reinstall service with another name

Currently I have a service (Service 1) of windows working correctly. I have made an improvement and I have called it Service 2 and I want to install it, but I want to stop Service 1 first and then install and launch Service 2 to see if it fails...
asked on 09.01.2018 / 13:50
4
answers

Help with json swift on ios

Greetings to Everyone I'm trying to access the values of the Result {"Result":{"CODIGO":"Error","DESCRIPCION":"true","ID":"23"}} The Controller, for now I only access the Result. class FirstViewController: UIViewController { @IBOutle...
asked on 30.04.2016 / 17:38