로그인

이메일
비밀번호
DaeYoung's Blog : 위치로그 : 태그 : 방명록 : 관리자 : 새글쓰기
'전체'에 해당되는 글 39건
Javax.mail 참고 사이트
Program/Java, (2014년 05월 30일 16시 32분)
1.JavaMail
https://java.net/projects/javamail/pages/Home

2.JavaMail API documentation
https://javamail.java.net/nonav/docs/api/

3.JavaMail API – Sending email via Gmail SMTP example
http://www.mkyong.com/java/javamail-api ··· ample%2F

위로
http://laedu.net/trackback/44
From. 正在播放宾馆露脸对白视频 2022년 12월 18일 00시 53분Delete / Modify
正在播放宾馆露脸对白视频
DaeYoung's Blog ::
From. c# captcha decoder 2023년 03월 26일 05시 06분Delete / Modify
c# captcha decoder
DaeYoung's Blog ::
From. https://scrapingmaster.bloggi.co 2023년 11월 21일 21시 13분Delete / Modify
https://scrapingmaster.bloggi.co
DaeYoung's Blog ::

C# (.Net)의 TextBox에서 Enter입력시
Logic을 진행하려고 할때 아래와 같이 사용하면된다.


        private void KeyDown(object sender, KeyEventArgs e)
        {
            if (e.KeyValue.Equals(Convert.ToChar(Keys.Enter)))
            {
                //Logic
            }

        }

        private void KeyPress(object sender, KeyPressEventArgs e)
        {
            if (e.KeyChar.Equals('\r'))
            {
                //Logci
            }
        }

        private void KeyUp(object sender, KeyEventArgs e)
        {
            if (e.KeyValue.Equals(Convert.ToChar(Keys.Enter)))
            {
                //Logci
            }
        }

.Net, C#
위로
http://laedu.net/trackback/43
From. casino legal en ligne 2014년 05월 26일 09시 28분Delete / Modify
casino legal en ligne
DaeYoung's Blog ::
From. Wikipedia has More United Kingdom information 2014년 09월 04일 05시 52분Delete / Modify
Wikipedia has More United Kingdom information
DaeYoung's Blog :: C# TextBox KeyDown, KeyPress, KeyUp Event에서 Enter키
From. Visit Wikipedia for more UK Information 2014년 09월 07일 01시 52분Delete / Modify
Visit Wikipedia for more UK Information
DaeYoung's Blog :: C# TextBox KeyDown, KeyPress, KeyUp Event에서 Enter키
From. play casino games online 2021년 12월 14일 03시 51분Delete / Modify
play casino games online
DaeYoung's Blog :: C# TextBox KeyDown, KeyPress, KeyUp Event에서 Enter키
From. chrome bypass captcha 2023년 02월 17일 22시 20분Delete / Modify
chrome bypass captcha
DaeYoung's Blog :: C# TextBox KeyDown, KeyPress, KeyUp Event에서 Enter키
From. captcha solver free 2023년 02월 17일 22시 25분Delete / Modify
captcha solver free
DaeYoung's Blog :: C# TextBox KeyDown, KeyPress, KeyUp Event에서 Enter키
From. c# captcha reader 2023년 02월 17일 22시 25분Delete / Modify
c# captcha reader
DaeYoung's Blog :: C# TextBox KeyDown, KeyPress, KeyUp Event에서 Enter키
From. auto recaptcha solver 2023년 02월 17일 22시 35분Delete / Modify
auto recaptcha solver
DaeYoung's Blog :: C# TextBox KeyDown, KeyPress, KeyUp Event에서 Enter키
From. recaptcha solver service 2023년 02월 17일 23시 09분Delete / Modify
recaptcha solver service
DaeYoung's Blog :: C# TextBox KeyDown, KeyPress, KeyUp Event에서 Enter키
From. captcha bypass 2023년 02월 25일 14시 01분Delete / Modify
captcha bypass
DaeYoung's Blog :: C# TextBox KeyDown, KeyPress, KeyUp Event에서 Enter키
From. expertdecoders.com 2023년 02월 28일 07시 18분Delete / Modify
expertdecoders.com
DaeYoung's Blog :: C# TextBox KeyDown, KeyPress, KeyUp Event에서 Enter키
From. Humancoder 2023년 02월 28일 17시 48분Delete / Modify
Humancoder
DaeYoung's Blog :: C# TextBox KeyDown, KeyPress, KeyUp Event에서 Enter키
From. https://captchaboss.com 2023년 03월 18일 20시 29분Delete / Modify
https://captchaboss.com
DaeYoung's Blog :: C# TextBox KeyDown, KeyPress, KeyUp Event에서 Enter키
From. expertdecoder 2023년 03월 26일 05시 06분Delete / Modify
expertdecoder
DaeYoung's Blog ::
From. capcher 2023년 03월 26일 15시 24분Delete / Modify
capcher
DaeYoung's Blog :: C# TextBox KeyDown, KeyPress, KeyUp Event에서 Enter키
From. best decaptcha service 2023년 03월 28일 13시 32분Delete / Modify
best decaptcha service
DaeYoung's Blog ::
From. expertdecoders 2023년 03월 29일 01시 53분Delete / Modify
expertdecoders
DaeYoung's Blog :: C# TextBox KeyDown, KeyPress, KeyUp Event에서 Enter키
From. expertdecoders.com 2023년 03월 29일 03시 37분Delete / Modify
expertdecoders.com
DaeYoung's Blog ::
From. Joesph 2025년 01월 06일 16시 12분Delete / Modify
Joesph
DaeYoung's Blog ::
From. kantor bola 2025년 01월 07일 06시 15분Delete / Modify
kantor bola
DaeYoung's Blog ::

개발 Server에 설치되어 있는 oracle에 sqlplus로 접근을 시도하는데
계속 'ORA-12560 TNS프로토콜 어댑터 오류' 발생하였다
client PC에서 DB tool(SQL Developer등)으로는 잘 접속되는데 이상하게
개발 Server 자체에서는 'ORA-12560 TNS프로토콜 어댑터 오류'가 발생하는 것이 었다

Listner를 재 시작도 해보고
Server를 재 부팅해도 해보고
인터넷을 돌아다니면서 열심히 오류를 찾다가

SID가 여러개 잡혀있을때 발생할수 있다는 걸 알게되었다

그리고 해결 방법으로
C:\> SET oracle_sid=접속하려는 DB SID


검색으로 알게된 블로그
http://blog.naver.com/postview.nhn?blog ··· 81655980


http://laedu.net/trackback/42
From. zoomumba 2014년 08월 31일 23시 18분Delete / Modify
zoomumba
DaeYoung's Blog ::
From. daftar Togel Online 2021년 01월 28일 20시 22분Delete / Modify
daftar Togel Online
DaeYoung's Blog ::
From. situs slot deposit pulsa 2022년 12월 19일 10시 41분Delete / Modify
situs slot deposit pulsa
DaeYoung's Blog ::
From. Telegram中文版 2023년 02월 11일 00시 26분Delete / Modify
Telegram中文版
DaeYoung's Blog ::
From. high authority dofollow links 2024년 12월 15일 20시 13분Delete / Modify
high authority dofollow links
DaeYoung's Blog ::
From. www.seoclerk.com blog entry 2024년 12월 24일 11시 24분Delete / Modify
www.seoclerk.com blog entry
DaeYoung's Blog ::

!.Oracle이 설치되어 있는 Server or PC 기준으로 작성

*.Data Pump export
계정(user)의 데이타 및 오브젝트 전체를 export 한다
C:\> expdp 계정/비밀번호 dumpfile=파일명.dmp logfile=파일명.log schemas=계정
(SID가 여러개 인경우 SID를 명시해야한다.
  expdp 계정/비밀번호@SID dumpfile=파일명.dmp logfile=파일명.log schemas=계정 )

사용자 삽입 이미지




사용자 삽입 이미지
































완료되면 위 경로에 dmp 파일이 생성된다
사용자 삽입 이미지

   
 












   

 
 
*.Data Pump import
계정(user)의 데이타 및 오브젝트 전체를 import한다

Export 받은 계정과 동일한 계정(user)를 만든다. (있다면 삭제)
C:\>sqlplus “/as sysdba”
Sql>Create user 계정 identified by 비밀번호
Sql>Grant 권한 to 계정

사용자 삽입 이미지




















Import 해보자
C:\>impdp 계정/비밀번호 dumpfile=파일명.dmp
 
사용자 삽입 이미지



















위 경로에 dmp 파일이 없어 오류발생 할 것이다
파일을 복사하자
 
사용자 삽입 이미지



















복사 되었다면 다시
C:\>impdp 계정/비밀번호 dumpfile=파일명.dmp
사용자 삽입 이미지

















사용자 삽입 이미지




















완료!!

Dump data Export/import 대하여 좀더 자세히 설명한 블로그
http://keiis.co.kr/study/200.database/1 ··· p_1.html

http://laedu.net/trackback/41
From. www.minecraft.net 2014년 08월 25일 12시 43분Delete / Modify
www.minecraft.net
DaeYoung's Blog ::
From. Diet Plans for Women To Lose Weight 2014년 10월 09일 20시 05분Delete / Modify
Diet Plans for Women To Lose Weight
DaeYoung's Blog ::
From. Diet Plans for Women 2014년 10월 11일 11시 33분Delete / Modify
Diet Plans for Women
DaeYoung's Blog :: Oracle10g Export dump Data/ Import dump Data
From. best dating sites 2014년 10월 20일 07시 05분Delete / Modify
best dating sites
DaeYoung's Blog :: Oracle10g Export dump Data/ Import dump Data
[참고]Oracle 10g Columns 제한
Program/oracle, (2014년 04월 01일 17시 07분)

* Column 생성 제한 개수 
Per
table 1000 columns maximum
Per
index (or clustered index) 32 columns maximum
Per bitmapped
index 30 columns maximum

Oracle® Database Reference
10g Release 2 (10.2)

*.Logical Database Limits
http://docs.oracle.com/cd/b19306_01/ser ··· s003.htm

http://laedu.net/trackback/40
From. india tour packages 2014년 08월 14일 12시 23분Delete / Modify
india tour packages
DaeYoung's Blog ::
DaeYoung's Blog 블로그에 오신것을 환영해요^^
웹기반 프로그래밍에 관한 것들을 모을 예정이었는데..
«   2025년 01월   »
      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  
Javax.mail 참고 사이트.
C# TextBox KeyDown, KeyPr...
SID가 여러개 있을때 'ORA...
kantor bola.
kantor bola 01월 07일
Joesph.
Joesph 01월 06일
www.seoclerk.com blog entry.
www.seoclerk.com blog entry 2024년
high authority dofollow links.
high authority dofollow links 2024년
https://scrapingmaster.blogg...
https://scrapingmaster.blogg.. 2023년
17
144
1066481