본문 바로가기

2017/06

(15)
유니세프 - 유자페스티벌 정기적으로 유니세프에서는 후원 행사를 하고 있는데 올해는 유자 페스티벌이라는 타이틀로 진행하네요. 후원자 사전신청 진행중이고 유니크한 유니세프 스티커를 준다고 합니다. (추첨인지 선착순인지...) 주말 데이트 코스가 마땅찮으시다면 평소에 스쳐지나가던 도움이 필요한 이웃들을 위한 행사에 참여해보시기 바랍니다. 유니세프 공식 홈페이지 언더그탠드에비뉴는 이런 곳 입니다. 찾아오시는 길
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
[다음 API] 주소 검색 샘플 다음 API 반환 구조 클래스 #region " [ 다음 주소검색 ] " public class DaumAddressSearchResult { public Channel channel { get; set; } } public class Channel { public string totalCount { get; set; } public string link { get; set; } public string result { get; set; } public string generator { get; set; } public string pageCount { get; set; } public string lastBuildDate { get; set; } public Item[] item { get; set; ..
[mssql] CONVERT Datatime to string DECLARE @index INT = 100 DECLARE @result VARCHAR(30) WHILE @index < 132 BEGIN BEGIN TRY SET @result = CONVERT(VARCHAR(30), GETDATE(), @index) PRINT convert(char(3), @index) + ', ' + @result END TRY BEGIN CATCH print convert(char(3), @index) + ', ' + 'NOT_CONVERTED' END CATCH SET @index = @index + 1 END 100, 06 26 2017 6:33PM 101, 06/26/2017 102, 2017.06.26 103, 26/06/2017 104, 26.06.2017 105, 26..
[EntityFramework] Support Spatial Data for stored procedure on SqlServer 2008R2 edmx designer 로 sp 를 add 하면 spatial data type ( geometry/geography ) 의 class 가 edmx 에 생성되지 않습니다. solution #1 Install service pack / feature pack - https://goo.gl/q2xUTf solution #2 To add scalar property in *.tt class - https://goo.gl/xZJA42 2번 추천합니다.
[jQuery] to find checkbox and change attribute 1234567891011$(".Chk_Choice").click(function () { var parentChildren = $(this).parent().parent().parent().children(); var parentAllChecked = false; var isChecked = $(this).is(":checked"); var checkboxId = $(this).attr("id"); $.each(parentChildren.find("input[type=checkbox]"), function (index, item) { if (checkboxId != $(item).attr("id")) { $(item).attr("disabled", isChecked); } }); });Colored by..
법정구역 api & shp download 법정구역정보 api http://dev.vworld.kr/dev/v4dv_2ddataguide2_s002.do?svcIde=ademd SHP 파일 다운로드 국가공간포털(전국 시/구군/동/리 ) http://openapi.nsdi.go.kr/nsdi/eios/ServiceDetail.do?svcSe=F&svcId=F001 전국데이터(전국 도) http://www.gisdeveloper.co.kr/?p=2332
대림미술관 - 토드 셀비 작가 작가 홈페이지 : http://theselby.com 토드셀비는 누구? : http://theselby.com/about/ 대림미술관 관람전 알아 둘 것 온라인 회원 가입은 미리해두시고 가시면 편리하구요. 한 번 관람해도 재관람 가능하며 오디오 가이드가 앱 설치만으로 무료 서비스 됩니다. 우리카드 프로모션 안내가 있습니다. 문의 해보시고 추가 할인 받으세요~. 작품들 주차 유아 동반에 승용차를 이용하실 분들은 인근 현대 미술관을 이용해 보시는 것도 괜찮습니다. 1. 유아 휴게실이 잘 되어있음. 2. 전시보고 삼청동 나들이 할 수 있음. 3. 주말이라도 주차 대수가 많아 대기하는 경우가 거의 없었음. 4. 비교적 저렴한 주차요금(개인적임). 5. 경복궁을 가로 질러서 갈 수 있음.