'개소리 왈왈 > 블로그' 카테고리의 다른 글
| 끄아아아앙 언제 설정이 풀렸었어 ㅠㅠ (0) | 2014.04.08 |
|---|---|
| dnsever 서포터즈 (0) | 2014.03.29 |
| 구글 독스 양식을 이용한 설문조사 (0) | 2013.08.09 |
| 우비 2차 실망.. (0) | 2013.07.24 |
| 스팸때문에 돌아가시겠다!!!! (2) | 2013.07.18 |
| 끄아아아앙 언제 설정이 풀렸었어 ㅠㅠ (0) | 2014.04.08 |
|---|---|
| dnsever 서포터즈 (0) | 2014.03.29 |
| 구글 독스 양식을 이용한 설문조사 (0) | 2013.08.09 |
| 우비 2차 실망.. (0) | 2013.07.24 |
| 스팸때문에 돌아가시겠다!!!! (2) | 2013.07.18 |
여기 부터는 설치 예술이라고 해야하나?
4대의 어안렌즈 빔프로젝터를 이용해서
전방위 출력을 하고 있다. 천장의 한글은 계속 변화하여 색다른 느낌을 준다.
막다른 길에 있는 설치/인터렉티브 작품
앞에서 불러주는대로 타자기를 쳐주고, 원한다면 타자를 칠 수 도 있다.
아래 늘어진 내용에는 작가들이 친 것도 있어어서
작품의 규칙인 "앞이 내용 이어서 쓰기"는 참.. 난이도가 하늘을 찌른다 -_-a
한자한자 밀어서 찍어주어야 그 힘으로 종이에 찍히기에
지금처럼 살짝 눌러서 치는 사람들은 적응하기 힘들지만 타자기 나름의 맛이 있어서 소장하고 싶기도 ^^;
아무튼 ㅜㅠ ㅗㅛ와 같이 아래로 가는 중성 모음과 받침 자음은 "받침"을 누르고 입력해야 하는데
그 방법이 익숙하지 않아 자꾸만 오타를 내서 문장이어가기 보다는 입력에 집중해야 하는 문제가 ㅋㅋ
가장 마지막 전시
서울역 옥상에 설치된 문구
"그곳에 마땅히 인생이 있을게다."
| never naver! (0) | 2014.04.06 |
|---|---|
| 370번 타요버스! (0) | 2014.04.04 |
| 충정로 - 서대문 그리고 서울역 (0) | 2014.03.25 |
| DDP - 동대문 디자인 플라자 (0) | 2014.03.25 |
| 뭘 보냐 닝겐 (2) | 2014.03.19 |
구조로는 상단에 BGA로 되어있고
전원은 파워칩을 통해서 직접 On/Off 하는 것으로 생각된다.
| HP 2710p 지름 ㅋㅋ (0) | 2014.05.03 |
|---|---|
| heartbleed bug!! (0) | 2014.04.09 |
| 엠북 180도 펼치기 개조 (0) | 2014.03.26 |
| umid mbook m1 배터리 교체 (2) | 2014.03.19 |
| umid mbook 관련 파일방 (2) | 2014.03.14 |
| AVR Studio / AVRdude 연동 (0) | 2015.03.12 |
|---|---|
| AVRISP 호환 제품 ? (0) | 2015.03.11 |
| avr glcd (122x32) 소스 (2) | 2014.03.27 |
| ATmega128 핀입력 threshold / hysteresis (0) | 2014.03.24 |
| Atmel AVR 라인트레이서 및 IR 관련 링크 (0) | 2014.03.22 |
| Several frequently-seen status codes have "friendly" error messages that Internet Explorer 5.x displays and that effectively mask the actual text message that the server sends. However, these "friendly" error messages are only displayed if the response that is sent to the client is less than or equal to a specified threshold. For example, to see the exact text of an HTTP 500 response, the content length must be greater than 512 bytes. [링크 : http://support.microsoft.com/kb/294807] |
| jsp cookie (0) | 2014.03.31 |
|---|---|
| jsp 액션 태그 - <jsp: (0) | 2014.03.28 |
| jsp buffer (0) | 2014.03.27 |
| jsp - page / request / session / applicaton (0) | 2014.03.27 |
| JSP에서 euc-kr로 할 경우 저장이 안되는 한글이 있다? (0) | 2014.03.26 |
| <%@ page contentType="text/html; charset=euc-kr"%> <%@ page buffer="16kb" autoFlush="false"%> |
| public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
response.setContentType("text/html; charset=EUC-KR");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out; |
java.lang.Object
extended by javax.servlet.jsp.JspFactory
public abstract PageContext getPageContext(Servlet servlet,
ServletRequest request,
ServletResponse response,
String errorPageURL,
boolean needsSession,
int buffer,
boolean autoflush)
[링크 : http://docs.oracle.com/javaee/5/api/javax/servlet/jsp/JspFactory.html#getPageContext(...)] |
| jsp 액션 태그 - <jsp: (0) | 2014.03.28 |
|---|---|
| jsp error 페이지 사이즈 제한(IE) (0) | 2014.03.27 |
| jsp - page / request / session / applicaton (0) | 2014.03.27 |
| JSP에서 euc-kr로 할 경우 저장이 안되는 한글이 있다? (0) | 2014.03.26 |
| JSP 기본 문법 (0) | 2014.03.26 |
There are four possible scopes:
|
| Scope is nothing but lifetime object 1.page - only in the particular jsp
2.request- only in the jsp to which you forward your request object
3.session- it is available until the session is invalidate(you can access it from any jsp)
4.application-it is available until the web application or server shutdown(you can access it from any jsp).available through whole application
[링크 : http://www.coderanch.com/.../certification/Page-Scope-request-Scope-session] |
| jsp error 페이지 사이즈 제한(IE) (0) | 2014.03.27 |
|---|---|
| jsp buffer (0) | 2014.03.27 |
| JSP에서 euc-kr로 할 경우 저장이 안되는 한글이 있다? (0) | 2014.03.26 |
| JSP 기본 문법 (0) | 2014.03.26 |
| 웹 서버 및 서비스 개요(java/jsp) (0) | 2014.03.26 |
| AVRISP 호환 제품 ? (0) | 2015.03.11 |
|---|---|
| SED1520 데이터시트 / Page, Line, Column (0) | 2014.03.27 |
| ATmega128 핀입력 threshold / hysteresis (0) | 2014.03.24 |
| Atmel AVR 라인트레이서 및 IR 관련 링크 (0) | 2014.03.22 |
| LM-324과 ST-1K 사용하기 2 (0) | 2014.03.22 |
| jsp buffer (0) | 2014.03.27 |
|---|---|
| jsp - page / request / session / applicaton (0) | 2014.03.27 |
| JSP 기본 문법 (0) | 2014.03.26 |
| 웹 서버 및 서비스 개요(java/jsp) (0) | 2014.03.26 |
| Apache tomcat (0) | 2014.03.25 |
| 디렉티브 (Directive) | <%@ %> (import) |
| 스크립트릿 (Scriptlet) | <% %> (코드 영역 / 메소드 선언 불가) |
| 표현식 (Expression) | <%= %>(웹페이지로 출력) |
| 선언부 (Declaration) | <%! %> (메소드 선언 영역) |
| public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
[링크 : http://stackoverflow.com/questions/10396347] |
| jsp buffer (0) | 2014.03.27 |
|---|---|
| jsp - page / request / session / applicaton (0) | 2014.03.27 |
| JSP에서 euc-kr로 할 경우 저장이 안되는 한글이 있다? (0) | 2014.03.26 |
| 웹 서버 및 서비스 개요(java/jsp) (0) | 2014.03.26 |
| Apache tomcat (0) | 2014.03.25 |