블로그에 프로그램 소스와 관련된 글을 올리다 보면 가끔은 소스코드를 이쁘게 표시하고 싶을때가 있다. 구글링하다 보면 여러가지 방법들이 제시 되는데. 그 중에 하나가 Highlight.js 이다. tistory 는 관리툴을 이용해서 HTML/CSS 를 직접 수정하거나 추가를 할 수 있어 더 쉽게 이용이 가능하다. 1. Highlight.JsHgihlight.JS 와 관련된 공식 사이트는 https://highlightjs.org/ 이다. 보다 많은 내용은 위의 사이트에서 확인 할 수 있다. 필요한 라이브러리를 다운 받고 tistory 에 다시 업로드하여 사용하다 보면 속도 문제를 먼저 생각하게 된는 것 같은데, 이럴 때 사용 할 수 있는 것이 https://cdnjs.com/ 이 곳을 통해서 무료로 사용 ..
자바를 이용하여 파일을 생성하는 방법을 알아 보도록 하자. Example :: Checking for a File's Existence 메소드 exists()를 이용하여 찾고자 하는 파일이 실제로 존재하는지 확인 할 수 있다. package com.umejintan.file; import java.io.File; public class CheckFile { public static void main(String[] args) { // Create a file object File file = new File("c://Example//File//existFile.txt"); // 1. check if the file exists or not boolean isExists = file.exists(); if..
JSTL Core - Remove tag Removes a scoped variable. Attributes Name Dynamic Decription Type Required var false Name of the scoped variable to be removed. String Yes scope false Scope for var. String No How to use Description The action removes a scoped variable.If attribute scope is not specified, the scoped variable is removed according to the semantics of PageContext.removeAttribute(varName). Re..
JSTL Core - set tag Sets the value of a scoped variable or a property of a target object. Attributes Name Dynamic Decription Type value true Expression to be evaluated. Object var false Name of the exported scoped variable to hold the value specified in the action. The type of the scoped variable is whatever type the value expression evaluates to. String scope false Scope for var. String target ..
JSTL Core - out tag Evaluates an expression and outputs the result of the evaluation to the current JspWriter object. Attributes Name Dynamic Decription Type Required value true Expression to be evaluated. Object Yes escapeXml true Determines whether characters ,&,’,” in the resulting string should be converted to their corresponding character entity codes. Default value is true. boolean No defa..
- Total
- Today
- Yesterday
- highlight.js
- reflection
- FileInputStream
- 자바
- FOUND_ROW
- 임시파일
- isDirectory
- IF
- Set
- 소스코드
- InputStreamWriter
- syntax
- BufferedReader
- jstl
- remove
- foreach
- InputStreamReader
- file
- choose
- catch
- select
- Field
- JSP
- forToken
- IO
- 라이브아카데미
- java
- Rowcount
- 파일
- BufferedWriter
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |