본문 바로가기
  • Seizure But Okay Developer

전체 글242

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.
30대 중반이 되어서 돌이켜 봤을 때 후회없이 산다는 건 내가 하고 싶은 것의 기반에는 안정적인 생활이 보장되어 있어야 한다. 안정적인 생활 즉 돈이 안정적으로 들어와야 한다. 그러면 안정적으로 돈을 벌 수 있는 일은 무엇이 있을까? 지금 하고 있는 일 외에는 공무원 등의 공적인 업무 직업 밖에 떠오르지 않는다.하지만 굳이 지금 하는 일을 그만두고 공무원 등의 일을 해야 하나 싶다. 아무리 인생을 후회없이 살고 싶기 위해서 여러가지 일을 한다는 말이 맞지만, 내가 선호하는 방향(안정적으로 돈을 버는 것)과 반대되는 것을 시도하고 싶진 않다. 이것은 무조건 수반되어야 하는 지향점이다.취업초기에는 내가 코딩을 선택했던 것이 잘못되었다고 얘기할 수 있겠지만 적응이 잘된 지금에서야 다른 직업을 알아본다는 것은 어불성설이다.내가 꼭 하고 싶은건 해외에서 내가 하고 있는.. 2024. 5. 15.
datatables 관련 자료 page 갯수 표시안되는 문제 해결 - serverside: false 설정 https://stackoverflow.com/questions/65014870/how-to-add-page-length-in-datatables-when-using-ajax-implementation https://datatables.net/forums/discussion/62594/how-to-set-recordstotal-from-a-server-side-rest 페이지 다시 그릴 때 현재 페이지에서 머무르는 옵션 설정 https://stackoverflow.com/questions/48617903/how-to-redraw-the-data-table-without-losing-the-current-page 페이지를 새로운 .. 2024. 4. 20.
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.
datatables 관련 자료 datatables 관련 검색어 자료만 보여주는 함수 https://datatables.net/reference/api/search() ajax 통신 시 로딩바 보여주고 싶을 때 옵션 https://datatables.net/forums/discussion/22619/how-do-i-show-a-loading-message-when-i-load-the-table-from-a-new-ajax-call columns 옵션 사용법 https://datatables.net/examples/basic_init/data_rendering.html 검색어 입력 이벤트 거는 방법 https://live.datatables.net/jorexujo/1/edit search box에 있는 clear icon 지우기 http.. 2024. 4. 17.