... This is how we can create a Raid device with level ***RAID 0*** #mdadm create /dev/md0 level=0 raid-devices=2 /dev/sda{5,6} Stopping mdadm *Unmount the md0 before stopping mdadm #mdadm stop /dev/md0 ... stop /dev/md0 If you want to create additional devices[ie there exists a /dev/md0] you may need to add an "a yes" option to the mdadm command For example, #mdadm create /dev/md1 -a yes level=0 ... :need disks Raid :need disks Raid :need disks first partition disks ***RAID 5*** Here we'll show how to create a Level raid device Here we use three partitions /dev/sda5 /dev/sda6 /dev/sda7 Keep...
Ngày tải lên: 19/09/2012, 09:21
Dynamic Web Pages using JSP - Lab Deliverable 2 ppt
... in the C:\Tomcat 5.5\Webapps\basic directory The output of the program is as shown in Figure 4.1 Figure 4.1: Output of User.jsp The user enters the information and clicks the Submit button The ... User.jsp The user enters the information and clicks the Submit button The control is transferred to the UserDisplay.jsp page Ver 1.0 © 2005 Aptech Limited Java and Struts ...
Ngày tải lên: 14/08/2014, 05:20
Dynamic Web Pages using JSP - Lab Deliverable 3 pptx
... Figure 6.1: Output of Series.jsp Write a program to display the session ID, creation time, and the last accessed time of the Web page Using session.getID, session.getCreationTime(), and session.getLastAccessedTime() ... scriptlet block to assign the details to the string variables entered by the user Solution: The file used in this exercise is Expression_Login.jsp The file is saved in basic directory ... program is as shown in Figure 6.2 Figure 6.2: Output of Expression.jsp Do It Yourself Build a login page for online banking, accepting the user name and password Use declarations to define the...
Ngày tải lên: 14/08/2014, 05:20
Dynamic Web Pages using JSP - Lab Deliverable 5 pot
... button, the output appears as shown in Figure 10.2 Ver 1.0 © 2005 Aptech Limited JSP and Struts Figure 10.2: Output after clicking Submit button Write a program to display an error message to ... Welcome to our Website out.println("Welcome to Online Banking"); The output of the program is as shown in Figure 10.1 Figure ... find out the length of the string using length()method of Java Create an error handler to handle the exception thrown by this JSP page Solution: The files used to run the application are: Exception.jsp...
Ngày tải lên: 14/08/2014, 05:20
Dynamic Web Pages using JSP - Lab Deliverable 7 ppt
... user details form to the user After the user clicks Submit button, the details entered should be saved in the database Display a message to the user after the data is saved to the database The ... is displayed to the user informing that the details entered are invalid The message appears as shown in Figure 14.3 Figure 14.3: Invalid Login Message Do It Yourself Write a program to display ... After entering valid details, when the user clicks on Login button, a message is displayed to the user as shown in Figure 14.2 Figure 14.2: Logon Success Message Ver 1.0 © 2005 Aptech Limited JSP...
Ngày tải lên: 14/08/2014, 05:20
Core PHP programming using PHP to build dynamic web sites
... such as phpbuilder.com and zend.com, offer original content to PHP developers PHP is popular Internet service providers find PHP to be an attractive way to allow their customers to code Web applications ... work in PHP You can expect this book to teach you how to create rich, dynamic Web sites You can also expect it to remain on your desk as a reference for how PHP works, or even as a recipe book ... Core PHP Programming Core PHP Programming Dynamic Web Sites Using PHP to Build Leon Atkinson Publisher: Prentice Hall PTR Second Edition August 03, 2000 ISBN: 0-13-089398-6, 800 pages Master PHP...
Ngày tải lên: 24/01/2014, 14:20