도구 > 정렬


taskkill /f /fi "imagename eq note*" /im * /t
출처:https://sunhyeon.wordpress.com/2014/12/16/1714/



find . -size 0


printf("%c%c\n", 0xffffffc7, 0xffffffd4); // 함 

printf("%c%c\n", 0xffffffbc, 0xfffffff6); // 수

printf("%c%c\n", 0xffffffb8, 0xffffffed); // 명


c strtok

카테고리 없음 2014. 12. 11. 09:15

#include <stdio.h>

 

#include <strings.h>

 

int main(){

 

    char sep[]="|";

 

    char *token;

 

 

    char s[] = "lizard|ant|butterfly";

 

    int i = 0;

 

 

    token = (char *)strtok(s, sep);

 

    while ( token != NULL ){

 

        printf("[%d] TH token:%s\n", i, token);

 

        token = (char *)strtok(NULL, sep);

 

        i ++;  

 

    }

 

}


:e#. 이전 파일 열기




hash of array '\' 를 사용한다


(http://www.perlmonks.org/?node_id=1977)

my @arrayOne = 1..10; my @arrayTwo = 20..30; my %HashOfArrays = ( one => \@arrayOne ); $HashOfArrays{two} = \@arrayTwo;


http://blog.naver.com/PostView.nhn?blogId=dlwlal1004&logNo=90164896523


출처: http://stackoverflow.com/questions/202253/eclipse-tomcat-how-to-specify-which-folder-is-served-from-the-project


1. Project Facet "Dynamic Web Module" 활성화


2. project

   > properties

   > 'Deployment Assembly'

    Add... Folder -> Next

    원하는 폴더 선택

     






localhost-config/server.xml 을 열어서 중복된 행 제거