Forum: Oracle May 13th, 2007 |
| Replies: 0 Views: 2,866 Hi, Im installing Oracle 10g on Fedora 5, I did it once, but when I tried to set it up again I
got this error on the last part of the install...
ORA-12157: TNS: internal network communication... |
Forum: Java Apr 24th, 2007 |
| Replies: 1 Views: 1,811 I have RedHat Fedora 4/5/6, they all have IBM Java 1.4 which doesn't do GUI correctly, and is not supported in FireFox browser for Applets.
Anybody know how to setup Sun Java 5 and FireFox... |
Forum: Java Dec 24th, 2006 |
| Replies: 4 Views: 3,321 The following code compiles, but I don't have any documentation on how to use the "enum" structure. I cant find any info on it in my books or Sun's language documentation...
class Test {
... |
Forum: Java Dec 24th, 2006 |
| Replies: 4 Views: 8,213 Taking a Java test I found a for{} loop which had a : character in it?... like this...
for { : }
I was supposed to fill in some objects, but I have no idea how a : character does in a for loop?... |
Forum: Java Dec 16th, 2006 |
| Replies: 2 Views: 6,052 I can add nodes to my JTree, but after expanding a node, I can not add any child nodes to that node, or at least they dont show on the screen? Actually I can use the .add(new... |
Forum: Java Nov 21st, 2006 |
| Replies: 16 Views: 26,879 I cant read from a file stream, because the client application is an Applet (browser applet) in this client/server image transrfer program. You can't access files from an Applet in Java.
I can... |
Forum: Java Nov 20th, 2006 |
| Replies: 16 Views: 26,879 I am trying to transmit an Image object through a Socket connection in Java. The only thing I may be missing is how to get an image size in bytes so I know how many bytes are being transferred over... |
Forum: Java Nov 6th, 2006 |
| Replies: 1 Views: 7,223 In many languages (like PHP/Perl) you can execute shell commands, what package or method do you use in Java2 to execute a shell command?
Thanks,
Jon |
Forum: *nix Software Oct 23rd, 2006 |
| Replies: 0 Views: 1,334 I can't get IPsec (for a VPN) to start on Linux because it doesn't recognize the interface, which should be PPP I believe, I have PPPd installed and my question is...
Does a ppp connection such... |
Forum: C++ Oct 13th, 2006 |
| Replies: 0 Views: 2,396 In Visual C++ you can create a 64 bit int like this...
long long int xyz;
But in Linux with GNU C++ you can't seem to do it. I need to manage files larger then 9 gigs, how can you get... |
Forum: C++ Jul 16th, 2006 |
| Replies: 3 Views: 1,564 I can't buy a c++ reference, and need one for programming in Linux. Does anyone know of a good reference free on the Web?
Thanx,
Jon:cheesy: |
Forum: PHP Jun 15th, 2006 |
| Replies: 2 Views: 2,291 I don't know how to configure my sendmail8 system, is sendmail a mail server? Why don't PHP send mail() through the sendmail8 system?
Thanks:mrgreen: |
Forum: JavaScript / DHTML / AJAX Jun 11th, 2006 |
| Replies: 3 Views: 5,586 I really need this WYSIWYG editor here on DaniWeb, with the smileys and rich text editing, does anyone know where to get it?
Thanks,
jon |
Forum: *nix Software Jun 8th, 2006 |
| Replies: 3 Views: 1,808 #======================= Global Settings =====================================
[global]
# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = MYGROUP
# server string is the equivalent... |
Forum: *nix Software Jun 5th, 2006 |
| Replies: 3 Views: 1,808 I have tried the instructions from Red Hat, the instructions from a guy on JustLinux.org and I cant get Samba to work. I downloaded the latest version of Samba and it installed ok. I can view shares... |
Forum: C++ Jun 2nd, 2006 |
| Replies: 4 Views: 1,841 I checked directory information in c++, the program had no directory information at all, no current working directory, nothing. |
Forum: C++ Jun 1st, 2006 |
| Replies: 2 Views: 2,319 Can these "shared libraries" in Unix be loaded into the same process space of Apache for instance, and executed from PHP possibly? Or can "shared libraries" be used with Apache in any manner?
... |
Forum: *nix Software Jun 1st, 2006 |
| Replies: 2 Views: 1,540 I have a database which I developed that is 10 times faster then MySQL! No joke! |
Forum: C++ Jun 1st, 2006 |
| Replies: 4 Views: 1,841 I checked the read/write/execute permissions on the directory, they are all set ok. All including user, group, and other. |
Forum: C++ May 31st, 2006 |
| Replies: 4 Views: 1,841 I'm running Apache 3.0, and have a c++ cgi-bin program working fine with Apache... except the cgi-bin program wont create or even read from files it uses as a database? Anybody know the answer to... |
Forum: *nix Software May 31st, 2006 |
| Replies: 1 Views: 1,333 I'm setting up Linux with Samba on a small LAN for a friend. I got everything working except on the Windows computers I can't go to the files under a shared folder (shared on the Samba computer), I... |
Forum: *nix Software May 31st, 2006 |
| Replies: 2 Views: 1,540 I would like to know if anyone has bench marked MySQL server, compared to Oracle. I have developed a database that will sort 1,000,000 records in less then 22 seconds (100 byte record sorting on 2... |
Forum: Linux Servers and Apache May 31st, 2006 |
| Replies: 2 Views: 4,432 The cgi-bin program has all execute permissions, I log on as root in Linux when I use Firefox and try to view the output of the cgi-bin program. The cgi-bin program returns all output through Apache... |
Forum: Kernels and Modules May 30th, 2006 |
| Replies: 2 Views: 4,269 In Linux you have what I belive are called Kernel-modules, they operate faster and are more efficient then common programs. The TUX web server for Linux is a Kernel module if I am correct?
How... |
Forum: C++ May 30th, 2006 |
| Replies: 2 Views: 2,319 I am wanting to create C++ modules to load with Linux Apache web server, to give it additional functionality while not requiring a new process to be executed. I want to do this because I believe it... |
Forum: Oracle May 24th, 2006 |
| Replies: 4 Views: 6,902 What is the limit on how many records you can have in a table in Oracle? It must have a limit.
Also, has anyone ever benchmarked Oracle on sorting records... say 1,000,000 records of a small... |
Forum: C++ May 24th, 2006 |
| Replies: 1 Views: 3,047 I wrote a cgi-bin program to run with Apache/Linux. When I do a form-post operation from a web page to my cgi-bin program, the form fields are not passed to the cgi-bin program? The cgi-bin program... |
Forum: Assembly May 24th, 2006 |
| Replies: 1 Views: 3,902 I used to program in 68x assembly many years ago, I would like to learn x86 64bit assembly, any suggestions on a good book to purchase?
:mrgreen: |
Forum: Linux Servers and Apache May 22nd, 2006 |
| Replies: 2 Views: 4,432 I was writing a C++ CGI-BIN program, but couldn't get it to work in Linux Apache web server. It just seemed to display the c++ program as binary garbage in the Firefox browser, it didn't execute it... |
Forum: *nix Software May 20th, 2006 |
| Replies: 0 Views: 1,580 Does the Linux TUX web server support CGI-Bin executables? I know it doesn't have some of the scripting support that Apache has, but what about just straight CGI executibles that support form-submit... |
Forum: *nix Software May 9th, 2006 |
| Replies: 1 Views: 1,672 I need to setup Network Address Translation (NAT) for a LAN, which uses Samba to support Windows clients. There is only one DSL IP address, but about 4 computers on the LAN. They all need to have... |
Forum: C++ Apr 22nd, 2006 |
| Replies: 4 Views: 1,157 It may be your compiler, you should try putting the class constructor and other members in the same file as the class declaration.
Personally I declare the member functions in the class {}... |
Forum: C++ Apr 22nd, 2006 |
| Replies: 0 Views: 1,599 Has anybody use the jwSMTP c++ email routines, or do you know of a better freeware email c++ app? |
Forum: C++ Apr 22nd, 2006 |
| Replies: 10 Views: 1,552 First declare a C standard char string..
char str1[100];
Once you create your input file object...
ifstream fin("filename");
Then you do the fin >>...
fin >> str1; |