http://kohanabi.tistory.com/71

by givingsheart 2014. 3. 27. 10:46

http://olv.moazine.com/rviewer/index.asp

by givingsheart 2014. 3. 14. 22:03

http://aircook.tistory.com/104

by givingsheart 2014. 3. 14. 21:53

http://blog.naver.com/PostView.nhn?blogId=specialcase&logNo=80092963677

by givingsheart 2014. 3. 10. 20:28

view-source:http://blog.daum.net/crintover25/315


레스트풀 아키텍처

http://blog.daum.net/_blog/BlogTypeView.do?blogid=0ahwK&articleno=192&categoryId=46&regdt=20131109221700&totalcnt=19

by givingsheart 2014. 3. 10. 17:24

http://richkorea.tistory.com/1812

by givingsheart 2014. 3. 10. 16:58

http://magazine.hankyung.com/business/apps/news?popup=0&nid=01&c1=1003&nkey=2014021000949000261&mode=sub_view

by givingsheart 2014. 3. 3. 13:28

간단하게.. 클라와 서버 사이에 JSON 표기법(<->XML)으로 작성된 수행 코드의 문자열이

네트워크  I/O하고.. 클라측에서 받아서 해당 문자열을 파싱후에 스크립트 엔진으로 구동시키

는 개념이다. EVAL()이.. 보안 문제가 걸렸을 것이다. (전달 받은 스크립트가 악성일 경우..)


// We split the second stage into 4 regexp operations in order to work around

// crippling inefficiencies in IE's and Safari's regexp engines. First we

// replace the JSON backslash pairs with '@' (a non-JSON character). Second, we

// replace all simple value tokens with ']' characters. Third, we delete all

// open brackets that follow a colon or comma or that begin the text. Finally,

// we look to see that the remaining characters are only whitespace or ']' or

// ',' or ':' or '{' or '}'. If that is so, then the text is safe for eval.


            if (/^[\],:{}\s]*$/

                    .test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, '@')

                        .replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, ']')

                        .replace(/(?:^|:|,)(?:\s*\[)+/g, ''))) {


// In the third stage we use the eval function to compile the text into a

// JavaScript structure. The '{' operator is subject to a syntactic ambiguity

// in JavaScript: it can begin a block or an object literal. We wrap the text

// in parens to eliminate the ambiguity.


                j = eval('(' + text + ')');


// In the optional fourth stage, we recursively walk the new structure, passing

// each name/value pair to a reviver function for possible transformation.


                return typeof reviver === 'function'

                    ? walk({'': j}, '')

json2.js



orgjson.jar


                    : j;

            }


// If the text is not JSON parseable, then a SyntaxError is thrown.


            throw new SyntaxError('JSON.parse');

        };

    }

by givingsheart 2014. 2. 28. 16:07

개발후 테스트 환경을 위해 

1.일반 노트북 + 아이폰 

2.애플 맥북 + 안드로이드폰


=> 1타 2피를 찾아야함. 

원하는건 

1.noSQL 디비를 돌릴수 있고,(오라클 11g 포함)

2.bpmn2.0용 공짜 툴인 bizagi 툴이 좀 무거움.. 잘돌아가는 환경
3.ios , android 시뮬이 가능

4.이클립스등 개발 환경 쾌적히 사용

5.나중에 그래픽 작업시를 위해 (unity3d..) 3d처리 능력

6.톰캣등 웹서버 동작할 예정임 (목표 동시접속 인원등 고려해야함)


여튼, ssd 메모리 , 하드 i/o 속도 좋을것 , 네트워크 i/o 효율 좋을것, 그래픽 지원 잘될것, 휴대성, 비용!


<폰갭 관련 정보>

http://www.androidside.com/bbs/board.php?bo_table=B49&wr_id=107960


http://ko.wikipedia.org/wiki/%ED%8F%B0%EA%B0%AD


<중고장터>

http://cafe.naver.com/joonggonara/


<다나와>

http://prod.danawa.com/list/?defSite=MOBILE&cate1=224&cate2=38768&cate3=42259&cate4=0&netpia&logger_kw=Mobile_LNB_115

..

또는 해외 구매대행 사이트를 찾아볼것!

by givingsheart 2014. 2. 28. 12:48

http://www.bloter.net/archives/107844

by givingsheart 2014. 2. 28. 12:42
| 1 2 3 4 5 6 7 8 ··· 20 |