Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone



Clound SSD Virtual Server

JSP and File I/O (Java)

JSP and File I/O (Java) ในการเขียน JSP ด้วยภาษา Java ในบ่อยครั้งเราอาจจะต้องเขียนเพื่อติดต่อกับพวก File และ Folder ที่อยู่ในเครื่อง Computer เช่น การอ่าน/เขียน Text file การจัดเก็บ Log ข้อมูลต่าง ๆ ที่ต้องการ ซึ่งการทำงานประเภทนี้เราจะเรียกว่า Input and Output (I/O) และใน Java จะมี Class ที่ชื่อว่า java.io ไว้จัดการกับการทำงานกับพวก I/O อยู่แล้ว ซึ่งพื้นฐานทั่ว ๆ ไปก็เช่น การอ่าน Text file การเขียนพวก Text file การจัดกการกับ File และ Directory

คำสั่งอ่านจาก Path ของ Server
String path = application.getRealPath("/") + "thaicreate.txt";


Example

JSP and File I/O

โครงสร้างไฟล์ของ text ชื่อไฟล์ thaicreate.txt

thaicreate.txt
Welcome thaicreate.com 1
Welcome thaicreate.com 2
Welcome thaicreate.com 3
Welcome thaicreate.com 4
Welcome thaicreate.com 5


index.jsp
<%@ page import="java.io.BufferedReader" %>
<%@ page import="java.io.File" %>
<%@ page import="java.io.FileReader" %>
<%@ page import="java.io.IOException" %>
<html>
<head>
	<title>ThaiCreate.Com JSP Tutorial</title>
</head>
<body>
	<%	
	String path = application.getRealPath("/") + "thaicreate.txt";
	File file = new File(path);
	
	try {
		BufferedReader br = new BufferedReader(new FileReader(file));
		String line;
		while ((line = br.readLine()) != null) {
			out.println(line + "<br>");
		}
		br.close();
	} catch (IOException e) {
		// TODO Auto-generated catch block
		e.printStackTrace();
	}

	%>
</body>
</html>

Output

JSP and File I/O



อ่านเพิ่มเติม Java กับ I/O

JSP and File I/O

Java and File I/O







   
Share


ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท


ลองใช้ค้นหาข้อมูล


   


Bookmark.   
       
  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rating :  
  Create/Update Date : 2013-08-12 18:33:11 / 2013-08-20 21:20:51
  Download : Download  JSP and File I/O (Java)
 Sponsored Links / Related

 
JSP and Loop (Java)
Rating :

 
JSP and Array (Java)
Rating :

 
JSP and Operators (Java)
Rating :

 
JSP and Collection Set / Interface (Java)
Rating :

 
JSP and Date/Time (Java)
Rating :

 
JSP and Condition/Control-Flow (Java)
Rating :

 
JSP and Try Exceptions (Java)
Rating :


ThaiCreate.Com Forum


Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools

สอน PHP ผ่าน Youtube ฟรี
สอน Android การเขียนโปรแกรม Android
สอน Windows Phone การเขียนโปรแกรม Windows Phone 7 และ 8
สอน iOS การเขียนโปรแกรม iPhone, iPad
สอน Java การเขียนโปรแกรม ภาษา Java
สอน Java GUI การเขียนโปรแกรม ภาษา Java GUI
สอน JSP การเขียนโปรแกรม ภาษา Java
สอน jQuery การเขียนโปรแกรม ภาษา jQuery
สอน .Net การเขียนโปรแกรม ภาษา .Net
Free Tutorial
สอน Google Maps Api
สอน Windows Service
สอน Entity Framework
สอน Android
สอน Java เขียน Java
Java GUI Swing
สอน JSP (Web App)
iOS (iPhone,iPad)
Windows Phone
Windows Azure
Windows Store
Laravel Framework
Yii PHP Framework
สอน jQuery
สอน jQuery กับ Ajax
สอน PHP OOP (Vdo)
Ajax Tutorials
SQL Tutorials
สอน SQL (Part 2)
JavaScript Tutorial
Javascript Tips
VBScript Tutorial
VBScript Validation
Microsoft Access
MySQL Tutorials
-- Stored Procedure
MariaDB Database
SQL Server Tutorial
SQL Server 2005
SQL Server 2008
SQL Server 2012
-- Stored Procedure
Oracle Database
-- Stored Procedure
SVN (Subversion)
แนวทางการทำ SEO
ปรับแต่งเว็บให้โหลดเร็ว


Hit Link
   







Load balance : Server 04
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่