Andrew's Garage

Shrunk Expand

Primary Navigation

← Older postsNewer posts→
  • how to set the idle-timeout in linux SSH

    in /etc/ssh/sshd_config insert   ClientAliveInterval 600 ClientAliveCountMax 3   That will give you an timeout of 30 minutes (600 sec x 3)


    Continue reading → Post ID 158

    Posted on 2014-07-06 10:14 PM by andrew Comment
    📂This entry was posted in Linux 참고를 위한 저장물
  • reading text file with utf-8 encoding using java

    CASE 1. PrintStream out =newPrintStream(System.out,true,”UTF-8″); out.println(str); CASE 2. import java.io.BufferedReader;import java.io.File;import java.io.FileInputStream;import java.io.IOException;…


    Continue reading → Post ID 156

    Posted on 2014-07-06 8:11 PM by andrew Comment
    📂This entry was posted in JAVA 참고를 위한 저장물
  • Reading a UTF-8 Encoded File

    public static String parseTemplate(String templatePath) { File aFile = new File(templatePath); InputStreamReader reader = null; String template; StringBuffer temp = new StringBuffer(); int counter = 0…


    Continue reading → Post ID 154

    Posted on 2014-07-06 8:09 PM by andrew Comment
    📂This entry was posted in JAVA 참고를 위한 저장물
  • Pulse Oximeter DIY

    https://www.google.co.kr/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#newwindow=1&q=how+to+make+pulse+oximeter       http://blog.silabs.com/2012/11/21/create-…


    Continue reading → Post ID 150

    Posted on 2014-07-06 8:04 PM by andrew Comment
    📂This entry was posted in DIY & H/W 참고를 위한 저장물
  • 한 WAS 서버에서 UTF-8 과 EUC-KR 둘다 지원하기..

    한 웹서버에 UTF-8과 EUC-KR 을 같이 사용할 수 있는 TIP이 있긴 합니다…실제로 사용하고 있으나, 테스트는 꼭 해보세요.. 사용환경은 리눅스(CENTOS)+APACH+TOMCAT+SPRING2.5 web.xml 에서 필터를 추가해주는데요 UTF-8용과 EUC-KR 둘다 필터를 추가해줍니다. <filter> <displa…


    Continue reading → Post ID 148

    Posted on 2014-07-03 9:22 PM by andrew Comment
    📂This entry was posted in WAS, Servet Containers 참고를 위한 저장물
  • 프로그램 배우기.. 스크라치..

    http://scratch.mit.edu/projects/editor/?tip_bar=getStarted 오.. 온라인으로도 된다. 멋지네..  


    Continue reading → Post ID 146

    Posted on 2014-06-29 8:25 PM by andrew Comment
    📂This entry was posted in 참고를 위한 저장물
  • Splitting a C++ std::string using tokens, e.g. “;” [duplicate]

    std::vector<std::string> split(const std::string& s,char seperator){ std::vector<std::string> output; std::string::size_type prev_pos =0, pos =0;while((pos = s.find(seperator, pos))!=…


    Continue reading → Post ID 143

    Posted on 2014-06-29 8:34 AM by andrew Comment
    📂This entry was posted in C/C++
  • JDBC Connection Pool Timeout Errors

    If the database server times out a connection, the connection pool on Tomcat side would not be aware of its disconnection. If the database server times out a connection, the connection pool on Tomcat…


    Continue reading → Post ID 139

    Posted on 2014-06-24 4:05 PM by andrew Comment
    📂This entry was posted in WAS, Servet Containers 참고를 위한 저장물
  • How to set default session timeout in Linux

    How to set default session timeout in Linux My DC operation guys access Linux servers on a daily basis but somehow they never remember to log out. This is a security risk as anyone could gain access t…


    Continue reading → Post ID 137

    Posted on 2014-06-24 4:04 PM by andrew Comment
    📂This entry was posted in 참고를 위한 저장물
  • Tomcat MySQL Connection – Using JDBC to Connect Tomcat to MySQL

    Tomcat MySQL Connection – Using JDBC to Connect Tomcat to MySQL Stumped by Tomcat JDBC connections? Can’t get your head around MySQL drivers, connection pools, and JNDI resources? This art…


    Continue reading → Post ID 135

    Posted on 2014-06-24 4:03 PM by andrew Comment
    📂This entry was posted in WAS, Servet Containers 참고를 위한 저장물

Posts navigation

Previous 1 … 31 32 33 … 36 Next

  • Recent Posts

    • MySql 관리
    • Pair Programming Is Not Pair Coding
    • 기기 고유 식별(Identify) 얻기 device_info
    • QR 코드 스캔(QR Code Scan) 초간단 예제(Simple example)
    • 싱글톤(Singleton) 클래스
  • Recent Comments

    • Shela SchurShela Schur on RED5 & FFMPEG & FFserver 스트리밍 서버 구축하기
    • DeepsDeeps on [Linux] /dev/sdc1 is apparently in use by the system; will not make a filesystem here!
    • IvanIvan on How to install openssl on windows with visual studio 2015
    • KeenanBoldKeenanBold on centos7] Adding to Firwwall rules
    • andrewandrew on How to install POCO C++ libraries on Windows with Visual studio 2015
  • Archives

    • December 2021
    • May 2021
    • January 2021
    • June 2020
    • August 2018
    • April 2017
    • March 2017
    • February 2017
    • September 2016
    • August 2016
    • July 2016
    • June 2016
    • September 2015
    • August 2015
    • July 2015
    • June 2015
    • May 2015
    • April 2015
    • March 2015
    • February 2015
    • January 2015
    • December 2014
    • November 2014
    • September 2014
    • August 2014
    • July 2014
    • June 2014
  • Categories

    • C/C++
    • cmake/make
    • CUBE
    • DB관련
    • DIY & H/W
    • flutter
    • JAVA
    • javascript
    • jboss&tomcat
    • JEUS & WEBToB
    • Linux
    • Linux
    • MDX등
    • MFC & WINDOWS
    • OS tune
    • OSX
    • PDW
    • SVN
    • Uncategorized
    • UNITY3D/COCOS2D
    • VSC
    • WAS, Servet Containers
    • Webserver
    • 기술
    • 기술자료
    • 일반
    • 일상
    • 참고를 위한 저장물
    • 책
  • Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
  • AdSense


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

Loading Comments...