사용자 도구

사이트 도구


tag:주레피

TAG: 주레피

문서날짜사용자설명
2020/05/07 09:10 주레피 AI * BERT * ELMo * 딥 러닝을 이용한 자연어 처리 입문 강좌 머신러닝/딥러닝 공부 첫걸음(순서대로) 머신러닝 머신러닝 수학 영어 Coursera 기계학습 by Andrew Ng 모두를 위한 머신러닝/딥러닝 [Neural Networks 만화] [ Machine Learning 만화] 8-o핸즈 온 머신러닝 딥러닝 인공지능의 한 분야로 머신러닝의 하위 개념 Terms 1. 인공지능 [ Artificial Intelligence(아티피셜 인텔리전스), AI ] : 인간의 지능을 기계로 구현…
2020/05/29 11:01 김토피아 AIX * description : AIX 사용중 실무에서 많이 사용하는 것 정리 * author : 김토피아 * email : kimmk@repia.com * lastupdate : 2020-05-29 컴파일 gcc 4.8.4 컴파일시 주의 사항 컴파일 진행시 헤더파일 중복이 발생할 경우 -D_POSIX_C_SOURCE=200809 -D_XOPEN_SOURCE=700 충돌나는 헤더파일을 열어서 적절하게 매크로를 추가하자
2020/07/20 14:30 주레피 Algebra (알저브라, 대수학) 대수학은 미지수(x)를 푸는 방법에 관한 것 주레피 algebra 알저브라 대수학
2021/01/13 19:21 주레피 Ant style pattern 설명 표기 설명 ? 1개의 문자와 매칭 (matches single character) * 0개 이상의 문자와 매칭 (matches zero or more characters) * *
2020/04/03 20:01 주레피 Apache * description : 주레피 현황 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-04-02 httpd.conf http 로 들어올 경우 https 로 강제 전환(force redirect) 아파치 모듈중 mod_rewrite 를 사용하면 가능하다.
2020/04/03 19:17 김토피아 apache-tomcat-7.0.100 이상 server.xml ajp 설정 * description : apache-tomcat-7.0.100이상 설정 방법 및 오류 대응에 대한 내용 * author : 김토피아 * email : kimmk@repia.com * lastupdate : 2020-04-03 ○ apache(WEB)과 tomcat(WAS)가 물리적인 서버 한대로 있는 경우
2020/01/31 19:48 주레피 bashrc 커스터마이징 * description : bashrc 유용한 정보 모음 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-01-31 Environment(환경변수) # date 관련 D_YMD=`date +%Y%m%d` D_Y-M-D=`date +%Y-%m-%d` # TMOUT=0 export TMOUT D_YMD D_Y-M-D
2020/05/07 17:31 도봉산핵주먹 Batch() * description : * author : 도봉산핵주먹 * email : hylee@repia.com * lastupdate : 2020-05-07 적용 이유 " PAN*** (수집기)내부 프로젝트 진행 중 수집 데이터 건마다 DB 커넥트를 해서 부하가 생김.
2021/01/11 13:46 오션 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 build.gradle error * description : build.gradle error * author : 오션 * email : shlim@repia.com * lastupdate : 2021-01-11 gradle wrapper 명령어 수행 시 cnanot add task 'wrapper' as a task with that name already exists 오류 발생 시
2022/03/21 21:04 주레피 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 C/C++ * description : C/C++ 관련 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-03-11 Intro Case Study Term 매크로(Macros), 전처리기
2020/05/19 10:55 주레피 CDT * description : Eclipse에서 c, cplusplus 개발 방법 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-05-19 설치 ECLIPSE CDT & JNI (JAVA NATIVE INTERFACE) WITH 64 BIT MINGW - 2020 강좌 Linux C Programming Importing C Code Files Into Eclipse Cross GCC vs Linux GCC(Native) 컴파일한 바이너리가 다른 곳에서도 사용 가능
2022/07/06 20:13 주레피 CentOS * description : CentOS 관련 내용 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-12-07 Intro Install CentOS 및 RedHat 계열 nslookup 설치 [root@localhost~]# yum install bind-utils
2023/04/04 14:03 주레피 CentOS에서 Python 업그레이드하는 방법 * description : CentOS에서 Python 업그레이드하는 방법 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2023-04-04 Case Study CentOS Term Tip Troubleshooting
2022/12/07 18:04 주레피 chart.JS * description : * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-12-07 Intro Case Study * 막대 그래프 - 공식 홈페이지 * 막대 그래프(한글) Term Tip var config = { type: 'horizontalBar' // 그래프 type , data: { labels: labels , datasets: [{ data: data , backgroundColor: [ '#4dc9f6', '#f67019', '#f53794', '#537bc4', // 색상 '#acc236', '#166a8f', '#00a950', ] , fil…
2020/03/24 20:23 주레피 Ckeditor * description : Ckediotr 관련 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-03-24 이미지 업로드 ckeditor 4 + spring + 파일 업로드 - (주레피) 확인된 자료 전자정부 표준프레임워크 - CKEditor 적용하기 Example ckeditor4 example ckeditor-tutorial client-side-programming Getter, Setter 내용 입력
2020/04/02 15:10 주레피 commons-codec Base64 Base64 사용 방법 기술 Ref JAVA-BASE64-인코딩-디코딩하기 eleven 주레피 base64
2020/04/01 15:55 주레피 commons-io FileUtils FileUtils 내용 보강 필요 FileUtils "readFiletoString " 파일객체를 받아 String 으로 변환 File template = new File(templatePath); tplString = FileUtils.readFileToString(template, "UTF-8"); Ref apache.commons.io.FileUtils eleven 주레피 fileutils
2020/03/24 18:01 주레피 commons-lang3 * description : commons-lang3 와 관련된 내용 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-03-24 MavanRepository <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 --> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.8</version> </dependency>
2020/02/05 20:09 주레피 CORS 설정 방법 * description : Google에서 제공하는 Keep(메모) 프로그램 설명 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-01-31 준비 * library 준비 * cors-filter-2.6.jar * java-property-utils-1.13.jar
2020/02/07 20:25 오션 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 CSS * description : CSS 관련 자료 등록 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-03-13 ---------- 연관 WIKI: HTML JAVASCRIPT ---------- Case Study
2021/03/05 09:28 오션 CSS Backgrounds * description : CSS Backgrounds * author : 오션 * email : shlim@repia.com * lastupdate : 2021-03-05 Case Study * [CSS] Background-color 투명 or 배경 없애기 Source of the article * CSS Background Color * CSS Background Image * CSS Background Repeat * CSS Background Attachment * CSS Background Shorthand CSS 백그라운드 속성은 요소들을 위한 배경 효과를 추가하기 위해 사용됩니다.
2021/03/04 17:44 오션 CSS Colors * description : CSS Colors * author : 오션 * email : shlim@repia.com * lastupdate : 2021-03-04 Source of the article * CSS Colors * CSS RGB Colors * CSS HEX Colors * CSS HSL Colors 컬러는 미린 정의된 컬러 이름, 또는 RGB, HEX, HSL, RGBA, HSLA 값을 사용하며 명시합니다.
2022/05/11 15:46 주레피 CURL 사용법 옵션 옵션 설명 사용 예시 -L --location 페이지 이동시 따라가서 자료를 가져옴 -O --remote-name URL의 파일명으로 저장
2020/08/14 11:36 주레피 D3.js * description : D3.js 관련 내용 기술 * author : eleven * email : jskim@repia.com * lastupdate : 2020-07-13 Chart libraries for javascript * D3 * GOOGLE CHART * AMCHARTS * JSCharting * HIGHCHARTS D3.js란? "Data - Driven Documents의 약자로, Javascript 기반의 라이브러리 언어이다.
2020/02/10 14:39 주레피 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 Dbeaver * description : Dbeaver Tool 관련 자료 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-03-09 Faq 하나의 쿼리 실행 SQL문 실행(CTRL + Enter)
2020/07/27 20:37 주레피 DeepLearning4J word2vec word2vec 쉽게 씌어진 word2vec Google word2vec 주레피 dl4j
2020/03/30 15:44 주레피 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 Device Keyword Leopold, 레오폴드 ESC키 스위칭 Fn + Q Esc 디폴트는 Esc, FN + Q를 통해 Insert LED에 불이 켜지면 Esc는 '`'로 대체된다. 주레피 device keyword leopold
2022/05/18 10:16 주레피 docker-compose, 도커컴포즈 * description : 도커컴포즈 관련 유용한 지식 모음 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-12-14 Intro 도커 컴포즈를 사용하는 이유 Ref * 도커 컴포즈를 활용하여 완벽한 개발 환경 구성하기 주레피 도커컴포즈 docker-compose compose
2020/01/23 10:19   Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 DokuWiki wiki:dokuwiki DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in
2020/01/31 20:18 주레피 egovframework * description : 전자정부표준프레임워크 관련 자료 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-03-13 * 전자정부프레임워크란 * 전자정부프레임워크 호환성 * MSA 적용 개발 가이드 전자정부 표준프레임워크 버전별 구성 현황 표준프레임워크
2022/03/11 20:53 주레피 Elastic Stack * description : 엘라스틱 스택 관련 내용 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2021-10-12 Intro 검색 엔진인 동시에 데이터베이스(NoSQL) 데이터의 양과는 무관하게 1초 이내의 응답 속도 기대
2020/04/07 09:19 주레피 Facebook * description : 페이스북 관련 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-04-03 토큰 검증 체크리스트 Troubleshooting 발급 받은 토큰이 User, Page인지 반드시 확인 하자.
2022/12/07 19:45 주레피 forEach * description : javascript forEach 사용 예 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-12-07 Intro * Array.prototype.forEach() - 공식 홈페이지 Case Study Term Tip Troubleshooting Ref * [JS] Object, Array 자주 사용하는 순환 Method 정리 * forEach()와 map()의 차이점 * JavaScript - forEach(), 다양한 예제로 이해하기 * (JS) 자바스크립트 배열 처리 정리 (map, forEach) 주레피 javascript foreach foreach map…
2022/05/18 09:35 주레피 Functions & Procedures For Mysql, Mariadb * description : 마리아DB, Mysql 유용한 사용자 정의 함수 모음 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-05-18 Case Study HTML 제거 SET GLOBAL log_bin_trust_function_creators=1; DROP FUNCTION IF EXISTS fnStripTags; DELIMITER | CREATE FUNCTION fnStripTags( Dirty varchar(4000) ) RETURNS varchar(4000) DETERMINISTIC BEGIN DECLARE iStart, iEnd, iLength int; WHILE Locate( '<', Dirty ) > 0 And Locate( '>', Dirty, Locate( '<', Dir…
2020/01/30 12:07 주레피 get, post로 자료 가져오기 * description : * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-01-30 Ref Ref * Java 의 SSLHandshakeException 문제 해결 * Java 에서 ValidatorException 등 인증서 관련 에러 해결 - keystore에 SSL/TLS 인증서를 import 하기 * java8에서 tls 주레피 get post httpurlconnectin url urlconnection sslhandshakeexception
2020/04/28 12:22 주레피 Git * description : GIT 관련 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-05-19 GitHub GitLab GitBash VCS (Version Control System) Centralized Version Control: CVS, Subversion, Perforce \\ Distributed Version Control: git, mercurial, darcs \\ Server : github, bitbucket \\
2021/09/06 16:28 도봉산핵주먹 Git 연동 * description : Eclipse에서 git 연동하는 방법 * author : 도봉산핵주먹 * email : repia@repia.com * lastupdate : 2021-09-06 Eclipse에서 Gitlab으로 프로젝트 올리기 1. Gitlab에 프로젝트 생성
2023/04/26 15:30 주레피 Gitbook * description : Gitbook 관련 내용 * author : 주레피 * email : dhan@repia.com * lastupdate : 2023-04-26 Intro Case Study Term Tip Troubleshooting Ref * 공식 홈페이지 주레피 gitbook 깃
2020/08/11 09:55 주레피 GitHub Ref 이클립스로 Github에서 Clone하여 로컬 저장소에 저장시키기 주레피 github
2020/07/22 14:11 주레피 GitLab * description : Gitlab 사용법 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-07-30 주요 명령어 gitlab 설정 파일 cd /opt/gitlab/bin $> sudo -s vi /etc/gitlab/gitlab.rb gitlab 시작 및 종료
2020/01/31 10:11 주레피 Google Keep * description : 구글 Keep 사용법 설명 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-01-31 Site * <https://keep.google.com/> * 구글에서 제공하는 메모 프로그램 * 크롬과 안드로이드와 연동이 됨
2022/12/07 18:07 주레피 GraalVM * description : GraalVM 관련 내용 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-12-07 Intro * 공식 홈페이지 Case Study * GrallVM Community Edition 21.2.0 - jdk8 지원 * graalVM Java8 위치 * 위의 페이지에서 스크롤을 내리면 아래 화면과 같이 나오면 해당하는 버전 및 OS를 선택하여 다운로드
2020/01/31 12:13 박팀장 H2 * description : H2 데이터 베이스 사용 방법 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-04-02 DML 테이블 목록 확인하기 sql> show tables; 컬럼 목록 확인하기 sql> show columns from T_LOG_SYSTEM;
2020/06/01 20:15 주레피 HP-UX * description : HP-UX 관련 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-06-01 환경 변수 PATH $> export SHLIB_PATH=패스:${SHLIB_PATH} PATH (ia64) $> export LD_LIBRARY_PATH=패스:${LD_LIBRARY_PATH}
2020/01/29 10:04 안단희 HTML * description : Html과 관련된 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-03-24 ---------- 연관 WIKI: CSS JAVASCRIPT ---------- 조건부 주석 어떠한 조건이 충족되지 않으면 주석처리가 되고, 조건이 충족되면 주석안의 내용이 브라우저에 렌더링 되는 것을 의미
2021/04/09 08:15 오션 HTML Links * description : HTML Links * author : 오션 * email : shlim@repia.com * lastupdate : 2021-04-09 Source of the article * HTML Links 거의 모든 웹 페이지에서 링크(Links)를 찾을 수 있습니다. 링크를 통해 사용자는 페이지를 이동합니다.
2020/05/22 18:32 주레피 iconv, piconv, locale * description : iconv, locale 관련 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-05-22 개요 iconv - convert text from one character encoding to another 사용법 $> iconv [options] [-f from-encoding] [-t to-encoding] [inputfile]...
2022/06/20 16:22 주레피 IntelliJ, 인텔리J * description : 인텔리J 사용법 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-06-20 설치 및 한글화 Plugin 적용 * 설치 * 설치 방법 * 한글화 * 적용 방법 * 추천 Plugin *
2020/01/30 09:58 안단희 Jackson * description : * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-01-31 Faq @JacksonXmlElementWrapper(useWrapping = false, localName = "XMLLIST") to @JacksonXmlElementWrapper(useWrapping = false) @JacksonXmlProperty(localName = "XMLLIST")
2020/01/29 14:45 안단희 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 Java * description : 자바 프로그래밍 관련 내용 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-03-09 링크 Openjdk 다운로드(공홈) Case Study * java8 * GraalVM
2022/08/08 16:25 주레피 Java8 * description : 자바8에서 나온 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-08-08 Intro Case Study Term Tip Troubleshooting Ref Java8에서 사라진 maxPermSize, PermSize을 대체하는 옵션? 주레피 java8
2020/02/15 17:58 천호동밤안개 Javascript * description : Javascript 관련 내용 기술 * author : 천호동밤안개 * email : jhgong@repia.com * lastupdate : 2020-04-01 주요 예시 * 메뉴 클릭시 하이라이팅 효과 주기 * 정규표현식으로 이메일 유효성 체크하기 ---------- 연관 WIKI: HTML CSS ---------- Plugin Jquery 2006년 존 레식(John Resig) 최초 개발
2021/01/13 09:42 주레피 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 JBOSS 소개 다운로드 <http://smartjy.blogspot.com/2017/11/jboss-eap-700.html> <https://subscription.packtpub.com/book/web_development/9781786463630/1/ch01lvl1sec8/installing-eap-7> <https://dantes.kr/525> 패치 <https://www.google.com/search?q=jboss+patch&rlz=1C1CHZN_koKR929KR929&oq=jboss+patch&aqs=chrome..69i57j69i60j69i61l2.3519j0j1&sourceid=chrome&ie=UTF-8>…
2020/03/13 11:54 주레피 Jdbc * description : 자바 프로그래밍 관련 내용 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-03-09 Oracle 오라클 연동 import java.sql.DriverManager; import java.sql.SQLException; public class OracleEx01 { public static void main(String[] args) { String driver = "oracle.jdbc.driver.OracleDriver"; String url = "jdbc:oracle:thin:@localhost:1521:xe"; String user = "scott"; String password = "tiger"; try { Class.forName(driver); System.out.println("jdbc drive…
2020/08/14 11:29 주레피 jQuery * description : jQuery 관련 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-03-18 속성 변경 jquery onclick 속성 변경 Ajax [Jquery] 제이쿼리, $.ajax() 함수 활용. 비동기 통신 Autocomplete 자동완성 기능 검색어 자동완성 - jQuery Autocomplete 사용법 - 삽질중인 개발자 [jQuery] 제이쿼리 Autocomplete(자동완성) 사용법 및 옵션 살펴보기 autocomplete 높이 고정 jQuery UI Autocomplete: Hightlight Matching Text in jQuery UI Autocomplete Case Study Button 값 가져오기…
2022/12/12 16:52 주레피 JQuery Selector(셀럭터) 예제 자료 * description : jquery selector 예제 자료 모음 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-12-12 Intro Case Study 다중 속성 선택 $('form input[type="radio"][value="5"]').prop('checked', true); $('form input[type="radio"][value="5"]').each(function(index, item){ var random = Math.floor(Math.random()*5+1); // console.log(random); $(this).parent().find('input[type="radio"][value="' + random + '"]').prop('checked', true); });…
2020/01/31 14:58 주레피 Jsoup 사용방법 * description : * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-01-31 Tip Selector 공식 문서 Troubleshooting Ref * selector-syntax * jsoup : 자바 HTML 파서(Java HTML Parser) 주레피 java jsoup heon
2020/02/18 13:49 주레피 JSTL 활용법 * description : JSTL 관련된 사용방법 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-03-19 Rule <c:if test='${"string" eq name }'></c:if> <td>${entry.key.class }</td> " single 가급적 quotation으로 시작하고 그 내부에서 string일 경우 double quotation으로 처리한다.
2020/09/01 12:31 주레피 JUnit * description : JUnit에 관한 정비 기술 * author : 도봉산핵주먹 * email : hylee@repia.com * lastupdate : 2020-09-03 JUnit JUnit A Cook's Tour 자바 프로그래밍 언어용 단위 테스트 프레임워크입니다. JUnit5 동작 순서(토비 스프링3)
2022/12/07 20:13 주레피 Lambda * description : 자바 lambda 예시 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-12-07 Intro Case Study Term Tip Troubleshooting Ref * JAVA 람다식을 사용한 forEach 사용 방법 예제 주레피 java 람다 lambda
2020/04/02 12:24 주레피 Linux * description : 리눅스와 관련된 내용 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-04-02 배포판 * Centos linux, 센트오에스 * Ubuntu linux, 우분투 * Sulinux, 에스유리눅스 * 수세리눅스 * rocky linux, 로키 * Fedora, 페도라 * Slackware, 슬랙웨어 * 데비안 한글 언어팩 설정 locale -a | grep ko 했을 때 안나오면 아래와 같이 명령어를 써주면 된다.
2020/09/18 15:36 주레피 Machine Learning (기계학습, ml) * description : 머신러닝 관련 알고리즘 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-09-27 Case Study Cost, Loss, Gradient Descent The Ascent of Gradient Descent LSTM AE CNN DNN RNN
2022/03/21 20:11 주레피 MacOS * description : 맥OS 관련 내용 저장 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-03-11 Intro Case Study Software * iTerm2 $> open . // 디렉토리 열기 Term Tip VS Code Bash 터미널 표시 변경(branch 표시)
2022/07/06 15:07 주레피 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 MariaDB, 마리아DB * description : 마리아DB 관련 자료 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-07-06 개요 설치 * 외부 네트워크가 연결되지 않는 CentOS7에 MariaDB 설치하기 * [CentOS 7] 리눅스 Maria DB(마리아DB), MySQL 설치하기, MySQL 계정 생성 암호 설정 *…
2020/03/24 20:18 주레피 Math library * description : Math library 와 관련 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-03-24 Ref * Calculate Percentage in Java 주레피 java math
2020/07/13 20:26 주레피 mathematics 대수학 미분 (differential, 디퍼렌셜, derivative, 더리버티브) 기호 ∇ 나블라, 델타 : 미분연산자기호 ∂ 라운드 d, 파샬(part) : 편미분기호 HTML로 표현할 수 있는 수학단위와 그리스문자 및 심볼들 기호 읽기 미분 적분 제대로 알자 ReLU [Rectified Linear Unit, 렉티파이드 리니어 유닛, 정류 선형 유닛]
2020/03/02 14:21 주레피 Maven(메이븐) * description : maven 관련 팁과 주요 내용 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-01-31 repository 경로 변경 * Window -> Preferences -> Maven -> User Settings *
2022/04/13 19:00 주레피 moment.js, moment-with-locales.js * description : moment.js 사용법 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-04-13 Intro 자바스크립트 날짜 관련 라이브러리 Install Case Study 초를 읽기 쉬운 형태로 변환
2020/02/20 15:23 주레피 Mybatis(마이바티스) 사용법, 예시 * description : * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-01-31 mapper.xml 예시 SELECT 예시 <select id="boardList" resultType="BoardDto" useCache="true"> select * from tbl_board order by pos asc </select>
2020/02/08 12:59 주레피 Mysql / MariaDB * description : MariaDB, Mysql 관련 자료 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-02-08 주의 사항 * 대소문자 주의하는 것에 대해 고민하자 FAQ * 사용자 패스워드 변경하기
2020/02/18 09:36 주레피 NAS 사용방법(synology) Tip ROOT 계정 이용하기 user@rstorage:~$ sudo -i Password: <- 관리자 비밀번호 입력 root@rstorage:~$ 주레피 시놀로지 synology nas rstorage
2020/08/21 10:59 주레피 Node.js * description : node.js 관련 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-08-21 Install nvm 설치 (for ubuntu) 기본적인 설치 이후에 실행이 되지 않는다면 .bashrc에서 아래 부분 주석을 해제한 이후
2023/01/17 09:39 slaptear Notion, 주간 플래너 템플릿 활용 * description : 노션 주간 플래너 (시리얼) * author : slaptear * email : sgjang@repia.com * lastupdate : 2023-01-17 Intro * 노션(Notion)을 활용한 주간 플래너 주간 플래너 템플릿 적용 방법
2022/10/13 11:51 치킨5분컷 Notion,노션 * description : 노션 관련 * author : 치킨5분컷 * email : hgkim@repia.com * lastupdate : 2022-10-14 Intro * 노션(Notion)이란 무엇인가? * 간단히 소개하자면 여러 명이 동시에 공동 작업할 수 있는 올인원 앱.
2022/06/07 13:46 주레피 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 PasS-TA * description : 파스-타 관련 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-06-07 Intro Case Study Seminar 2022.06.07
2022/08/23 17:24 주레피 Php * description : php 관련 내용 작성 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-08-23 Intro Case Study Session * 3.04. 세션 다루기 Exec * exec Term Tip * PHP에서 query string 쉽게 만드는 방법 * PHP - 문자열이 있는지 포함여부 검사 / instr, indexof, strpos() * [PHP] 문자열 포함여부 확인에 strpos를 사용하면 안되는 이유 Troubleshooting Ref 주레피 php php7
2022/05/18 10:08 주레피 port(포트) * description : 포트 관련 자료 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-05-18 Ref * 리눅스 원격서버 포트 스캔 주레피 port 포트스캔 nap
2020/08/04 12:19 주레피 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 Project (프로젝트 일반) 정성적 제안서 vs 정량적 제안서 안녕하세요. 네이버 지식파트너 조달청입니다. 우선 조달청에 관심을 가져주신 점 감사드립니다. 선생님의 협상에 의한 계약 관련 문의사항에 대해 답변 드리겠습니다. 정량적/정성적 제안서라는 용어는 협상에 의한 계약에서 주로 쓰이는 말입니다. 정량적 제안서는 입찰한 업체의 사업이행실적, 경영상태 등 양적 측면에서 객관적으로 평가할 수 있는 제안서이고, 정성적 제안서는 입찰자가 제출한 제안서가 해당 사업 목표에 얼마나 부합한지를 질적인 측면에서 평가하는 주관적, 비계량적 제안서를 말합니다. 기타 자세한 사항은 조달청 홈페이지(http://pps.go.kr) 정보제공/업무별 자료/ 내…
2020/02/04 17:12 주레피 PSFTP Ref * psftp를 이용하여 파일을 올려보자 주레피 psftp
2022/04/27 19:06 주레피 Eclipse Tip Validation off Autosave 5초 Web browser -> External Explorer package presentation -> Hierachical $> mvn clean package $> mvn clean install $> mvn spring-boot:run Pull Request 방법 egovframe-simple-homepage-template Fork -> Clone -> Issue, Commit -> Pull Request
2020/08/14 11:39 주레피 PyCharm * description : pycharm 관련 내용 기술 * author : 도봉산핵주먹 * email : hylee@repia.com * lastupdate : 2020-07-09 Intro Jetbrain에서 만든 파이썬 IDE Python 프로그래밍을 배우고 가르칠 수 있는 전문적인 도구 Professional : 유료 버전 Community: 무료 버전
2020/07/13 14:52 주레피 Python 주요 library 배포판 아타콘다 argparse 인자를 효율적으로 입력받을 수 있도록 하는 패키지 " 관용 표현" import argparse __future__ 파이썬 2와 파이썬 3의 호환성을 위한 라이브러리 " 관용 표현
2020/08/14 11:43 주레피 React * description : React 관련 내용 기술 * author : eleven * email : jskim@repia.com * lastupdate : 2020-08-18 Intro React는 사용자 인터페이스를 구축하기 위한 선언적이고 효율적이며 유연한 JavaScript 라이브러리입니다.
2020/01/29 10:07 안단희 redirect page * description : * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-01-29 * redirect_page.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="refresh" content="0; URL='이동할 주소'" /> <title>Video notes redirect</title> </head> <body> Auto redirect to <a href='이동할 주소'>커맨트</a> </body> </html>
2022/07/06 20:18 주레피 Ref * jQuery-UI sortable 사용해보기 주레피 jquery jquery-ui jquerui
2022/12/07 20:14 주레피 Reflection(리플렉션) * description : 자바 reflection 예 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-12-07 Intro Case Study Term Tip Troubleshooting Ref * String(문자열)으로 Method(메소드) 호출 주레피 java 리플렉션 reflection
2020/04/28 16:55 eleven Regular Expression (정규표현식) * description : Javascript로 정규식 사용하기 * author : eleven * email : jskim@repia.com * lastupdate : 2020-04-28 Case Study "이메일 정규표현식" var emailRegExp = /^[A-Za-z0-9_\.\-]+@[A-Za-z0-9\-]+\.[A-Za-z0-9\-]+/;
2020/04/14 12:06 주레피 replaceAll, replace * description : 정규표현식을 사용한 replaceall 활용 연구 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-04-14 Case study 1. 이미지 소스의 base64문자열 제거 (<img src=
2020/06/04 10:03 주레피 Resin * description : Resin과 관련된 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-06-04 Eclipse(Photon(4.8) 이상) 연동 방법 1. resin 다운로드 resin download Resin Pro 4.0.x를 OS에 맞게 다운로드 합니다.
2022/03/11 22:04 주레피 REST API * description : REST API 관련 내용 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2021-10-12 Intro REST(Representational State Transfer) 리소스를 주고 받는 형태 * POST: 리소스 추가 * PUT: 리소스 수정 * GET: 리소스 조회 * DELETE: 리소스 삭제
2022/05/26 09:52 주레피 Rocky Linux * description : Rocky Linux 관련 내용 기술 * author : 김토피아 * email : kimmk@repia.com * lastupdate : 2022-05-25 Rocky Linux란? Rocky Linux는 레드햇 엔터프라이즈 리눅스(RHEL)의 소스 코드를 이용하여 만들어진 무료 리눅스 배포판이다. 기존 CentOS의 정신적 후속작에 해당한다.
2022/07/06 11:33 주레피 RPM * description : RPM 관련 다양한 주제 논의 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-07-06 Case Study 패키지 내부 파일 목록 확인 [user@centos7 ~]# rpm -qa |grep httpd httpd-tools-2.4.6-97.el7.centos.5.x86_64 httpd-2.4.6-97.el7.centos.5.x86_64 http-parser-2.7.1-5.el7_4.x86_64 [user@centos7 ~]# rpm -ql httpd /etc/httpd /etc/httpd/conf /etc/httpd/conf.d /etc/httpd/conf.d/README /etc/httpd/conf.d/autoindex.conf /etc/httpd/conf.d/userdir.conf /etc/httpd/conf.d/welcome.conf …
2020/01/31 20:20 주레피 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 RWIKI * description : Google에서 제공하는 Keep(메모) 프로그램 설명 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-01-31 * Backup : \\rstorage.repia.com\homes\[resources]\rwiki backup
2020/03/18 12:04 주레피 Security (보안, 방화벽) * description : 보안과 관련된 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-03-02 방화벽 허용 간단 확인 법 방화벽을 확인하기 위해서는 출발지, 목적지 포트가 필요하며 출발지는 아래 코드를 실행하는 PC의 IP 대역이 된다.
2022/07/07 19:22 주레피 SED (Streamlined editor, 능률적인) * description : * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-07-07 HowTo Cast Study 파일내 값 일괄 변경 (${RSS_ROOT}/colls/*/conf/index.conf) [user@hostname ]$ sed -i 's|maxWid=\"20000000|maxWid=\"30000000|g' */conf/index.conf
2023/01/26 10:41 주레피 Selenium, 셀레니움 * description : 셀레니움 사용 방법 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2023-01-26 Intro Case Study * How To Download & Upload Files Using Selenium With Java * How to Download a File in Selenium Webdriver? * 자바, Spring Boot로 크롤링하기 - Selenium 이용 (동적페이지), 속도 개선 방법 * [selenium] 크롤링 selenium 셀레니움 사용법, 명령어 모음 * [코딩] 제로부터 시작하는 selenium- 넷플릭스 크롤링 (python) Term Tip Troubleshooting Ref *…
2023/04/04 14:26 주레피 Shields IO * description : Shields IO 관련된 내용 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2023-04-04 소개 Gitlab, Github의 마크다운 파일내에서 기술 스펙이나 링크등을 추가할 때
2020/04/02 13:31 주레피 Solaris(솔라리스) * description : 솔라리스 관련 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-04-02 환경 변수 PATH $> export LD_LIBRARY_PATH=패스:${LD_LIBRARY_PATH} 패키지 Install
2020/02/18 09:48 주레피 Spring 잡다한 지식 버전 Spring - JDK Spring Framework JDK 5.3.x JDK 8 ~ 19 5.2.x JDK 8 ~ 15 5.1.x JDK 8 ~ 12 5.0.x JDK8 ~ 10 4.3.x JDK6 ~ 8 Spring Boot - JDK
2020/07/22 21:19 주레피 SpringBoot 설정 파일 * yaml, yml(야믈) * Springboot YAML 샘플 * Spring Boot에서 properties 값 주입받기 Spring Boot Batch Spring Boot Batch Jpa(Java 퍼시스턴스 API) 사례연구 1. JPA를 이용한 단순 게시물 테스트 Annotation Spring boot Annotation Batch 4. Spring batch, boot 연동 및 처리 과정. Tasklet VS Chunk Tasklet Chunk
2021/03/07 15:49 주레피 Spring에 JPA 적용하기 * description : JPA 관련 내용 기술 * author : 도봉산핵주먹 * email : hylee@repia.com * lastupdate : 2020-12-16 JPA 사용해야 되는 이유 * 안녕히 계세요 SQL? * 자바 개발자의 필수 기술 (트렌드에 뒤쳐지지 말자)
2020/03/18 10:23 주레피 SQL * description : SQL 관련 자료 등록 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-03-18 CASE...WHEN...THEN [DBMS_Oracle] CASE..WHEN...THEN [MySQL] CASE 기본 사용법 Date Oracle : sysdate SELECT sysdate FROM dual; MariaDB, Mysql : now() SELECT now() FROM dual;
2023/05/30 17:49 주레피 SSH Client * description : SSH 클라이언트 프로그램 * author : 주레피 * email : dhan@repia.com * lastupdate : 2023-05-30 Case Study Putty * psftp 사용하기 * 터널링, 포트포워딩 * [PUTTY] 터널링 SSH 포트포워딩 하는 방법 * [Putty] 푸티로 연결하는 초간단! SSH 터널링 방법! * Putty에서 한글이 깨지는데 조치 방법은 있을까요? * Putty에서 한글을 입력하면 ... 으로 표시가 됩니다. * Putty 접속 시 오류 expected key exchange group packet from server MobaXterm *…
2020/02/03 13:27 주레피 SSO 개념 설명 * description : * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-02-03 주레피
2022/12/07 20:03 주레피 stream * description : 자바 stream 예시 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-12-07 Intro Case Study Term Tip Troubleshooting Ref * Counting Matches on a Stream Filter * Java 8 String join 주레피 java stream
2022/09/22 13:58 주레피 STS * description : STS관련 내용 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-09-22 Intro 설정 파일 SpringToolSuite4.ini -startup plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.600.v20220720-1916 -product org.springframework.boot.ide.branding.sts4 --launcher.defaultAction openFile -vm #plugins/org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.4.v20221004-…
2020/05/19 16:03 주레피 SVN * description : Svn 관련 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-05-19 SVN 저장소 생성하기(rstorage) Linux 사용법 export (Release 버전 가져오기) [dev@developer ~] svn export svn://svn저장소/RSA4_Package/RSA-Linux-4.5 RSA-Linux-4.5 [dev@developer ~] svn export svn://svn저장소/RSA4_Package/RSA-Linux-4.5 RSA [dev@developer ~] svn export /SVN/RSA4_Package RSA4-Linux-4.5
2020/08/14 14:58 주레피 Template 초기 설정 ====== 주제 ====== <WRAP left notice 80%> * description : * author : 주레피 * email : dhan@repia.com * lastupdate : 2023-04-26 </WRAP> ===== Intro ===== ===== Case Study ===== ===== Term ===== ===== Tip ===== ===== Troubleshooting ===== ===== Ref ===== {{tag>주레피}}
2020/07/10 13:54 도봉산핵주먹 Thymeleaf * description : Thymeleaf * author : 도봉산핵주먹 * email : hylee@repia.com * lastupdate : 2020-07-10 Intro Thymeleaf란? * Thymeleaf는 스프링 부트가 자동 설정을 지원하는 웹 템플릿 엔진입니다.
2022/05/26 09:54 주레피 Ubuntu * description : Ubuntu 관련 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2023-03-25 Ubuntu란? 데비안 리눅스를 기반으로 개발 6개월마다 새로운 판이 공개, 장기지원판은 2년에 한번씩 출시 타인을 향한 인간애(humanity to others)
2020/09/01 11:06 주레피 UML UML이란 Unified Modeling Language의 약자로 1997년 OMG(Object Management Group)에서 표준으로 채택한 통합모델링언어 입니다. (즉, 모델을 만드는 표준언어인 것입니다.) Diagram 종류 순번 화면 예시
2022/07/29 16:29 주레피 UseModWiki * description : UseModWiki 관련 내용 작성 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-07-29 Intro Perl 기반의 가벼운 위키이며, (주)레피아 에서 사용하는 위키도 UseModWiki입니다.
2020/02/03 14:19 주레피 Utility * description : Utility 프로그램 및 사용법 작성 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-03-24 Browser Chrome drag free mouse, 드래그프리(마우스 드래그 & 마우스 우클릭 해제) - 대박~
2020/06/04 14:07 주레피 VI, VIM * description : VI 사용법 및 Tip 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-06-04 Case Study .vimrc 설정 filetype plugin indent on " show existing tab with 4 spaces width set tabstop=4 " when indenting with '>', use 4 spaces width set shiftwidth=4 " On pressing tab, insert 4 spaces set expandtab
2022/11/17 11:10 주레피 Visual Studio * description : 비주얼 스튜디오 관련 내용 기 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-11-17 Intro 컴파일 C/C++ 라이브럴리 설정 라이브러리 종류 다중스레드(/MT) LibCMt.lib 다중스레드 디버그 (/MTd) LibCMtD.lib 다중 스레드 DLL(/MD) MSVCRt.lib(MSVCRt.DLL) 다중 스레드 디버그 DLL(/MDd) MSVCRtD.lib(MSVCRtD.DLL) 단일 스레드(/ML) LibC.lib 단일 스레드 디버그(/MLd) LibCD.lib…
2020/03/12 16:54 주레피 Visual Studio Code * description : * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-03-12 단축키 자동 줄 바꿈 Alt + z (Toggle) 메뉴바 표시 Alt setting창 열기 mac: cmd + , windows: ctrl + , 이모지
2020/02/05 20:08 주레피 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 WAS * description : WAS 관련 주요 설정 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-11-17 web.xml * web.xml 서블릿 버전별 DTD Intro Case Study CORS 설정 방법
2020/08/19 08:57 주레피 Webpack * description : 웹팩 관련 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-08-19 웹팩은 기본적으로 필요한 자원은 미리 로딩하는게 아니라 그 때 그 때 요청하자는 철학을 갖고 있습니다.
2020/03/25 10:55 오션 window.open 사용법 * description : Internet Explorer 브라우저의 생성된 팝업창에서 세로 스크롤바가 생기지 않을때 * author : 오션 * email : shlim@repia.com * lastupdate : 2020-03-19 문법(Syntax)
2020/04/02 13:29 주레피 Windows(윈도우즈) * description : 윈도우 관련 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-04-02 이벤트 로그 시스템 종료 / 시작 로그 확인 방법 * Windows server 2003 시스템 종료 이벤트 * 이벤트 뷰어(Event Viewer)를 통해 윈도우 부팅 시간 확인하기 * 윈도우즈 로그파일 종류 및 분석 "
2022/04/14 13:45 주레피 WSL * description : WSL 활용법 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-04-14 Backup or restore 백업 및 복구 // PowerShell or CMD // 목록 조회 PS C:\Users> wsl -l -v NAME STATE VERSION * docker-desktop-data Stopped 2 docker-desktop Stopped 2 Ubuntu-20.04 Stopped 2 // 백업 PS C:\Users> wsl --export Ubuntu-20.04 Ubuntu-20.04_20220414.tar // 복구 $> wsl --import Ubuntu-20.04 C:\User\jurepi\Ubu…
2022/04/06 18:15 주레피 xlsx * description : xlsx 사용 방법 및 쓸모 있는 서식 * author : 도봉산핵주먹 * email : hylee@repia.com * lastupdate : 2020-11-24 Case Study Woking Day 계산 " " 함수 VLOOKUP $의미 $B3 -> 행 자동채우기 -> B3, C3, D3의 값은 B3로 고정, B$3 -> 열 자동채우기 -> B3, B4, B5의 값은 B3로 고정, $B$3 -> 행열 자동채우기 -> B3값 자동 고정(위 둘다 동시에 적용)
2021/10/01 11:02 주레피 Xming * description : Xming 사용 방법 * author : 주레피 * email : dhan@repia.com * lastupdate : 2021-10-01 Intro 윈도우에서 동작하는 X서버 비슷한 기능 * Xmanager * Exceed ... Howto 1. X서버 설치
2022/05/13 17:38 주레피 YUM * description : YUM 관련 다양한 주제 논의 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-05-18 Yum downloadonly 설치는 하지 않고 패키지 다운로드만 (관련 의존성을 포함하여)
2020/08/07 09:33 주레피 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 ZEUS * description : ZEUS(국가 연구시설 장비) 관련 API 설명 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-08-07 Ref API 가이드 주레피 zeus openapi
2022/04/26 17:59 주레피 개요 * JUnit Platform : 테스트를 실행해주는 런처 제공, TestEngine API 제공 * Jupiter: TestEngine API 구현체로 JUnit 5를 제공 * Vintage: JUnit4와 3을 지원하는 TestEngine 구현체 기초 * @Test * @BeforeAll
2022/03/24 13:41 주레피 경영 철학 * description : 주레피의 경영 철학 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-04-13 경영 철학 전 임직원이 세계화 마인드를 가지고 인재와 고객을 존중하며 열정을 가지고 끊임없이 혁신을 추구하는 것에 가치를 두고 일하고 있습니다. 또한, 핵심 목표를 달성하는 데 필요한 역량인 규율 있는 인재, 차별화된 일등 기술력, 글로벌 마케팅 능력을 보유하기 위해서 최선을 다하고 있습니다. 기업의 평균 수명이 30년이라고 하지만, 저희 레피아는 앞으로도 진 임직원이 마음속에 내면화된 핵심 가치가 변하지 않도록 지켜서 영속하는 기업이 되도록 노력하겠습니다. 고객의 신뢰와 발전에 대한 무한 책임 정신은 품질 경영으로 구현됨을 인식하며, 프로세스화 된 조직 경영으로 우리 사회를 위한 상생 발전을 잊지 않겠습니다. 하나의 목표 달성에 안주하지 않고 …
2020/02/12 17:52 주레피 공통컴포넌트 v3.8 가이드 실행환경 3.8을 기반으로 내용을 반영한 3.8 버전의 컴포넌트에 대한 가이드를 참조할 수 있도록 링크를 제공한다. 주요개선점은 mariaDB,PostgreSQL DB 2종 추가 및 다국어처리(한국어/영어), Mybatis 기반의 쿼리를 지원하고 있으며 HTML5기반의 UI를 제공한다.
2022/03/27 11:57 주레피 구글 애널리틱스 * description : 구글 애널리틱스 관련 자료 안내 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-03-11 Intro Case Study Term Tip Troubleshooting Ref * [GA4] 추천 이벤트 종류 * [GA4] 이벤트 개발 문서 * [GA4] 이벤트 개발 문서 주레피 애널리틱스
2022/08/23 18:32 주레피 권한 관리 * description : 미디어위키 권한 관리 내용 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-08-23 Intro Case Study Plugin, Extension * Extension:Auth_remoteuser, 인증 원격 사용자 Term * 미디어위키(mediawiki) 그룹 목록 (page_restrictions) Tip Troubleshooting Ref
2022/05/18 10:05 주레피 나노(nono) 편집기 * description : nono 편집기 유용한 정보 모음 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-05-18 Tip * 리눅스 nano 편집기 단축키 주레피 나노 nano
2020/04/01 16:03 주레피 날짜 관련 * description : 자바에서 날짜 관련 자료 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-04-01 Date Format 유형 yyyy.MM.dd HH:mm:ss.S Class SimpleDateFormat Calendar 1. 사용법 Calendar cal = Calendar.getInstance(); int year = cal.get(Calendar.YEAR); int mon = cal.get(Calendar.MONTH); int day = cal.get(Calendar.DAY_OF_MONTH); int hour = cal.get(Calendar.HOUR_OF_DAY); int min = cal.get(Calendar.MINUTE); int sec = cal.get(Calendar.SECOND); System.out…
2020/03/10 20:27 주레피 노트북(PC) 백업, 설치시 필요한 사항 * description : 노트북 신규 도입시 필요한 내용 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-03-09 백업 목록 * Outlook 메일 백업 (기본위치: C:\Users\{윈도우계정명}\Documents\Outlook 파일\{회사메일}.pst )
2022/04/28 15:24 주레피 더 자바, 코드를 조작하는 다양한 방법 JVM(Java Virtual Machine) * 자바 가상 머신으로 자바 바이트 코드(.class)를 OS에 특화된 코드로 변환(인터프리터와 JIT 컴파일러)하여 실행한다. * 바이트 코드를 실행하는 표준(JVM 자체는 표준)이자 구현체(특정 밴더가 구현한 JVM)이다.
2020/08/04 12:20 주레피 도커 Docker * description : 도커관련 유용한 지식 모음 * author : 주레피 * email : dhan@repia.com * lastupdate : 2023-03-25 도커란 * 도커란 무엇인가? * 생활 코딩 Docker 강의 설치 우분투에서 도커 설치 CentOS에서 도커 설치 기본 명령어 * docker pull [image] *
2023/03/25 17:47 주레피 디버깅(debugging) * description : 디버깅 관련 자료 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2023-03-25 Intro valgrind, gdb, $> ulimit -c unlimited $> nohup 프로그램 실행 (백그라운드)
2023/05/19 16:08 주레피 리눅스에서 DNS 등록하는 방법 * description : 리눅스에서 DNS 등록하는 방법 * author : 주레피 * email : dhan@repia.com * lastupdate : 2023-05-19 Setting /etc/resolv.conf # google nameserver 8.8.4.4 # repia nameserver 125.132.25.162 # kt nameserver 168.126.63.1 # sk nameserver 210.220.163.82 # Cloudflare nameserver 1.1.1.1 # lg nameserver 164.124.101.2
2020/02/07 21:24 김토피아 리눅스에서 자주 사용하는 명령어 * description : * author : 김토피아 * email : kimmk@repia.com * lastupdate : 2020-03-10 ls 용량이 제일 큰것부터 정렬하여 리스팅 하기 [www@www tmp]$ ls -alhS | more
2020/04/03 09:32 주레피 메일_보내기 * description : * author : 도봉산핵주먹 * email : hylee@repia.com * lastupdate : 2020-04-08 시작 전 확인사항 " 메일발송 시작 전 보낼메일 계정이 smtp 로 설정이 되어 있는지 확인해야 함.
2022/04/02 17:40 주레피 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 문자집합(Character Set) * description : 문자집합에 관련된 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-04-02 Intro Case Study
2022/05/04 16:19 주레피 1. 최초 접속 2. 설치 언어 선택 3. 설치 환경 검사 4. 데이터베이스 연결 설정 5. 데이터베이스 사용자 설정 6. 제목 설정, 사용자 추가, 메일 주소 등록 (모두 작성해야 됨) 7. 사용자 권한, 확장 추가 설치
2022/05/04 14:55 주레피 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 미디어위키 * description : 미디어위키 관련 내용 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-05-04 설치 요구사항 *
2022/08/23 18:29 주레피 배시, bash * description : bash 관련 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-08-23 Intro Case Study date 명령 * [Bash] date 명령 - 과거와 미래 날짜, 시간 구하는 방법 Term Tip Troubleshooting Ref * [Bash] date 명령 - 과거와 미래 날짜, 시간 구하는 방법 주레피 bash 배시 본어게인쉘
2022/09/19 12:35 주레피 비밀번호 생성 규칙 * description : 비밀번호 생성 규칙에 대한 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-09-19 AWS(비밀번호 필수 포함 조건) 비밀번호 보안 수준 표시 (강, 중, 약)
2021/01/04 11:16 주레피 상속 * description : 자바의 상속에 대해 학습하세요. * author : 주레피 * email : dhan@repia.com * lastupdate : 2021-01-04 자바 상속의 특징 super 키워드 메소드 오버라이딩 다이나믹 메소드 디스패치 (Dynamic Method Dispatch)
2020/01/29 10:28 안단희 서버내에서 원하는 파일을 쉽게 찾는 방법은 무엇인가요? 특정 버전의 압축 파일을 찾으려면 다음과 같이 합니다. $> locate "dbSpider-1.6.2" |grep gz |xargs ls -al 특정 문구를 가진 파일을 찾으려면 다음과 같이 합니다.
2022/04/04 15:51 주레피 서버이관시 고려사항 일반 * 서버 IP 웹서버 * 버전 정보 * 설치 경로 * 포트 정보 * 설정 파일 (httpd.conf, extra/ | conf.d/) * 가상 호스트 정보 * 인증서 * 톰캣 연동 정보 * 주요 설정
2022/03/14 13:56 주레피 쉘 프로그래밍 * description : 쉘 프로그래밍 예정 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-03-10 Case Study * bash(배시, 본어게인쉘) * 쉘 스크립트로 파일 사이즈 구하기 백업 스크립트 #!/bin/sh cd /volume1/dhan/synology/ date >> backup.log WIKI_BACKUP_SOURCE=/volume1/web/dokuwiki/data/media/wiki/backup WIKI_BACKUP_TARGET="/volume1/homes/[resources]/rwiki backup" YESTERDAY=`date -d '1 day ago' +%Y%m%d` #1. 백업데이터 이동 echo "${WIKI_BACKUP_SOURCE}/dw-backup-${YESTERDAY}*.tar ${WIKI_BACKUP_TAR…
2020/02/18 13:50 주레피 스프링 에러 핸들링 * 오류 Cannot change version of project facet Dynamic Web Module to 2.5. 주레피 에러
2023/03/25 17:22 주레피 슬랙(slack) * description : 슬랙, 슬랙봇 관련 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2023-03-25 토큰 검증 체크리스트 Troubleshooting API * <https://slack.dev/java-slack-sdk/}Slack SDK for Java> * chat.postMessage Ref * Slack Bot 상호 작용(Slash Command, Event Subscription) 주레피 slack 슬랙 슬랙봇
2020/01/23 17:39 주레피 시스템 부팅시 자동 시작 스크립트 CentOS6 파일 경로 /etc/rc.d/init.d/tomcat 파일 내용 # # tomcat Start/Stop Script for the Tomcat Server # # chkconfig: 2345 91 14 # description: start/stop script for tomcat server # source function library . /etc/rc.d/init.d/functions export LANG=ko_KR.euckr export JAVA_HOME=/data/apps/search/java export TOMCAT_HOME=/data/apps/search/tomcat export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/glibc-2.14 export CLASSPATH="." PRGDIR="$TOMCAT_HOME/bin" # Check that target e…
2020/08/03 22:14 주레피 영어 단어장 [오션] | [도봉산핵주먹] A aggregation(애그리게이션) 집합, 집성, 집적, 집단 algebra(앨저브라) 대수학 alias(에일리어스, 알리아스) 별칭, 별명 artifact(아티팩트) 인공물, 피조물, 소프트웨어 개발 프로젝트에서 생성되는 다양한 산출물 (e.g. maven에서 빌드로 생성되는 프로젝트의 jar 확장자 결과 등)
2020/03/10 20:24 주레피 오라클, Oracle * description : 오라클 관련 자료 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2023-03-25 시작/종료 1.관리자 로그인(오라클 계정에서) sqlplus "/as sysdba" SQL> 2.리스너 종료(Shell에서 해야 됨)
2022/05/13 11:01 주레피 우분투에서 도커 활용법 * description : 우분투에서 도커 활용하는 방법 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-05-18 실행 도커 종료 & 시작 user@ubuntu:~$ sudo systemctl stop docker.socket user@ubuntu:~$ sudo systemctl stop docker user@ubuntu:~$ sudo systemctl start docker
2020/01/29 09:33 안단희 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 운영체제(OS) * description : 운영체제과 관련된 일반적인 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-04-02 노트북
2022/03/11 21:40 주레피 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 웹디자인 * description : 웹디자인 관련 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2021-10-27 Intro Tool * mycolor.space * 페이지 메인 색상을 결정하면, 그 색상에 어울리는 연관된 컬러를 Palette를 추천해 준다
2022/03/24 15:42 주레피 윈도우 개발환경 셋업 * description : 개발자를 위한 윈도우 개발환경 셋업 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-03-24 Intro 필수 소프트웨어 * 준비: Windows 10, 버전 2004 이상(업데이트 필요)
2022/07/20 12:31 주레피 윈도우 단축키 * description : 자주쓰는 윈도우 단축키 공요 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-07-20 Intro Case Study * 캡처 * 윈도우키 + shift + s * 클립도구로 복사되어 있으므로, 스케치 도구로 편집하거나 붙여넣기 하면 됨
2020/03/02 09:03 주레피 윈도우10 네트워크 공유 불가 * description : Windows10 네트워크 설정 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-03-02 Ref * 윈도우10 네트워크 공유 불가(window10, SMB1, \\ 액세스할 수 없습니다. 해결 (천호동밤안개 - 검증완료) - 0X80004005 * 윈도우10 네트워크 공유 오류 SMB 설정 및 폴더 파일 연결 방법 * 윈도우10 네트워크 공유폴더 접근오류 조치방법(v2004 잘됨 확인) 주레피 windows10 네트워크공유불가 0x80004005…
2022/10/27 15:08 주레피 윈도우11 * description : 윈도우11 관련 주요 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-10-27 Intro 윈도우 11 관련 주요 내용 공유 Case Study Term Tip * Windows11 바탕화면 우클릭 더 많은 옵션 표시 기본값 설정방법 Troubleshooting
2020/02/18 12:12 주레피 이클립스 주요 단축키 Top 30 Programmer Selection 1) Ctrl + Shift + T for finding a class even from a JAR file This keyboard shortcut in Eclipse is my most used and favorite shortcut. While working with a high-speed trading system that has a complex code, I often need to find classes with the just blink of the eye, and this Eclipse keyboard shortcut is just made for that. No matter whether you have a class in your application or inside any JAR in the workspace, this shortcut will find it.…
2020/01/31 20:24 주레피 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 이클립스(Eclipse) * description : 사용자별 주요 계정 및 내용 * author : 천호동밤안개 * email : jhgong@repia.com * lastupdate : 2020-01-31 초기 설정
2020/02/06 10:08 주레피 이클립스에서 원격으로 front를 작업하기 * description : eleven * author : eleven * email : jskim@repia.com * lastupdate : 2020-01-31 플러그인 설치 * 이클립스 마켓플레이스 실행 * Remote System Explorer (SSH, Telnet,
2022/07/25 19:02 주레피 인스타그램(Instagram) * description : 인스타그램 관련 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-07-25 토큰 검증 체크리스트 Troubleshooting 키를 발급 받고 나서 1시간 내에 데이터를 가져와야 됨
2022/03/11 23:32 주레피 정렬(Sort) * description : * author : 주레피 * email : dhan@repia.com * lastupdate : 2021-12-27 Intro Case Study 오름 차순 * 양 또는 수가 차례로 늘어가는 것 * 작은 것부터 큰 것으로 가는 순서
2021/08/24 08:55 주레피 정리 정돈 * description : 분야별 정리 정돈 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2021-08-24 사무실 책상 정리 * 키보드와 마우스는 직장인의 무기, 항상 청결하게
2020/03/13 12:01 주레피 주레피 * description : 부트스트랩 관련 자료 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-03-13 Admin Template * 심플한 Bootstrap 템플릿 * 부트스트랩 기반 무료 관리자 템플릿 20선 * [Springboot] 스프링부트로 부트스트랩(bootstrap) 붙이기 관련 ax5 Components Buttons * Buttons Tooltips * Bootstrap4.0 Tooltips Offical Site * Problem Solve Tooltip AdminLTE Bootstrap Framework Conflict With Jquery UI Plugins…
2022/03/10 21:27 주레피 주레피 * description : VirtualBox 관련 내용 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-03-10 Intro 네트워킹 Case Study Term Tip Troubleshooting Ref 주레피 가상화 버추얼박스 virtualbox
2020/01/31 10:12 주레피 주레피 * description : 주레피 현황(서명) * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-10-17 임시 녹화 기능 주요 템플릿 모음 개발 활동 해야 할 일 다섯가지 강의 노트 경영 철학 벤처기업 이의신청서 주요설정 주요 정보 ThinkPad P15 WSA root/repia 읽고 싶은 책 목록 *
2023/04/26 14:51 주레피 주제 * description : 전자정부프레임워크 MSA 적용 개발 가이트 * author : 주레피 * email : dhan@repia.com * lastupdate : 2023-04-26 Intro Case Study Term Tip Troubleshooting Ref * 표준프레임워크 MSA 적용 개발 가이드 주레피 msa msa 전자정부프레임워
2023/01/26 10:14 주레피 주제 * description : yml 파일 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2023-01-26 Intro Case Study Term Tip Troubleshooting Ref * yaml(yml) 문법 정리 주레피 yaml yml 야믈
2022/07/08 22:07 주레피 주제 * description : 자바 프로그램 분석 방법 기술, 힙영역 분석, 쓰레드 분석 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-07-10 Intro Case Study Tools jps JVM 프로세스 목록을 확인할 수 있음
2022/04/04 14:08 주레피 주제 * description : 주요 설정 내용 저장 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-04-04 Intro Case Study * 브레이브 동기화 문구 shell brass talent bubble emerge rotate bitter surge coil inside search act horse renew drop glory season impact chuckle door load economy slogan visual
2023/02/10 15:43 주레피 주피터랩 * description : * author : 주레피 * email : dhan@repia.com * lastupdate : 2023-01-26 Intro Case Study 자동완성 사용하기(Kite) * Jupyter Lab(주피터랩) 자동완성 사용하기(Kite) Term Tip Troubleshooting * 윈도우에서 나눔고딕 추가 후 파이썬 matplotlib 한글 문제 Ref * [Python/JupyterLab] Kite : 파이썬 작업환경에 코드 자동완성 기능 적용하기 (Kite Autocomplete Extension for JupyterLab) 주레피 주피터랩 jupyterlab…
2022/07/19 20:01 주레피 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 차트, Chart * description : 차트 관련 여러가지 내용을 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-08-23 Case Study * [데이터 시각화의 재구성 #7] 윤석열 대통령에 관한 오해를 부르는 5가지 데이터 시각화 Tools…
2020/02/18 13:23 주레피 컨트롤러에서 사용되는 주요 개념 및 활용 방법 * description : 컨트롤러에서 사용되는 주요 개념 및 활용 방법 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-03-02 Ref * 14-2강 Spring Framework redirect(리다이렉트) vs forward(포워드) 주레피 컨트롤러 controller
2020/03/09 13:49 주레피 테이블 행(TR) 삭제하기 * description : * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-01-31 코드 예시 <script> function deleteLine(obj) { var tr = $(obj).parent().parent(); //라인 삭제 tr.remove(); } </script> <table border="1"> <tr> <td>Hello Brother! 1번</td> <td><button onclick="deleteLine(this);">삭제</button></td> </tr> <tr> <td>Hello Brother! 2번</td> <td><button onclick="deleteLine(this);">삭제</button></td> </…
2022/03/25 13:38 주레피 프로그래밍 프로그래밍 패러다음 절차 지향 프로그래밍 객체 지향 프로그래밍 캡슐화, 다양성, 함수형 프로그래밍 수학의 원리와 비슷하며, 학습하는데 어려움이 있음 반면 사람의 사고 방식과 비슷한 절차 지향, 객체 지향 프로그래밍이 있음 프로그램 종류: Haskell, F#, OCaml Erlang JavaScript Kotlin Go Python Rust Java C++ Scala 함수형 프로그래밍 지원 특징 1. Pure Functions (외부 상태를 변경하지 않음) 2. Stateless, Immutability (외부에서 전달된 상태를 변경하지 않음으로써 불편성 유지, 멀티 쓰레드 환경에서 안정적임) 3. Expressions Only (if, switch 안됨) 4. First-class and higher-order functions Monad…
2020/01/30 10:04 안단희 프로그래밍 주석 * description : * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-01-31 Class comment /** * 직무 정보(검색 포함) VO * @author eleven * @since 2020.02.20 * @version 1.0 * @see * * <pre> * << 개정이력(Modification Information) >> * * 수정일 수정자 수정내용 * ---------- -------- --------------------------- * 2020.02.20. eleven 최초 생성 * 2020.02.21 주레피 네이밍 변경 * </pre> */ public class EvaluInfoVO extends EvaluVO implements Seri…
2021/03/04 19:59 오션 Members: 하운 | gary | 주레피 | 연목구어 | 김토피아 | 희닝 | 오션 | 천호동밤안개 | 밤즌 | slaptear | heon Links: 주간회의 | 강의 | REPIA | Rgitlab | 2020 유지보수 리스트 한글(HWP) * description : 한글(HWP)관련 자료 기술 * author : 오션 * email : dhan@repia.com * lastupdate : 2022-10-09 Intro Case Study Term Tip * 한글 기본 환경설정 변경하여 한글 문서 편하게 작업하기 *
2020/04/28 12:16 주레피 형상관리(Software Configuration Management) * description : 형상관리 관련 내용 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-05-19 git svn Doc [svn 능력자를 위한 git 개념 가이드] Lecture 생활코딩>지옥에서 온 Git Tip Commit message * feat: 새로운 기능의 추가