소프트웨어 (67) 썸네일형 리스트형 Git GUI 연습 사이트 Git 연습 하는 사이트입니다. 생각보다 Git 자체가 많은 기능을 가지고 있고 어떻게 정확하게 굴러가는지 이해하고 있는 사람들이 적기에 아래 사이트에서 연습하면서 익히면 좋을 것 같습니다. https://learngitbranching.js.org/ Learn Git Branching An interactive Git visualization tool to educate and challenge! learngitbranching.js.org 티스토리 Prism 적용 방법 티스토리 처음 시작한 뒤에 코드 블럭으로 써보니 제대로 표기가 안되는 것 같아 Prism을 별도로 티스토리에 적용했습니다. 검색해보면 엄청 나오는데 그냥 외울 겸 작성함. - Prism 사이트에 들어가서 DOWNLOAD를 선택 (우측에 동그라미 클릭해서 Theme 미리 볼 수 있음) https://prismjs.com/index.html Prism Supported languages This is the list of all languages currently supported by Prism, with their corresponding alias, to use in place of xxxx in the language-xxxx (or lang-xxxx) class: Couldn’t find the l.. 화면 사이즈 확인 테스트 코드 Java @Override protected void onCreate(@Nullable Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main_java); init(); } private void init() { Display display = getWindowManager().getDefaultDisplay(); DisplayMetrics outMetrics = new DisplayMetrics(); display.getMetrics(outMetrics); float density = getResources().getDisplayMetrics().density; float d.. 이전 1 ··· 6 7 8 9 다음