Andrew's Garage

Shrunk Expand

Primary Navigation

← Older postsNewer posts→
  • Category Archives 참고를 위한 저장물
  • 비공개 » 참고를 위한 저장물 » C/C++ | DIY & H/W | JAVA | Linux | MFC & WINDOWS | SVN | UNITY3D/COCOS2D | Webserver » cmake/make » javascript | WAS, Servet Containers | 일반 » jboss&tomcat | JEUS & WEBToB
  • java ssl client 개발시 Trusting an expired certificate 오류

    하기 코드를 사용하면 모든 인증서( 테스트, 유효기간 지난거.. 등 )을 모두 신뢰해버린다. ( Real 적용하면 보안에 문에 있음. ) ====================================================================== try { SSLContext ctx = SSLContext.getInstance(“TLS”)…


    Continue reading → Post ID 531

    Posted on 2014-12-29 11:43 PM by andrew Comment
    JAVA jboss&tomcat JEUS & WEBToB 일반
  • 리눅스 패스워드 정책

    확인 방법 [root@jmnote ~]# grep ^PASS /etc/login.defs PASS_MAX_DAYS 99999 PASS_MIN_DAYS 0 PASS_MIN_LEN 5 PASS_WARN_AGE 7 기본값 및 의미 /etc/login.defs 기본값 문서를 참고하십시오. PASS_MAX_DAYS 99999 PASS_MIN_DAYS 0 PASS_M…


    Continue reading → Post ID 517

    Posted on 2014-12-28 11:41 PM by andrew Comment
    Linux
  • cgi방식으로 php설치 하기..

    mpm 문제와 threadsafe 문제로 인해서 yum 설치된 php 모듈을 사용하지 못 할때.. 방법은 fast-cgi와 일반 cgi 방식이 남는다. ( 물론 소스를 받아서 다시 컴파일 해도 된되.. Thread safe 옵션 넣어서.. ) fast-cgi가 설치 가 또 안된다면.. 기본 설치되는 cgi방식으로 설정..   http.conf에 S…


    Continue reading → Post ID 512

    Posted on 2014-12-28 9:01 PM by andrew Comment
    Linux
  • [펌]How to enable EPEL repo on CentOS 5 & 6

    To enable EPEL (Extra Packages for Enterprise Linux) for CentOS 5 x86 or x64, log in to SSH on your server and execute the following command (dependent on your OS – unsure of what version of CentOS yo…


    Continue reading → Post ID 510

    Posted on 2014-12-28 8:26 PM by andrew Comment
    Linux
  • 리눅스 명령 모음

    ** 자동 로그아웃 끄기.. export TMOUT=0   ** CENTOS 버전 알아 보기 [root@monitoringnew conf]# lsb_release -a LSB Version: :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graph…


    Continue reading → Post ID 507

    Posted on 2014-12-28 8:23 PM by andrew Comment
    Linux
  • [펌] __cdecl, __pascal, __stdcall 의 차이에 관한 정리

    함수호출 방식이 __cdecl, __pascal, __stdcall로 여러 가지가 있는 이유는 윈도우즈의 역사성에 있다. 우선 win16에서는 실행파일의 크기가 줄어들고 속도가 빠르다는 이유로 pascall 방식을 사용 했고 win32에서는 가변매개인자를 지원하는 함수를 제외한 모든 함수들은 __stdcall을 사용 한다. 만약 c 방식의 함수호출을 원한다…


    Continue reading → Post ID 505

    Posted on 2014-12-26 4:50 PM by andrew Comment
    C/C++ 참고를 위한 저장물
  • 읽어 볼만한 슬라이드

    기술적 변화를 이끌어가기 from Jaewoo Ahn   [ 다른거.. ] http://tutorialzine.com/2014/12/the-languages-and-frameworks-that-you-should-learn-in-2015/   [ 또 다른거. ] http://www.bloter.net/archives/216209


    Continue reading → Post ID 501

    Posted on 2014-12-24 12:04 AM by andrew Comment
    일반
  • send file sftp java example

    public void send (String fileName) { String SFTPHOST = “host:IP”; int SFTPPORT = 22; String SFTPUSER = “username”; String SFTPPASS = “password”; String SFTPWORKINGDIR = “file/to/transfer”; Session ses…


    Continue reading → Post ID 487

    Posted on 2014-12-18 11:54 PM by andrew Comment
    JAVA
  • [펌]Gmail SMTP Server를 이용한 메일전송 예제

    Gmail SMTP Server를 이용한 메일전송 예제 (무료 SMTP & Authentication) http://unionbaby.tistory.com/category/+%20Programer/*%20java?page=2 + Programer/* java Gmail, Authentication in JavaMail JavaMail 1.4.1:ht…


    Continue reading → Post ID 450

    Posted on 2014-12-18 10:59 PM by andrew Comment
    JAVA
  • [펌]Java Mail 발송 (GMail SMTP 이용) example 예제

    java mail API를 이용하여 GMail의 SMTP를 이용하여 메일을 발송하는 것에 대해 아주 간략하게 알아본다. 메일을 발송하기 위해서는 Java Mail API와 GMail 계정이 필요하다. (GMail SMTP는 SSL로 계정 인증을 해야 사용이 가능하다.) 발송되는 메일의 텍스트는 HTML이며, UTF-8이다. Text나 다른 캐릭터셋을 원한다…


    Continue reading → Post ID 448

    Posted on 2014-12-18 10:58 PM by andrew Comment
    JAVA

Posts navigation

Previous 1 … 4 5 6 … 21 Next


©2026 boots Entries RSS and Comments RSS Child theme Boots of Raindrops Theme