Questions tagged [restart]

Restart refers to the process where a software program or system is systematically (and preferably gracefully) shut down then automatically invoked to full functionality without intervention from the user.

Restart is also often referred to as reboot or reset.

Restarting a software program or system is one of the most common ways to troubleshoot problems as it will put the program or system back into a fresh and predictable state

1535 questions
-1
votes
1 answer

In CNN with caffe, Can I set up initial caffemodel?

I have operated CNN using caffe. however, system was forced termination. I have caffemodel so far. Can I restart learning from now on using current caffemodel? Thanks,
user3510476
  • 13
  • 1
  • 5
-1
votes
1 answer

how to inject custom credential provider without restarting the machine

I want to inject my custom credential provider without restarting the machine I have added entry to registry @HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers But i need to restart the machine so…
-1
votes
1 answer

Remove Rails cache without restarting the server

I have an app running on Ruby 1.9.3p551 and Rails 3.2.12 Every time I make changes to the code I need to restart Ruby to get them. I have configured the environment as development and in the config/environments/development.rb file I setted: …
aapdl
  • 1
  • 2
-1
votes
2 answers

How do I add a button that will restart both of my counters to 0?

I want to add a button that when I press it, it will retart both TextViews back to 0. How do i do that? Thank you in advance. I would greatly appreciate your help. final TextView text = (TextView)…
-1
votes
2 answers

restart mysql database when full

I have a remote MYSQL database and it was filling up with data, so I was busy deleting data via mysql workbench when I lost the connection and was unable to connect to that table again. I shut down and restarted the server, however it would not…
-1
votes
1 answer

ALTER postgreSQL sequence

I am quite very new to postgreSQL. I am have a sequence which starts from 1 by default. What I am looking for is that if I want to move my next value, which is now 87, to 2000. I am unable to do that. Can any one suggest me how to go about doing the…
-1
votes
2 answers

Java: How to reset a JFrame?

setVisible currently use to restart the methods, but the transition does a flashing, is there any instruction other than setVisible? leave it in its initial state. reset button on the last Frame_1 only to return to the initial state. public class…
danielbmz
  • 31
  • 1
  • 1
  • 8
-1
votes
1 answer

Restarting minimized android application

In my application when user clicks logout button, app takes him to login screen again and when he pressess back button from that logIn screen, toast appears that "u must login to continue. I have done this to stop back navigation because if back…
Shanzay
  • 3
  • 2
-1
votes
2 answers

How can I run multiple auto-runs from my USB?

I am attempting to make my USB somewhat like a "plug-and-go" device. I am putting scripts I need ran onto my USB, and making it so I only have to click a button or two for all the scripts to begin. I was wondering what commands I would use to do the…
HK4
  • 1
-1
votes
1 answer

Net beans 8.0 on MAC OS keeps restarting

i have just installed net beans 8.0 but every time i try to close it, it's closed for a second and restart. also it doesn't run of my application. What can i do?
Murat
  • 72
  • 10
-1
votes
1 answer

How do I loop a program back to the start from a user input?

I have just started to use python. The first program I made was a tip calculator and I have made three versions to rewrite and to add more. The next part of code I want to write is a loop that prompts a yes or no question. When 'yes' I want the…
Pottsy
  • 3
  • 6
-1
votes
1 answer

Why does my aspdotnetstorefront instance restart when I connect to it for the first time everyday

I have a developer instance of aspdotnetstorefront that no one else is using. Everytime I get to the ecommerce front end or the admin backend for the first time in the day, it restarts with a yellow screen (in my browser). At times it even restarts…
Moiz Tankiwala
  • 6,070
  • 7
  • 38
  • 51
-1
votes
2 answers

jQuery Function restart or loop

All i would like to do is that this function ones ends just restart or make a loop. please some help, thx. =) this is my code: $(function() { $('#text').hide(); $('#text').delay(600).fadeIn(1500).delay(9000).fadeOut(2000); …
Haroldo
  • 13
  • 3
-1
votes
3 answers

Qt C++ restart itself

The app is memory leaking, so as a temporary solution I would check how much memory it takes, kill the process and restart the app. Is there any easy way to do that? Thank you
alexg
  • 902
  • 11
  • 37
-1
votes
1 answer

PHP - Session expire date is set, but session is still cleared on browser restart

I know there are questions like mine, but none answered my question: In my .htaccess file, I have several rules of code ensuring sessions (loggin users in) are automatically started and last one week: #Set PHP rules php_value session.gc_maxlifetime…
Isaiah
  • 1,852
  • 4
  • 23
  • 48
1 2 3
99
100