기본 콘텐츠로 건너뛰기

7월, 2017의 게시물 표시

java readdir 자막변환

package com.timeline.smichanger; import java.io.File; public class SmiChange { public static void main(String[] args) { // TODO Auto-generated method stub File folder = new File("C:/Users/jason/Downloads/DragonTV.Zhen.Huan.Zhuan.Complete.HDTV.720p.x264-CHDTV"); // com.timeline.smichanger for (final File fileEntry : folder.listFiles()) {        if (fileEntry.isDirectory()) {            // listFilesForFolder(fileEntry);        } else {         if(fileEntry.getName().endsWith("smi")){                 if(fileEntry.getName().startsWith("후궁견환전")){                 String EpNo = (fileEntry.getName().replaceAll("후궁견환전, 2011 제", "")         ).substring(0, 2);                 EpNo = "DragonTV.Zhen.Huan.Zhuan.Ep"+EpNo+".HDTV.720p.x264-CHDTV.smi";         System.out.println(fileEntry.getName() + " : " + EpNo);         String newName =

Ubuntu Server 14.04.3 LTS 64 server AMD mining Claymore

멀티 부트 설치 디스크 만들기 다운로드 페이지 https://www.pendrivelinux.com/yumi-multiboot-usb-creator/ 최신버전 https://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.4.9.exe 실행 시키면 여러개의 운영체제를 설치 할 수 있는 멀티 부트 운영체제를 만들 수 있다. Ubuntu install http://www.omgubuntu.co.uk/2016/03/ubuntu-drops-amd-catalyst-fglrx-driver-16-04 amd 드라이버를 쓸려면 우분투 16.04 는 사용 하면 안된다. 1. download Ubuntu Server 14.04.3 LTS 64 http://mirror.metrocast.net/ubuntu-releases/14.04/ubuntu-14.04.3-server-amd64.iso 2. update and install packages sudo apt-get install -y fglrx fglrx-core fglrx-dev fglrx-amdcccle fglrx-updates   sudo apt-get install -y  xinit xterm screen sudo aticonfig --adapter=all --initial --f sudo aticonfig --list-adapters sudo reboot http://infi.wikidot.com/blog:_start/tag/miner/category/blog 4. 오버 클럭킹, 언더 클럭킹, 언더볼트, 모니터링 # sudo apt-get install gnome-core gnome-session-flashback sudo apt-get install -y xinit xterm sudo dpkg-reconfigure x11-common anybody 선택 # Run X environment sudo atico

angularjs login 구현

참고 :  http://www.webdeveasy.com/interceptors-in-angularjs-and-useful-examples/ 디렉토리 구조 가이드라인 https://johnpapa.net/angular-app-structuring-guidelines/ 코딩 컨벤션 https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md /** * recommended * * no globals are left behind */ // logger.js ( function () { ' use strict ' ; angular . module ( ' app ' ) . factory ( ' logger ' , logger); function logger () { } })(); // storage.js ( function () { ' use strict ' ; angular . module ( ' app ' ) . factory ( ' storage ' , storage); function storage () { } })();

offline dev environment guide

 private no internet access eclipse maven nexus 1. 이클립스 p2 복제  이클립스 레파지토리 미러링 1.1 도스창에서 아래 명령 실행 eclipsec.exe -nosplash -verbose -application org.eclipse.equinox.p2.metadata.repository.mirrorApplication -source http://download.eclipse.org/releases/neon -destination file:D:/dev/repo/eclipse-neon eclipsec.exe -nosplash -verbose -application org.eclipse.equinox.p2.artifact.repository.mirrorApplication -source http://download.eclipse.org/releases/neon -destination file:D:/dev/repo/eclipse-neon 다운로드가 완료 되면 neon 기준으로 6.35 G 정도 나온다. 2.Maven Repository Replication 2.1 wget 을 이용해 다운로드 다운로드 http://gnuwin32.sourceforge.net/packages/wget.htm 도스창에서 아래 명령 실행 wget --mirror -p -r --no-parent http://repo.maven.apache.org/maven2/ -e robots=off -U "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36" index.html 삭제 del /s index.html maven2 폴더 루트에 있는 파