본문 바로가기

반응형

2018/01

(16)
Mobile Acronym 모바일 두문자어 MEAP : Mobile Enterprise Application PlatformMADP : Mobile Application Development PlatformMCAP : Mobile Consumer Application PlatformMDM : Mobile Device ManagementOSMU : One Source Multi UseEMM : Enterprise Mobility ManagementSFA : Sales Force Automation ODS : Out Door SalesVID : Video IDentificationMAM : Mobile Application ManagementOSS : Open Source SoftwareB2E : Business To EmployeeB2C : Bus..
GCP에 SCP 접속하기 1. WinSCP를 다운받는다.2. 새 사이트에서 파일 프로토콜을 SCP로 설정하고 GCP의 외부 IP를 호스트 이름에 입력한다.3. Putty 연결 시 만들었던 사용자 이름을 입력한다.4. 고급으로 가서 SSH>인증에서 Putty연결 시 만들어 두었던 개인키 파일을 지정한다.5. 연결.
GCP Putty 연결하기 1. GCP의 Compute Engine에서 VM 인스턴스 생성2. gcloud 설치3. C:\Users\**UserName**\.ssh\.google_compute_engine.pub 확인4. Putty Key Generator에서 Key Load5. Key Comment에서 사용할 User 이름 넣기6. Public Key, Private Key 저장7. GCP에 공개키 등록8. Putty에 **user**@**외부IP주소 입력9. Putty에 SSH>Auth>PrivateKey 입력부분에 Private Key 선택 후 접속
git 명령어 정리 https://git-scm.com/downloads 에서 git 설치 Git Bash를 연다. KimJeongHoon@user-PC MINGW32 ~$ git config --global user.name "JeongHoonKim" KimJeongHoon@user-PC MINGW32 ~$ git config --global user.email "devkjh@gmail.com" 로컬 저장소 만들기KimJeongHoon@user-PC MINGW32 ~$ mkdir boot KimJeongHoon@user-PC MINGW32 ~$ cd boot KimJeongHoon@user-PC MINGW32 ~/boot$ git initInitialized empty Git repository in C:/Users/Ki..
Spring Boot를 이용한 Spring Security 시작 하기 https://spring.io/guides/gs/securing-web/#scratch Maven Build 만들기mkdir -p src/main/java/hello pom.xml 생성 비보호 WebApplication 생성src/main/resources/templates/home.htmlsrc/main/resources/templates/hello.html Classpath에 Spring Security 추가pom.xml에 아래 추가 org.springframework.boot spring-boot-starter-security Security Configuration Java File 생성src/main/java/hello/WebSecurityConfig.java WebSecurityConfig의..
Spring Boot 시작하기 Spring Boot는 무엇인가?Server내에서 독립적인 Spring Application을 비교적 간단한 설정 만으로 구동가능하게 해주는 구성 프레임웍이다. 간단한 Boot 예제목표 : Browser에서 hello JeongHoon, Kim 확인. git repository 생성$ git initInitialized empty Git repository in D:/springboot-note/GettingStart/.git/ Maven을 이용한 프로젝트 생성mvn -B archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes -DgroupId=com.test.app -DartifactId=my-test Hello.java 생성package ..
Tablespace 명령어 상태 조회SELECT OWNER, TABLE_NAME, TABLESPACE_NAME FROM DBA_TABLES WHERE TABLE_NAME='ALOW_LNK_LON_APPL_LST'; TABLESPACE 변경ALTER TABLE ALOW_LNK_LON_APPL_LST MOVE TABLESPACE TSD_LO
자료 정리 다시 시작 오랜 동안 멈춰 왔었던 자료 정리를 다시 시작하려고 합니다.많은 분들이 방문하여 즐거운 나눔의 디딤돌이 되었으면 좋겠네요.

반응형