Start it with this document[13 pages only] if you want to develop some good web application using Java instead of reading large books.
This document prepared by myself. Clearly explains what is JDBC. and how you can connect to a particular database through JSP and Servlets. Examples are given.
Copy the code into your your JSP directory under /usr/local/etc/httpd/htdocs/html/LOGIN. You will need to change the xxxxxx of "con=DriverManager.getConnection["jdbc:mysql://localhost/"+db,user,"xxxxxxx"] " to reflect your MySQL password. Copy the HTML form above to the same directory above or to ...
client socket
include <sys/types.h>
include <sys/socket.h>
include <stdio.h>
include <netinet/in.h>
include <arpa/inet.h>
include <unistd.h>
int main()
{
int sockfd
int len
struct sockaddr_in address
int result
char ch = A
sockfd = socket(AF_INET, SOCK_STREAM, 0)
address.sin_fami ...
* 1. Run the Advanced Evaluation Board (AEB) Control software program
* (Start>AudioCodes IPM-260 SDK>).
* 2. Connect the Evaluation Board s E1 connector to the IPM-260 s first E1
* interface (E1 - 0), using the supplied cross connect E1 cable,
* ac ...
While faster processors, larger memory, and powerful graphics are fundamental requirements for workstations, users
are also demanding a low-cost, solution-based approach wrapped around a standards-based technology. The Sun UltraTM
20 Workstation, which leverages the AMD OpteronTM processor with Dire ...
The book uses a task-oriented structure that allows you to work through the steps necessary to install
MySQL 4.1 on Linux and Windows platforms, create and manage MySQL databases, query and manipulate
data stored in those databases, administer the MySQL database management system, and connect to
MyS ...