http://flexdocs.kr/docs/flex2/docs/Part5_ProgAS.html
오늘 부터 공부 한 번 해봐야겠다.
필요한게 뭐지?
adobe에 가서 flex builder를 다운 받는 중 - ecllips IDE와 일반버젼이 있음
2007년 8월 29일 수요일
Compiling shared PECL extensions with phpize
$ cd extname
$ phpize
$ ./configure
$ make
# make install
PECL을 사용한 install을 이렇게 해야 함
// extension이 설치되는 dir확인
$ phpize
$ ./configure
$ make
# make install
PECL을 사용한 install을 이렇게 해야 함
// extension이 설치되는 dir확인
$ php-config --extension-dir
2007년 8월 27일 월요일
json사용을 위한 PECL extensions설치
php같은 경우 module을 여러 관리 프로그램으로 install하네..희안하네~
# pecl install json
WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update
downloading json-1.2.1.tgz ...
Starting to download json-1.2.1.tgz (17,780 bytes)
......done: 17,780 bytes
11 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20050922
Zend Extension Api No: 220051025
# pecl install json
WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update
downloading json-1.2.1.tgz ...
Starting to download json-1.2.1.tgz (17,780 bytes)
......done: 17,780 bytes
11 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20050922
Zend Extension Api No: 220051025
2007년 8월 24일 금요일
pear installer를 사용한 php module설치
php에도 perl의 cpan install manager와 같은 install manager가 있었다 이름하여~~pear 흐흐..
root계정에서 pear의 실행이 가능하도록 설정한 후 간단히 실행하면 된다.
1. HTTP/Request 설치
# pear install Http_Request
WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update
downloading HTTP_Request-1.4.1.tgz ...
Starting to download HTTP_Request-1.4.1.tgz (15,927 bytes)
......done: 15,927 bytes
downloading Net_URL-1.0.15.tgz ...
Starting to download Net_URL-1.0.15.tgz (6,303 bytes)
...done: 6,303 bytes
install ok: channel://pear.php.net/Net_URL-1.0.15
install ok: channel://pear.php.net/HTTP_Request-1.4.1
2. Net/Socket 설치
pear install Net_Socket
WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update
downloading Net_Socket-1.0.8.tgz ...
Starting to download Net_Socket-1.0.8.tgz (5,441 bytes)
.....done: 5,441 bytes
install ok: channel://pear.php.net/Net_Socket-1.0.8
root계정에서 pear의 실행이 가능하도록 설정한 후 간단히 실행하면 된다.
1. HTTP/Request 설치
# pear install Http_Request
WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update
downloading HTTP_Request-1.4.1.tgz ...
Starting to download HTTP_Request-1.4.1.tgz (15,927 bytes)
......done: 15,927 bytes
downloading Net_URL-1.0.15.tgz ...
Starting to download Net_URL-1.0.15.tgz (6,303 bytes)
...done: 6,303 bytes
install ok: channel://pear.php.net/Net_URL-1.0.15
install ok: channel://pear.php.net/HTTP_Request-1.4.1
2. Net/Socket 설치
pear install Net_Socket
WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update
downloading Net_Socket-1.0.8.tgz ...
Starting to download Net_Socket-1.0.8.tgz (5,441 bytes)
.....done: 5,441 bytes
install ok: channel://pear.php.net/Net_Socket-1.0.8
2007년 8월 23일 목요일
송장 확인 프로젝트
시나리오
고객은 파일을 등록한다, 파일은 excel로만 등록해야 하며 등록 후 자동으로 파싱되어 화면에 출력된다.
화면에서 송장번호라인을 선택한 후 작업 시작 버튼을 누르면 조회 작업이 시작된다.
어떻게 보여주는게 좋을지..생각 중..
작업완료 되면 결과를 다운 받을 수 있다.
프로그램 관련
파일 업로드 처리 ( 완료 )
=> 등록된 파일명을 리턴한다.
탭 처리 부분 (완료)
업로드한 엑셀의 파싱 (date: 2007.8.17 ~ )
xls2htm등을 사용해 data를 출력한다. 이때 중요한것은 column마다 같은 class를 가져야 한다는 것임 그래야 header를 선택할 경우 전체의 색이 변경될 수 있음
파싱한 데이터의 화면 출력
화면 출력한 데이터의 헤더 선택
수익모델 디자인
이 글은 스프링노트에서 작성되었습니다.
2007년 8월 22일 수요일
[jQuery] 가져온 xml data의 control이 필요함
date: 2007.8.22
XSLT와 XML을 사용해 사이트 개발 중
XSLT구현에서도 몇 가지 문제점이 있음.
jQuery를 사용해 xsl과 xml을 가져옴 google에서 배포한 ajaxslt를 사용해 특정 div에 결과값을 출력 함
=> 여기까지는 전혀 문제 없음
가져온 xml 데이터를 looping하고 결과를 바꿔주려 함, Client에서 해당 값을 변경함으로써 Server로부터 값을 가져오는데 따른 overhead를 방지 할 수 있음.
피드 구독하기:
글 (Atom)