Code Monkey home page Code Monkey logo

jbm_web's Introduction

jbm_web's People

Contributors

stevefordev avatar

Watchers

James Cloos avatar

jbm_web's Issues

memo 180213

  1. WEB-INF/lib 폴더에 ojdbc6, mybatis 복사
  2. META-INF 에 context.xml 을 복사(커넥션풀 설정)
  3. 패키지 생성 (config, dao, mapper, vo, util)
  4. mapper 에 맵퍼파일 복사 후 이름 변경 (namespace 변경)
  5. config에 mybatis-config.xml 복사
  6. util에 SqlSessionUtil 복사(mybatis-config 파일 경로 변경)
  7. dao 에 GroupsDAO 생성

memo 180417 동적쿼리(foreach)

mybatis 동적쿼리 예제

SELECT no,title,contents,writer, writer_no writerNo, profile,hit,likes,regdate FROM board WHERE writer IN #{name}

memo 180221 jsp 선언 style

html 주석
<!-- 주석문 -->

JSP 주석
<%-- 주석문 --%>

자바 주석
// 주석문


지시어 (page, include, taglib)
<%@ page ~
<%@ include ~
<%@ taglib ~

선언문 
<%! 선언문; %>

스크립트릿
<% 자바 코드 %>

표현식
<%= 표현식 %>

memo 180227 fileupload

파일 업로드시
1) post방식
2) enctype을

※ multipart/form-data로 변경

※ enctype의 기본 : application/x-www-form-urlencoded

memo 180313 jsp underscore

jsp에서 언더스코어 사용

_.templateSettings = {
interpolate: /\<\@\=(.+?)\@\>/gim,
evaluate: /\<\@(.+?)\@\>/gim,
escape: /\<\@\-(.+?)\@\>/gim
};

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.