전체 글107 C #에서 싱글 톤 패턴 구현 C# 싱글 톤 패턴 유형별 설명이 잘되어 있는 사이트를 링크한다. https://csharpindepth.com/articles/singleton Implementing the Singleton Pattern in C# Implementing the Singleton Pattern in C# Table of contents (for linking purposes...) The singleton pattern is one of the best-known patterns in software engineering. Essentially, a singleton is a class which only allows a single instance of itself to be cr csharpindepth.com 2020. 1. 17. Python Transmission RPC 문서 https://pythonhosted.org/transmissionrpc/index.html Transmission RPC — Transmission RPC 0.11 documentation A note about debugging information If you ever need to see what’s going on inside transmissionrpc, you can change the logging level of transmissionrpc. This is done with these easy steps >>> import logging >>> logging.getLogger('transmissionrpc').setLevel( pythonhosted.org 2019. 12. 15. Python 파일 사이즈 확인 파이썬 파일 사이즈 확인하는 방법 os.path.getsize()를 사용하여 파일 용량(bytes) 확인 가능 import os path = '파일 경로' os.path.getsize(path) https://docs.python.org/3/library/os.path.html#os.path.getsize os.path — Common pathname manipulations — Python 3.8.1rc1 documentation os.path — Common pathname manipulations Source code: Lib/posixpath.py (for POSIX) and Lib/ntpath.py (for Windows NT). This module implements some useful f.. 2019. 12. 15. OffCloud를 사용하여 Google Drive에 업로드 시 New Folder 문제 OffCloud 사용해서 구글드라이브로 업로드 시 New Folder 랜덤으로 생겨납니다. OffCloud 오류인데..오류 해결을 안해줘서 ㅠㅠ 사용자가 일일이 삭제를 해줘야하는 불편함이 있습니다. (New Folder 안에 있는 파일을 상위 폴더로 옮겨줘야 하는데..1~2개면 뭐..그러려니 하겠지만...겁내 많아지면....엄청난 일이 되버립니다...) 이때!! Google Apps Script를 사용하면 New Folder를 관리 할 수 있습니다. 더군다나 Google Apps Script로 사용하면 따로 인증 문제라던가.. 추가 설정 할 필요가 없어서..편합니다. 그리고 트리거 기능이 있어서 특정 시간 마다 해당 스크립트를 자동으로 실행도 할 수도 있고요 ㅎㅎ +ㅁ+)// 사용 방법은 아래는 스크립트.. 2019. 3. 10. 매우 빠르고 쉬운 소셜 미디어 공유 버튼 만들기(Sharingbuttons.io) Sharingbuttons.io 는 소셜 미디어 공유 버튼을 빠르고 쉽게 생성 할 수 있도록 HTML과 CSS 코드를 제공합니다. 2018. 11. 27. Mobile Design Patterns 모바일 디자인 패턴 모음 사이트 출처 : http://pttrns.com/ 2016. 11. 18. [Icons] Material Design Icons - Handcrafted by our friends from Google Material Design Icons Handcrafted by our friends from Google Material icons는 웹, Android 및 iOS 프로젝트에서 아름답게 제작되고 유쾌하며 사용하기 쉽습니다. 머티리얼 디자인 가이드의 시스템 아이콘 섹션에서 머티리얼 디자인과이 아이콘을 만드는 과정에 대해 자세히 알아보십시오. 라이선스 We have made these icons available for you to incorporate them into your products under the Apache License Version 2.0. Feel free to remix and re-share these icons and documentation in your products. .. 2016. 11. 17. [Bootstrap] 디자인 사이트(유/무료) CREATIVE-TIM Creative Tim은 웹 개발 프로세스를보다 빠르고 쉽게 수행 할 수있는 디자인 도구를 만드는 벤처 기업입니다. 기업과 개인이 전 세계의보다 나은 웹 프로젝트를 만들 수 있도록 지원합니다. (http://presentation.creative-tim.com/) 2016. 11. 17. [퍼옴]MySQL (MariaDB) 외부 접속하기 with 삽질기 MariaDB(MySQL)를 설치 후, sql 콘솔을 통해 DB를 관리할 수도 있겠지만, 그건 저처럼 라이트한 사용자에겐 너무 귀찮고 불편한 일입니다. 웹호스팅을 이용하면 보통 phpmyadmin 이라는 웹전용 sql 툴을 기본적으로 제공하고 있지만, 웹전용이라 느리고 답답한 감이 없지 않았는데요. 좀 더 편하고 반응도 빠르게 작업할 수 있도록 전용 프로그램을 사용하기로 했습니다. 전용 프로그램을 사용하려면 외부접속이 가능하도록 설정을 몇가지 해주어야 하는데요. 이 작업을 하면서 두어시간 삽질을 하게 된 내용까지 포함해서 포스팅을 남깁니다. 먼저, MariaDB(MySQL)을 설치하면 기본적으로 외부 접속이 불가능하게 되어 있습니다. 외부 접속을 허용한다는건 보안상 위험성이 있는 일이니 당연한 거겠죠. .. 2016. 9. 19. 이전 1 ··· 7 8 9 10 11 12 다음