분류 전체보기 (242) 썸네일형 리스트형 [c#][mssql] Spatial Data type을 취급하기 위한 필수 패키지 C# 코딩에서 mssql Spatial Type을 취급하기 위한 필수 nuget 패키지 DotSpatial.Projections- 좌표계 변환 함수 포함 GeoJSON for Entity Framework 6 Spatial Data and WKT- Spatial m WKT 타입을 GeoJSON 으로 변경하는 함수 Microsoft.SqlServer.Types- Sql 서버의 타입 정의 [spatial data] 공간인덱싱 msdn - 공간인덱싱 개요 https://goo.gl/1MTmEL 인덱싱 심화 https://goo.gl/BDXpsq 대한민국 위/경도 범위 https://goo.gl/Fx1rmr Q : Spatial index statistics missing https://goo.gl/Bo8Juk 인덱스 통계보기 declare c cursor static for select object_id, name, index_id from sys.indexes where type_desc = 'SPATIAL' open c declare @obj int declare @statsname varchar(max) declare @indid int declare @tname varchar(max) fetch next from c i.. [jsonp] Ajax jsonp 사용방법 간단예제 https://goo.gl/kwd7cv 원리 https://goo.gl/gdzhjV core javascript 로 jsonp 예제 https://goo.gl/8gohsw SOP - 동일출처원칙 https://goo.gl/twQQa9 크로스도메인 예제 https://goo.gl/Ynfc5A java 예제 https://goo.gl/zYEUcw https://goo.gl/Dn9UG [우리카드][프로모션] 대림미술관 The Selby House 30% 할인 우리카드 이벤트 링크 : https://sccd.wooribank.com/ccd/Dream?withyou=CDCNT0048&__STEP=1&no=1919 [jquery mobile] ListView scroll load more https://goo.gl/2c9XYy jsfiddle http://jsfiddle.net/knuTW/2/ lazy load https://goo.gl/7yAsDT jsfillde http://jsfiddle.net/Palestinian/pAgbT/light/ http://embed.plnkr.co/J4IbE9/ https://codepen.io/Palestinian/pen/ApFDG lazy loader plugin https://goo.gl/WMxVZi git https://github.com/dcarrith/jquery.mobile.lazyloader Masonry plugin https://goo.gl/v652YU 6 type jquery-infinite-scrolling-demos with so.. [jquery mobile] swipe event swipe left / right 는 기본적으로 이벤트 핸들러를 제공하는데 up/down 은 api doc 에 없어서 구현 된 예제를 찾아봤습니다. jquery Mobile https://api.jquerymobile.com/swipe/ jsfiddle https://goo.gl/Nwvhu1 touch swipe - 페이지 하단에 example 들이 있습니다. http://labs.rampinteractive.co.uk/touchSwipe/demos/Page_scrolling.html 유니세프 - 유자페스티벌 정기적으로 유니세프에서는 후원 행사를 하고 있는데 올해는 유자 페스티벌이라는 타이틀로 진행하네요. 후원자 사전신청 진행중이고 유니크한 유니세프 스티커를 준다고 합니다. (추첨인지 선착순인지...) 주말 데이트 코스가 마땅찮으시다면 평소에 스쳐지나가던 도움이 필요한 이웃들을 위한 행사에 참여해보시기 바랍니다. 유니세프 공식 홈페이지 언더그탠드에비뉴는 이런 곳 입니다. 찾아오시는 길 Convert string format to Datetime string testDateString = "19900712"; DateTime testDatetime = DateTime.ParseExact(testDateString, "yyyyMMdd"); string resultDateString = string.Format("{0:yyyy년MM월dd일}", testDatetime); msdn : https://goo.gl/kLdZ9k 이전 1 ··· 15 16 17 18 19 20 21 ··· 31 다음