[WEB]22년 6월 인터넷익스플로러(IE) 종료에 따른 (ie -> Edge전환)
·
Programing
[WEB]디바이스 체크 checkMobile
·
Programing
Eclipse plugin offline 설치(폐쇄망)
·
Programing
1. Plugin Download - http://www.eclipse.org/subversive/latest-releases.php Latest Stable Build This is the most up-to-date version of the Subversive plug-in. It's aimed to provide you with access to the latest Subversive features before they become available in the Subversive build included into the yearly Eclipse Simultaneous Release. Release Date: 25 April 2017 Version: 4.0.5.I20170425-1700 (C..
[Eclipse]글자크기변경
·
Programing
눈이 침침해서 글자크기 변경방법 찾음 Window > Preferences > General > Colors and Fonts > Basic > Text Font
[Jenkins]Email Extension Plugin 모니터링
·
Programing
Email Extension Plugin - This plugin is a replacement for Jenkins's email publisher
[MYSQL]DB 튜닝(innodb / my.cnf)
·
Programing
### DB셋팅 / 2016.11.14 # Set the SQL mode to strict sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" # The maximum amount of concurrent sessions the MySQL server will # allow. One of these connections will be reserved for a user with # SUPER privileges to allow the administrator to login even if the # connection limit has been reached. max_connections=1000 # Query cache i..
모바일 홈페이지 URL 포워딩
·
Programing
타이틀
[Jenkins]소스 형상관리툴 환경셋팅(Linux)
·
Programing
jenkins 홈페이지 http://jenkins-ci.org/ 들어가보면 우측에 자신의 os에 맞는 다운로드 페이지를 선택할 수 있다. Red Hat/Fedora/CentOS 그럼 rpm을 이용한 설치 가이드가 나온다. 이 가이드를 따라 다음의 command를 입력한다. [root@NEWDEV install]# sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo --2016-10-07 17:00:39-- http://pkg.jenkins-ci.org/redhat/jenkins.repo Resolving pkg.jenkins-ci.org... 52.202.51.185 Connecting to pkg..
[Window]ROBOCOPY 윈도우서버 배치파일 파일 복사 및 삭제
·
Programing
☆ robocopy란 ? xcopy의 개선판으로 다양한 방법으로 로컬 또는 네트워크 파일카피를 할수 있는 윈도우 비스타부터 도입된 윈도우 자체 프로그램입니다. 패치서버 구현이나 디스크이미지백업말고 파일자체 백업시에 유용합니다. ☆ robocopy장점 드라이브 전체카피 , 특정 폴더 카피 , 특정 파일 카피가 가능하며 심지어 파일에 대한 정보 및 권한도 카피가 가능합니다 (생성날짜,특성,소유자 등등) 그리고 한번 robocopy로 카피하고 추가 카피시에는 추가된 파일만 카피하기때문에 (중복카피를 하지않음) 전체파일백업시에 빠른백업이 가능하다는 점입니다. 또한 Log파일로 카피진행내역을 저장할수 있습니다. SET TODAY=%date:~-10% ::%TODAY:~0,4%_%TODAY:~5,2%_%TODAY:..
[Maven]Maven Build시 OutOfMemoryError
·
Programing
[INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 33.633 s [INFO] Finished at: 2016-09-29T13:19:50+09:00 [INFO] Final Memory: 17M/247M [INFO] ------------------------------------------------------------------------ [ERROR] Java heap space -> [Help ..