분류 전체보기237 MSSQL 로 HTTP 통신하기 MSSQL 로 HTTP 통신하기https://dev-gilgilit.tistory.com/entry/MSSql%EB%A1%9C-HTTP-%ED%86%B5%EC%8B%A0%ED%95%98%EA%B8%B0-API-%EA%B2%B0%EA%B3%BC-%EB%B0%9B%EC%95%84%EC%98%A4%EA%B8%B0 HTTP 통신하기 위해 발생되는 오류 해결방법- 구성 옵션 'Ole Automation Procedures'이(가) 없거나 고급 옵션입니다.https://kwange.tistory.com/169 2024. 7. 29. C# 관련 자료 모음 몇 분마다 메소드 재 실행하는 방법private void OO_Load(object sender, EventArgs e) { ... timer1.Interval = 60000 * 5; // 5분 간격으로 timer1_Tick 수행 timer1.Tick += new EventHandler(timer1_Tick); timer1.Start(); } private void timer1_Tick(object sender, EventArgs e) { if (this.ContainsFocus) { your_method(nul.. 2024. 7. 29. Devexpress 관련 자료 정리 chart update 메소드 관련 설명https://www.codeproject.com/Questions/558555/RefreshingplusaplusChartplusinplusC-23 dateedit 컴포넌트 월만 표시https://m.blog.naver.com/dnjswls23/222616105388 chart 범례 구성방법https://docs.devexpress.com/WindowsForms/5884/controls-and-libraries/chart-control/legends/legends-alignment-and-layouthttps://docs.devexpress.com/CoreLibraries/DevExpress.XtraCharts.LegendBase.AlignmentHorizonta.. 2024. 7. 29. 이벤트 객체 임의로 만들기 이벤트 객체 종류https://dom.spec.whatwg.org/#dom-document-createevent 이벤트 객체 프로퍼티 설정 방법https://stackoverflow.com/questions/27108094/how-to-set-target-property-when-simulating-mouseclick-in-javascript 2024. 7. 15. C# asp 메일 보내기 관련 자료 C# asp 에서 메일 보내는 기능을 아래 자료 참고하여 만듬. https://asp.net-tutorials.com/misc/sending-mails/#google_vignettehttps://www.c-sharpcorner.com/article/send-mail-from-asp-net-website/ 근데 메일 본문에 iframe 으로 pdf 를 첨부하려니까, https 오류가 생김 (메일을 보낼때는 SSL 통신 허용을 false 로 하고 보냄, 그러나 메일을 받는 쪽은 https를 사용하므로 'An existing connection was forcibly closed by the remote host' 오류가 계속 생김. https://stackoverflow.com/questions/258203.. 2024. 7. 15. 성장 보호되어 있는 글 입니다. 2024. 7. 4. C# 관련 자료 static method에서 cookie 읽는 방법https://stackoverflow.com/questions/20057756/read-cookies-inside-a-static-method 조건 처리하여 order by 하는 방법https://gent.tistory.com/441 2024. 7. 4. CSS 관련 자료 Flex 상세 개념https://studiomeal.com/archives/197 Map객체 사용법https://mong-blog.tistory.com/entry/%ED%82%A4-%ED%83%80%EC%9E%85%EC%9D%84-%EB%B3%B4%EC%9E%A5%ED%95%A0-%EC%88%98-%EC%9E%88%EB%8A%94-Map-%EA%B0%9D%EC%B2%B4%EC%A3%BC%EC%9D%98-arraymap-%EC%95%84%EB%8B%98 input tag에 숫자만 입력되도록 제한하는 방법https://hianna.tistory.com/413 focusout 에 validation 제한 걸었을 때 무한 validation loop 걸리는 경우 해결 방법https://stackoverflow... 2024. 7. 4. ASP.NET 관련 자료 정리 파일업로드 사이즈 제한https://www.telerik.com/blogs/upload-large-files-asp-net-radasyncupload 모달창 구현하기https://velog.io/@seungmimi/javascript%EB%AA%A8%EB%8B%AC-%ED%8C%9D%EC%97%85-%EA%B5%AC%ED%98%84%ED%95%98%EA%B8%B0 datatables 에서 numeric data 텍스트 정렬하는 방법https://stackoverflow.com/questions/29005984/how-to-right-align-numeric-data-to-right-in-datatables Search bar 만들기https://www.w3schools.com/howto/howto_css.. 2024. 5. 15. 이전 1 2 3 4 5 6 7 8 ··· 27 다음