64 Posted Topics
Re: I would suggest trying it under WINE, but the [URL="http://appdb.winehq.org/objectManager.php?sClass=application&iId=4564"]database [/URL] doesn't give it good testing reviews... very buggy. It takes and makes phone calls from your pc, right? | |
Re: I'm more confused by the question. Do you want to literally write a database software/server, or do you desire to connect to a pre-existing database server such as MySQL and then run SQl like "CREATE DATABASE mydb;". If you are trying to do the first then it seem like Ezzaral's … | |
Re: Step 1: Gather together what the steps are that a computer needs to take to perform each requirement. Write it all out on paper, make sure you have it in depth. You need to make sure every step makes sense in context of every other step. Step 2: Take those … | |
Re: it would help if i had your full source code with class declarations and headers. I can't compile or debug it as is. I'll look at it though... | |
Re: Perhaps you mean how to "set" the java path? Or maybe how to set java class path. Both can be confusing. This is for the CLASS system variable: [url]http://www.java.com/en/download/help/path.xml[/url] and this is an example of setting class path: [url]http://download.oracle.com/javase/1.3/docs/tooldocs/win32/classpath.html[/url] Please clarify if you are able to what exactly you are … | |
Re: you might consider using "T bar" method (you might remember it from chemistry class) to convert from one unit of time to the others so you can keep consistency with your units. But until you think logically/mathematically about this, you can't solve it. I'd suggest the same as the other … | |
Re: what exactly are you looking to find out about loops exactly? For starters, there are for loops: these iterate and alter a variable until the iterator meets a condition. [CODE] for (int i = 0; i < 10; i++) { System.out.println(i); } [/CODE] prints 0 through 9 while loops iterate … | |
Re: There happens to be a python plugin for Netbeans in beta... should be stable enough | |
Re: The difference? Aren't files and filestreams different objects/types? | |
Re: Experience with actual equipment and working knowledge of networking theory and OSI model is a good start. To many employers, Certs only prove you can pass a test. BUT the cert is a good start to getting some of that working knowledge. I would suggest A+ as a well rounded … | |
Re: Is the server you can't log into one you set up yourself? Is it accepting traffic from port 21? nmap the ip to see if ftp is accepting traffic... maybe you just have the config file on the server not set up right. | |
Hey, I'm mostly a linux user with a cisco background so windows is a mystery to me! A friend brought me a hp pavilion that had a virus that apparently made services such as the recovery manager unavailable to us and he had no recovery disks made. I told him … | |
Re: Ok, for those who would later go on to read this... it's quite ok to have more than 5 devices on a wireless connection. Your wireless network will support as many hosts as your subnet host octet will hold. On a class C network you can hold a range of … | |
Re: Try checking the firmware on that router, wireless access point may have gotten turned off somehow. PCA should be able to log on to it using the default gateway IP in your URL bar. |
The End.