Forum: VB.NET Sep 6th, 2006 |
| Replies: 3 Views: 1,136 that's easy enough, just make something that will differentiate between an admin and an employee. I am assumming you are using a database, just make a column for access where say 1 is emplyee and 2... |
Forum: Java Apr 17th, 2006 |
| Replies: 6 Views: 19,604 Ok, yeah, so it is kind of like a permutation of the numbers.
So, think of the base case and recursive case. So the base case is when there is 1 value left, and the recursive case takes out one of... |
Forum: Java Apr 17th, 2006 |
| Replies: 6 Views: 19,604 You want to use a StringTokenizer. So and them together.
So:
String head = "47 23 2 5 98";
String returnHead = "";
StringTokenizer s = new StringTokenizer(head, " ");
while(s.hasNextToken()){... |
Forum: Windows NT / 2000 / XP Oct 19th, 2004 |
| Replies: 5 Views: 1,995 I have a dell, and whenever I have a problem that I can't fix on it I call them up, they might be able to help. Also see if there the person your logged into has admin capabilities b/c if the person... |
Forum: Viruses, Spyware and other Nasties Sep 4th, 2004 |
| Replies: 11 Views: 4,873 you could try to find all of the files on your computer and delete them. Usually there is a main file for spyware programs like this. You could also try using spybot searh and destroy. |
Forum: Windows NT / 2000 / XP Apr 24th, 2004 |
| Replies: 55 Views: 461,209 Hi I am having the same problem were svchost is taking up all of my processor. And I was wondering how to look at each process running under this program. |
Forum: Windows NT / 2000 / XP Apr 21st, 2004 |
| Replies: 9 Views: 12,693 I had the same problem once. It turned out to be a bad power supply. And I guess the power would fluctuate. |