Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- mysql update
- 컴파일러 입문
- 컴파일 설치
- 리눅스
- 렉스 컴파일
- 데이터베이스 갱신
- alter 명령어
- db 백업
- vim 정렬
- 데이터 갱신
- 렉스
- mysql 권한부여
- x윈도우
- mysql alter
- mysql 계정삭제
- mysql 계정생성
- linux log
- 자동정렬
- 리눅스 로그 삭제
- 리눅스 gui
- lex 컴파일
- db 덤프
- 로그 삭제
- 리눅스 로그
- mysql 갱신
- alter 문법
- x-window
- db덤프
- vim 자동정렬
- lex compiler
Archives
- Today
- Total
It's under your control.
lex 컴파일을 위한 flex 설치 및 컴파일
렉스 파일 : test.l 데이터 파일 : test.dat yum install -y flex yum install -y bison [root@localhost ~]$ lex-bash: lex: command not found [root@localhost ~]# yum install -y flex ...... [root@localhost ~]# lex test.l [root@localhost ~]$ ll total 8 -rw-rw-r--. 1 root root 43 Jan 18 12:52 test.da t-rw-rw-r--. 1 root root 1084 Jan 18 12:58 test.l [root@localhost ~]$ lex test.l [root@localhost ~]$ ll total 56 -..
Works/Linux
2013. 4. 21. 22:52