Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- WTI
- 엘론 머스크
- Python
- 코로나19
- 주가분석
- 중국경제
- 주식투자
- WTI유
- 퀀트
- 미국금리
- 금리인상
- 유상증자
- 스크리닝
- DSP
- 기업분석
- 국제유가
- 제다큐어
- 중국증시
- 지엔티파마
- 경제위기
- FOMC
- 넬로넴다즈
- 아모레퍼시픽
- 머신러닝
- 테슬라
- 마법공식
- prometheus
- 반려견치매
- 뉴지스탁
- 뇌졸중
Archives
- Today
- Total
목록JavaScript (1)
Data Analysis for Investment & Control
Ajax.Request
A basic example var url = '/proxy?url=' + encodeURIComponent('http://www.google.com/search?q=Prototype'); // notice the use of a proxy to circumvent the Same Origin Policy. new Ajax.Request(url, { method: 'get', onSuccess: function(transport) { var notice = $('notice'); if (transport.responseText.match(/href="http:\/\/prototypejs.org/)) notice.update('Yeah! You are in the Top 10!').setStyle({ ba..
Code/WEB
2010. 9. 26. 00:48