javascript에서 callback 함수에 관한 글 중에서 비동기 처리 방식에 관련하여 callback이 많이 사용된다는 것을 알았다.나도 같은 경우가 발생되었다. angluarjs로 사이트를 만들던 중 data-obejct 관련된 글을 보게 되었다.http://www.webdeveasy.com/angularjs-data-model/ 여기서 확인했을때 각 entity별로 crud 등을 수행 할 수 있도록 data-object 객체를 만들고 화면단에서는 해당 기능을 호출하는 방식으로 개발하도록 하는 방법이다. 아래 angularjs.factory를 이용하여 Book 의 Crud를 만들었다. Book model serviceapp.factory('Book', ['$http', function($http)..
Colored By Color Scripter™123456789101112131415 $(function(){ //모바일 브라우저 문자열 체크 var mobileInfo = new Array('Android', 'iPhone', 'iPod', 'BlackBerry', 'Windows CE', 'SAMSUNG', 'LG', 'MOT', 'SonyEricsson'); for (var info in mobileInfo){ if (navigator.userAgent.match(mobileInfo[info]) != null){ /* */ var mobileBanHtmlSrc = ""; $(".infoChangeDiv").html(mobileBanHtmlSrc); // 모바일 수행 break; } }
facebook 퍼가기 unctionName(title){ var link = document.location.href; window.open("http://www.facebook.com/share.php?u="+encodeURIComponent(link)+"&t="+encodeURIComponent(title),'',''); } twitter 퍼가기 sendTwitter(title){ var link = document.location.href; window.open("http://twitter.com/share?url="+encodeURIComponent(link)+"&text="+encodeURIComponent(title),'',''); } https://developers.facebook.com..
2015.06.03 추가 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 var geocoder; var map; function initialize() { geocoder = new google.maps.Geocoder(); var latlng = new google.maps.LatLng(37.5665, 126.9780); var mapOptions = { zoom: 12, center: latlng, mapTypeId: google.maps.MapTypeId.ROADMAP } map = new google.map..
오랜만에 적는다. 요새 좀 바쁘고 반복 작업을 하느라..따로 정리해놓은게 많이 부족해지는 것 같다.이번엔 구글에서 제공해주는 구글지도 연동 관련된 내용을 정리해봤다. Colored By Color Scripter™123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
2013.05.22 var addr_url = "/Share/menuInfoTestAjax.asp?fact=detail&menuPkId="+value; var xmlHttp = createXMLHttpRequest(); xmlHttp.open("GET", addr_url, true); xmlHttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded;charset=euc-kr"); xmlHttp.setRequestHeader("Pragma", "no-cache"); xmlHttp.send(null); xmlHttp.onreadystatechange = function() { if(xmlHttp.readyState == 4 ) { if(..
제목 내용 첨부파일 등록일 ----------------------------------- 2013.03.12 추가 --------------------------------------- function rowInsert(){ var table = document.getElementById("tbl"); var idx = table.rows.length; var objRow = table.insertRow(idx-1); for(var i=0; i
- Total
- Today
- Yesterday
- java 폴더구조 구하기
- POI EXCEL
- JSP 세션
- POE Excel 만들기
- Database#transaction
- jstl 커스텀 태그
- java 특정문자 갯수구하기
- coroutine
- 전자정부프레임워크 tiles
- java 압축 풀기
- mybatis Merge
- spring property
- JSTL
- MyBatis 팁
- jstl foreach
- java 설정
- 코루틴
- java 설치
- jstl split
- Kotlin
- java calendar
- github image 첨부시 주의할점
- spring ExcelView
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |