using System; using System.IO; class Test { public static void Main() { // Specify the directory you want to manipulate. string path = @"c:\MyDir"; try { // Determine whether the directory exists. if (Directory.Exists(path)) { Console.WriteLine("That path exists already."); return; } // Try to create the directory. DirectoryInfo di = Directory.CreateDirectory(path); Console.WriteLine("The direct..
CREATE TABLE FCT_DL1 ( STN_ID int(11) DEFAULT NULL, REG_ID varchar(8) NOT NULL, TM_FC varchar(12) NOT NULL, NUM_EF varchar(8) NOT NULL, MAN_FC varchar(20) DEFAULT NULL, WD1 char(3) DEFAULT NULL, WD_TND char(1) DEFAULT NULL, WD2 char(3) DEFAULT NULL, BLANK0 varchar(12) DEFAULT NULL, WS_IT char(1) DEFAULT NULL, TA int(11) DEFAULT NULL, RN_ST int(11) DEFAULT NULL, BLANK1 varchar(12) DEFAULT NULL, B..
1. 메소드를 만든다. 2. 커서를 메소드에 위치한다. 3. Shift + alt + f10
메일 발신 Exchage Server의 경우 가상 SMTP와 다르게 DNS서버에 관한 자세한 내용을 셋팅해 주어야 한다. DNS 세팅이 올바르지 않을경우 메일이 발신도지 않고 큐에 싸이게 된다.(별첨) 메일 수신 DNS 서버의 "메일 교환기" 레코드 정보가 올바르지 않을 경우 외부에서 발송한 메일을 정상적으로 수신 할 수 없다 메일 발신이 안될경우 : Exchage Server의 DNS설정 부분을 확인하기 바란다.! (별첨) 메일 수신이 안될경우 : DNS Server, DNS Server의 "메일 교환기"레코드 확인.!
컨트롤 유효성 검사 작업 CompareValidator CompareValidator 컨트롤 소개 CustomValidator CustomValidator 컨트롤 소개 RangeValidator RangeValidator 컨트롤 소개 RegularExpressionValidator RegularExpressionValidator 컨트롤 소개 RequiredFieldValidator RequiredFieldValidator 컨트롤 소개 ValidationSummary ValidationSummary 컨트롤 소개 CompareValidator : 사용자가 입력한 데이터 값과 다른 컨트롤의 값을 비교할 수 있습니다. CustomValidator : 사용자 지정 유효성 검사를 수행하는 컨트롤을 만듭니다. Ran..
- Total
- Today
- Yesterday
- nl2br
- .submit()
- 특정 문자를 기준으로 자르기
- REST API
- 제품 등록
- jsp 오픈 소스
- docker
- MainActor
- React
- java web-mvc
- System.Diagnostics
- 스프링 프레임워크(spring framewordk)
- jstl(java standard tag library)-core
- 스프링 시큐리티(spring security)
- In App Purchase
- java-개발 환경 설정하기
- 표현 언어(expression language)
- error-java
- jstl(java standard tag library)
- java 키워드 정리
- 스프링 시큐리티(spring security)-http basic 인증
- 스프링 프레임워크(spring framework)
- 람다식(lambda expression)
- system.io
- 문자 자르기
- 진수 변환
- 메이븐(maven)
- await
- java.sql
- 인텔리제이(intellij)
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |