본문 바로가기

전체 글

How To: Making a PHP REST client to call REST resources http://www.sematopia.com/?p=153 뭘로하든 샘플소스는 모두 만들어 줘야 한다는것이 예의(?)인지라 호출용 샘플 코드를 만들어 주고 있습니다. 이젠 ASP만 하면 될듯. 더보기
java.util.Properties XML로 읽고 쓰기. loadFromXML storeToXML 규약이 있죠. ex) Properties properties = new Properties(); try { InputStream xmlStream = getClass().getResourceAsStream("resource/xxxxx.xml"); if( xmlStream == null ) { // null인데 어쩔껴.. } properties.loadFromXML(xmlStream); } catch (IOException exception) { // throw exception } DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> keyValue 더보기
히밤. 지맘대로 바꿔버려.. 히밤 Eclipse Update인지 누군가의 meta 정보가 공유된건지 지맘대로 compile 옵션을 바꿔버렸다. 그래서 xml 파일이 output folder 로 compile되어 가지 않는 문제가... *.xml 을 지워버렸다. 이건 뭐, 꼭 누구같이 상대방 의견도 안물어보고 지맘대로 바꿔버려..히밤! 더보기
NateOn 4.0 모든걸 다 떠나서 멀티로그인 하나만으로도 10점 만점에 8점. http://nateonweb.nate.com/download/messenger/windows/4.0b/ 더보기
ExtJs extend.. Ext.MyClass = function() { Ext.MyClass.superclass.constructor.call(this); ..... }; Ext.extend(Ext.validProd, Ext.util.Observable, { functionName:function (v) { ............... return v; } }); var valid = new Ext.MyClass(); 사용하기에 따라서 정말 욕/칭찬의 극을 먹을 수 있는 javascript lib... 덤으로 trim() 관련 http://blog.stevenlevithan.com/archives/faster-trim-javascript 더보기