All Questions

5
answers

Method Save to Java with classes

I'm doing a java project with forms which I have to save and delete for this I think a class that is the class connection a different class for each of the forms in which the different methods of saving modify and eliminate and the forms. but...
asked on 30.12.2016 / 18:18
1
answer

Error with heroku in node: Failed lookup view in views derectory

I have a web app that works well in local but when uploading it to heroku the following came out in the logs 2017-01-01T00:30:57.874896+00:00 app[web.1]: Error: Failed to lookup view "notFound" in views directory "/app/views" 2017-01-01T00...
asked on 01.01.2017 / 02:02
2
answers

Cordova - Is it possible to send push notifications, keeping the app completely closed, without running?

I'm in full development of an app in Cordova (Android + iOS), and I need to run a series of push notifications, sent from the server. These should work when the app is running in the background, or the device blocked, or directly with the app wi...
asked on 30.12.2016 / 16:09
3
answers

When is onDestroy what happens with the classes instantiated in the activity?

Good morning, When an activity is destroyed on Destroy what happens with the classes that were instantiated in this activity, are they also destroyed or are they loaded in memory?     
asked on 13.12.2016 / 03:48
1
answer

Calculate the value (ASCII) of each word (sum of the value of the letters) of a sentence within an array

I'm doing an exercise that is about calculating the value of each word in a sentence that the user enters. I wanted to know if you could help me know how to do it, thanks! What I want to do is calculate the value of a word, or the same, calculat...
asked on 13.12.2018 / 14:44
1
answer

Scaffolding with Asp.net 5

I have been working recently with asp.net 5, in addition to the new features it has and the improvements it makes I can not find the way to do scaffolding as it was done in asp.net 4. Is there a functional and stable add-on for an asp.net 5 p...
asked on 02.12.2015 / 16:57
2
answers

Show view of AngularJS from above (initial scroll)

I want that whenever you access a certain route in an Angular application, the view appears from above, that is, with the initial scroll.     
asked on 12.01.2016 / 20:35
1
answer

Run a command every 24 hours and 5 minutes with crontab

I know that for a command to be executed every 24 hours it must be 0 7 * * * [comando] But, for example, to run every 24 and 5 minutes Is there a way to do it?     
asked on 21.12.2018 / 21:27
1
answer

Close a recently opened process C #

I need to perform the execution of a process for a certain time, for which I start a process, and using a Timer after 10 minutes, I kill it using Kill() , I do it in the following way: using System.Diagnostics; using System.Thread...
asked on 04.01.2019 / 13:02
3
answers

Form Ajax + Dialog Jquery C # MVC

Good morning, I am trying to use a form
asked on 14.01.2016 / 19:25