소프트웨어

    컬럼 이름을 갖고 있는 테이블 찾기

    SELECT TABLE_NAME, COLUMN_NAME FROM all_tab_columns WHERE COLUMN_NAME LIKE '%NAME%';

    확장자 찾아내기

    int pos = fileNames.get(i).lastIndexOf(".");String extension = fileNames.get(i).substring(pos + 1);System.out.println(fileNames.get(i)); if (extension.equals("xlsx")) {

    이미지 blob으로 저장하고 출력하기

    # 이미지 파일크기 줄이기http://blog.habonyphp.com/entry/php-base64-%EB%AC%B8%EC%9E%90%EC%97%B4%EC%9D%84-%EC%9E%91%EC%9D%80-%EC%9D%B4%EB%AF%B8%EC%A7%80%EB%A1%9C-%EB%B3%80%ED%99%98%ED%95%98%EC%97%AC-MySql%EC%97%90-%EC%A0%80%EC%9E%A5%ED%95%98%EA%B8%B0 # show image from mysql with phpTry Like this.For Inserting into DB$db = mysqli_connect("localhost","root","","DbName"); //keep your db name $image = addslashe..

    opensource gallery

    opensource gallery

    https://www.google.co.kr/search?newwindow=1&safe=off&ei=3gL5WarxBYTW8QXxlrKABQ&q=php+open+source+gallery&oq=gallery+php+opensource&gs_l=psy-ab.3.1.0i13i30k1j0i10i30k1j0i13i5i30k1j0i8i13i30k1l3j0i13i5i30k1l2j0i8i13i30k1l2.90475.97189.0.102880.26.22.0.0.0.0.357.1804.0j5j3j1.9.0....0...1.1.64.psy-ab..17.9.1801...0j0i131k1j35i39k1j0i203k1j0i30k1j0i5i30k1j0i8i30k1.0.uW1G2C-G4IE http://www.ubergallery..

    txt파일 include하고 line break 나타내기

    include txt file on html As MrN00b noted, I am assuming you have left out the inclusion of the jQuery js file itself? Please include it, if you have not already, as it is not implicitly part of a web page.As your code precedes the item in the document it references (id="text"), you need to wait for the document to complete loading:Use one of these so that your jQuery will wait for the DOM to fin..

    excel file 조작하기

    이전 버전 다운받는 주소 : https://archive.apache.org/dist/poi/release/bin/ POI 4.0 and later require JDK version 1.8 or later. POI 3.11 and later 3.x versions require JDK version 1.6 or later. POI 3.5 to 3.10 required the JDK version 1.5 or later. Versions prior to 3.5 required JDK 1.4+. Busy Developers' Guide to HSSF and XSSF Featureshttps://poi.apache.org/spreadsheet/quick-guide.html example source : ht..

    [spring boot] intro

    1. spring 배경EJB(Enterprise JavaBeans)에서 문제가 되었던 부분을 해결하기 위해 비 침투적인(non-invasive) 방식을 도입하였고, 엔터프라이즈 애플리케이션 개발을 좀 더 쉽게 하기 위한 목적으로 만듦. ref. https://scroogy.atlassian.net/wiki/spaces/SPRING/pages/8847424 이 때, 오픈 소스 프로젝으로 스프링이 나왔음. 스프링은 ejb 를 쓰지 않고도 엔터프라이즈급 어플리케이션 개발이 가능하도록 하기 위해 나온 것임. (ejb3 스펙은 사용하기에 많이 쉬워졌지만 이미 그 이전에 스프링이 나오면서 널리 확산되어 쓰이기 시작함) 결국 당시에 복잡했던 ejb 를 사용하지 않아도 되고, 그냥 j2se 를 사용하면서 트랜젝션과 보..

    cocos-2dx js note

    http://cocos2d-x.org/docs/tutorials/javascript/parkour-game-with-javascript-v3.0/chapter2/en/index.html