본문 바로가기
  • Seizure But Okay Developer

BackEnd55

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.
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.
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.
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.
Oracle 관련 자료 오라클 Partition By 관련 자료 https://gent.tistory.com/442 UNION, UNION ALL 과 group by https://jh-tr.tistory.com/142 오라클 페이징 https://devfoxstar.github.io/database/oracle-paging-query/#%EC%A0%84%ED%86%B5%EC%A0%81%EC%9D%B8-%EB%B0%A9%EB%B2%95---%EC%B2%AB-%EB%B2%88%EC%A7%B8 string to int https://wwwnghks.tistory.com/95 인덱스 동작 순서 https://stackoverflow.com/questions/1739068/how-to-speed-up-sql-query-with-gro.. 2024. 4. 17.
ASP.NET 관련 자료 정리 $(document).ready(function() not working https://jeffrey-oh.tistory.com/351 System.InvalidOperationException: Stack empty https://stackoverflow.com/questions/20406497/system-invalidoperationexception-stack-empty JSON 데이터 순환 참조 오류 해결 원인: https://blog.naver.com/monkeychoi/220507738841 해결책: https://stackoverflow.com/questions/1153385/a-circular-reference-was-detected-while-serializing-an-object-of-.. 2024. 4. 4.
C# 관련 자료 enum 값을 int 로 치환하기 https://stackoverflow.com/questions/943398/get-int-value-from-enum-in-c-sharp 2024. 3. 31.
오라클 관련 자료 TNS 리스너가 없습니다 https://velog.io/@zwooo96/ORA-12541-TNS-%EB%A6%AC%EC%8A%A4%EB%84%88%EA%B0%80-%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4 connect By https://blog.naver.com/l1523/221929073270 https://stackoverflow.com/questions/52899897/oracle-connect-by-rownum https://hotsummers.tistory.com/53 https://rosebay.tistory.com/82 2024. 3. 31.
ASP.NET 자료 정리 파일업로드 https://asp.net-tutorials.com/controls/file-upload-control/ 디렉토리에서 가장 최근 파일 가져오기 https://stackoverflow.com/questions/1179970/how-to-find-the-most-recent-file-in-a-directory-using-net-and-without-looping include 키워드 안 먹을 때 full 라이브러리 명 입력하여 라이브러리 사용하기 https://stackoverflow.com/questions/1105593/get-file-name-from-uri-string-in-c-sharp csv 한글 출력안되는 이슈 해결방법 https://ongamedev.tistory.com/458 p.. 2024. 3. 31.