게시판 만들기 - 내용 > 기술자료 | 해피정닷컴

게시판 만들기 - 내용 > 기술자료

본문 바로가기

사이트 내 전체검색

게시판 만들기 - 내용 > 기술자료

JSP 게시판 만들기 - 내용

페이지 정보


본문

[ view.jsp ]

<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8" language="java" import="java.sql.*" errorPage="" %>
<%
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");

String url = "jdbc:odbc:디비네임";
String id = "디비아이디";
String pass = "디비패스워드";

int idx = Integer.parseInt(request.getParameter("idx"));

try {
    Connection conn = DriverManager.getConnection(url,id,pass);
    Statement stmt = conn.createStatement();
    
    String sql = "select name, title, memo, time, hit from board where idx=" + idx;
    ResultSet rs = stmt.executeQuery(sql);
    
    if(rs.next()){
        String name = rs.getString(1);
        String title = rs.getString(2);
        String memo = rs.getString(3);
        String time = rs.getString(4);
        int hit = rs.getInt(5);
        hit++;
        
        sql = "update board SET hit=" + hit + " where idx=" +idx;
        stmt.executeUpdate(sql);
        rs.close();
        stmt.close();
        conn.close();
    } 
}catch(SQLException e) {
}
%>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>게시판</title>
</head>

<body>
<table>
    <tr>
        <td>
            <table width="100%" cellpadding="0" cellspacing="0" border="0">
                <tr style="background:url('img/table_mid.gif') repeat-x; text-align:center;">
                    <td width="5"><img src="img/table_left.gif" width="5" height="30" /></td>
                    <td>내 용</td>
                    <td width="5"><img src="img/table_right.gif" width="5" height="30" /></td>
                </tr>
            </table>
            
            <table width="100%">
                <tr>
                    <td align="center" width="76">글번호</td>
                    <td width="319"><%=idx%></td>
                </tr>
                <tr height="1" bgcolor="#dddddd"><td colspan="2"></td></tr>
                <tr>
                    <td align="center" width="76">조회수</td>
                    <td><%=hit%></td>
                </tr>
                <tr height="1" bgcolor="#dddddd"><td colspan="2"></td></tr>
                <tr>
                    <td align="center" width="76">이름</td>
                    <td><%=name%></td>
                </tr>
                <tr height="1" bgcolor="#dddddd"><td colspan="2"></td></tr>
                <tr>
                    <td align="center" width="76">작성일</td>
                    <td><%=time%></td>
                </tr>
                <tr height="1" bgcolor="#dddddd"><td colspan="2"></td></tr>
                <tr>
                    <td align="center" width="76">제목</td>
                    <td><%=title%></td>
                </tr>
                <tr height="1" bgcolor="#dddddd"><td colspan="2"></td></tr>
                <tr>
                    <td colspan="2" height="200"><%=memo %></td>
                </tr>
                <tr height="1" bgcolor="#dddddd"><td colspan="4"></td></tr>
                <tr height="1" bgcolor="#82B5DF"><td colspan="4"></td></tr>
                <tr align="center">
                    <td width="0">&nbsp;</td>
                    <td colspan="2" width="399">
                        <input type=button value="글쓰기" onClick="window.location='write.jsp'">
                        <input type=button value="답글" onClick="window.location='reply.jsp?idx=<%=idx%>'">
                        <input type=button value="목록" onClick="window.location='list.jsp'">
                        <input type=button value="수정" onClick="window.location='modify.jsp?idx=<%=idx%>'">
                        <input type=button value="삭제" onClick="window.location='delete.jsp?idx=<%=idx%>'">
                    </td>
                    <td width="0">&nbsp;</td>
                </tr>
            </table>
        </td>
    </tr>
</table>
</body>
</html>


출처
http://seinarin.tistory.com/7 

댓글목록

등록된 댓글이 없습니다.


Total 2,643건 38 페이지
  • RSS
기술자료 목록
1903
MySQL   46358  2017-02-23 18:31 ~ 2018-01-10 06:13  
1902
Linux   11384  2017-02-22 23:57  
1901
Linux   13089  2017-02-22 23:43 ~ 2019-01-21 06:47  
1900
영카트   13447  2017-02-21 15:53  
1899
JavaScript   16510  2017-02-21 14:10  
1898
JavaScript   40919  2017-02-21 13:23 ~ 2019-09-18 20:55  
1897
그누보드   12576  2017-02-20 19:05  
1896
그누보드   11939  2017-02-20 16:30 ~ 2017-10-10 00:00  
1895
일반   10487  2017-02-18 13:37  
1894
일반   23684  2017-02-18 12:42 ~ 2017-04-19 00:00  
1893
JSP   13023  2017-02-17 23:15  
1892
JSP   10827  2017-02-17 22:59  
열람
JSP   12329  2017-02-17 21:19  
1890
JSP   12945  2017-02-17 21:17  
1889
JSP   14397  2017-02-17 21:02  
1888
MSSQL   13495  2017-02-15 22:27  
1887
JSP   12788  2017-02-15 19:02  
1886
JSP   13031  2017-02-15 12:59  
1885
Java   9527  2017-02-15 01:04  
1884
APP   13902  2017-02-14 21:39  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2025 해피정닷컴. All Rights Reserved.