본문 바로가기

컴터

(225)
xml 얻어 오는 방법, list 에서 .. //////resultEvent 에서 얻어옴 lst.dataProvider = event.result.rss.channel.item; /////httpService 에서 얻어옴 lst.dataProvider = newsCall.lastResult.rss.channel.item; ------------------------------------------------------------ list 에서 arraycollection 이 아니고, xml 로 직접 얻어 올때..
itemrenderer 안의 button 에 이벤트 주기, 파일 다운로드시 주의사항 http://cafe.naver.com/ArticleRead.nhn?clubid=10833316&page=5&searchtype=1&query=filereference&searchdate=all&articlemedia=0&sortby=date&articleid=1438 /*Download*/ import mx.controls.Alert; import flash.net.FileReference; private var fr:FileReference; private function dwn():void { fr = new FileReference(); //scope 가 끝나는 시점에는 upload 나 download 를 취소한다고한다. //그래서 지역변수는 안되고, 인스턴스 변수로 선언해야 한다. var req..
httpservice 에서 데이타 그리드 불러올때 형태의 php 파일에서 httpservice 로 불러와 ... private function resultHand(event:ResultEvent):void{ dg.dataProvider = event.result.items.item; } ---> dg 는 DataGrid 의 아이디.. ArrayCollection에 담지 않고, 직접 불러도 됨. ㅡㅡ;; 이제껏 뻘짓했뜸..
원격데스크탑 연결 pg xp 터미널..
링크를 클릭하면 현재 페이지를 html파일로 저장 현재 페이지 저장
DVD 파일을 AVI 로 변환 그냥 열면됨..ㅋ 프리웨어~~
자바스크립트 flex 연동시 사소한 실수 html 에서 플랙스 호출할때 에서 id 값과 name 값을 꼭 입력해야 한다고 한다.
mod_security ..파일 업로드시 Access deny.. 라는 것이 로그상에 남을때 참고 http://www.sulinux.net/bbs/board.php?bo_table=success&wr_id=14&page=2http://kldp.org/node/71214http://sir.co.kr/bbs/board.php?bo_table=gblog_qa&wr_id=1704&page=1httpd.conf 안에서 설정..없다면 modsecurity.conf  에서 설정.::: SecFilterScanPost On   ===>   SecFilterScanPost Off::: apache restart참고...며칠전 뉴스에  1000여개의 웹사이트가 중국 크래커들에게 해킹당했다는 뉴스가 나왔습니다.최근의 해킹 수법들은 웹을 통한 공격이 주를 이룬다고 합니다.이를 방지하기 위한 방법이 mod_security ..