- Today
- Total
목록전체 글 (360)
프로그래밍 농장
https://kotlinworld.com/214 [Coroutine] Coroutine(코루틴)과 Subroutine(서브루틴)의 차이 - Coroutine이란 무슨 뜻일까?루틴이란 무엇인가? 우리는 Routine을 운동 루틴 혹은 공부 루틴과 같은 '특정한 일을 하기 위한 일련의 처리 과정'이란 뜻으로 사용한다. 비슷하게 전통적으로 프로그래밍에서는 루틴을 '특정한kotlinworld.com
최근 젠킨스 빌드로그에서 특정 hash 값을 changeset 에 추출하고 검증하기 위한 배치를 하나 짜고있는데 이 과정에서 배치관련 내용 몇가지 정리한것Difference between %~% and !~! CMD for /d for/r for /f for/l 사용법 tokens delims skip userbackqCMD 작성중 for 사용법 실행되는 스크립트에서 반복적인 작업을 하는 명령어 FOR 정의 FOR (/R,/...blog.naver.com Difference between %variable% and !variable! in batch fileI am writing a batch file where I need to output a string containing '!' to another..

SVN 관련 동작수행시 발생하는 다음 이슈에 대한 원인과 해결방법일반적으로 몇가지의 해결방법이 있다고 나오지만, 2가지 정도로 추려졌다. 1. 해당 이슈 경로 하위의 경로들의 limit으로 발생함 -> 하위 경로들을 각각 정상화해줌2. 해당 서버의 요청제한을 늘리는것이다. ( server requset limit issue ) Svn: E175002: REPORT of '/svn/cps-core/!svn/vcc/default': 413 Request Entity Too LargeHi TMSupport, I’m using subgit for a long time but have not come into this kind of issue before. When I try to use subgit.confi..
https://www.jenkins.io/doc/book/using/remote-access-api/ Remote Access APIJenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their softwarewww.jenkins.io Rest API for disconnect/reconnect slave from JenkinsI know we can post the following to offline a slave on Jenkins http://[jenkins_url]:8080/computer/[slave_name..
https://medium.com/pinkfong/%ED%85%8D%EC%8A%A4%EC%B2%98-%EC%95%95%EC%B6%95%EC%9C%BC%EB%A1%9C-%EA%B2%8C%EC%9E%84-%EC%B5%9C%EC%A0%81%ED%99%94-%ED%95%98%EA%B8%B0-394c1cc8d976 텍스처 압축으로 유니티 모바일 게임 메모리 최적화하기 이번 글에선 최적화의 필요성과 텍스처의 개념 그리고 텍스처 압축 포맷에 대해 설명하도록 하겠습니다. medium.com https://mgtul.tistory.com/127 텍스쳐 압축/최적화 https://youtu.be/BeEjoTa9sSo 텍스쳐압축 DXT,ETC,PVRTC,ASTC True Color = 일반적인 이미지 컬러 = 32bpp R..
단순 빌드디스크스립션 외 - 빌드 산출물 비교 및 증감에 따른 디스크립션 생성 - 빌드에러 로그 추출하여 실패시 changset log 생성 - 등 .. 그외 다양한 방식의 커스텀에 대한 페이지 젠킨스의 build description을 커스텀 해보자. [description setter plugin] 젠킨스의 빌드 히스토리에 보여지는 설명 부분을 어떻게 커스텀 하는지 알아보도록 하겠습니다. 사용 용도에 따라 다양한 정보들을 노출 시킬수 있겠지만, 본 포스팅에서는 빌드된 apk 파일명과 softwaree.tistory.com