티스토리 뷰
<style type="text/css">
#table-1{
border: 1px solid #e3e3e3;
background-color: #f2f2f2;
width: 100%;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
#table-1 td, #table-1 th {
padding: 5px;
color: #333;
}
#table-1 thead {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
padding: .2em 0 .2em .5em;
text-align: left;
color: #4B4B4B;
/*배경 색상 변경*/
background-color: #C8C8C8;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));
background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);
border-bottom: solid 1px #999;
}
#table-1 th {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 17px;
line-height: 20px;
font-style: normal;
font-weight: normal;
text-align: center;
text-shadow: white 1px 1px 1px;
}
#table-1 td {
line-height: 20px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
}
#table-1 tbody tr:hover {
background-color: #fff;
}
</style>
<table id="table-1">
<thead>
<th style="width:10%">번호</th>
<th style="width:75%">제목</th>
<th style="width:15%">작성일</th>
</thead>
<tbody>
<%
foreach(DataRow row in ((DataSet)Model).Tables["Notice"].Rows)
{
%>
<tr>
<td style="text-align:center"><%: row["No"] %></td>
<td><%: row["title"] %></td>
<td style="text-align:center"><%: string.Format("{0:d}", row["registerDate"]) %></td>
</tr>
<%
}
%>
</tbody>
</table>
- Total
- Today
- Yesterday
- 스프링 프레임워크(spring framework)
- jsp 오픈 소스
- REST API
- 스프링 시큐리티(spring security)-http basic 인증
- 표현 언어(expression language)
- 인텔리제이(intellij)
- jstl(java standard tag library)
- jstl(java standard tag library)-core
- java-개발 환경 설정하기
- java.sql
- 스프링 프레임워크(spring framewordk)
- docker
- 제품 등록
- MainActor
- await
- system.io
- nl2br
- System.Diagnostics
- .submit()
- java 키워드 정리
- java web-mvc
- error-java
- 진수 변환
- React
- 메이븐(maven)
- 람다식(lambda expression)
- In App Purchase
- 스프링 시큐리티(spring security)
- 특정 문자를 기준으로 자르기
- 문자 자르기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |