본문 바로가기

코딩, 개발 꾸준히 하면 볕날선생만큼 한다.76

구글 드라이브, 깃허브, 비트버킷 비트버킷, 깃허브, 구글 드라이브(정적인 페이지 한정) 블로그 및 사이트 운영 가능 2021. 3. 8.
https://github.com/ https://bitbucket.org/ bitbucket.org/ Bitbucket | The Git solution for professional teams Collaborate on code with inline comments and pull requests. Manage and share your Git repositories to build and ship software, as a team. bitbucket.org github.com/ GitHub: Where the world builds software GitHub is where over 56 million developers shape the future of software, together. Contribute to the open source community, man.. 2021. 3. 8.
디스코드 DISCORDBOT 봇 만들기 디스코드 봇 제작법 how to make discord bot 2020년 12월 6일 일요일 오후 1시 44분 기준 How to make DISCORDBOT 파이썬 discord(쩜=dot)py 패키지 설치: # 리눅스 또는 macOS python3 -m pip install -U discord 또는 pip3 install discord # 윈도우 pip install discord 또는 python -m pip install discord 예시(ext 사용): from discord.ext.commands import Bot bot = Bot(command_prefix='!') @bot.event async def on_ready(): print(f'{bot.user} 에 로그인하였습니다!') @bot.command() async def ping(ctx): awa.. 2020. 12. 6.
sudo apt install php7.4-fpm php7.4-common php7.4-mysql php7.4-xml php7.4-xmlrpc php7.4-curl php7.4-gd php7.4-imagick php7.4-cli php7.4-dev php7.4-imap php7.4-mbstring php7.4-opcache php7.4-soap php7.4-zip unzip -y sudo apt install php7.4-fpm php7.4-common php7.4-mysql php7.4-xml php7.4-xmlrpc php7.4-curl php7.4-gd php7.4-imagick php7.4-cli php7.4-dev php7.4-imap php7.4-mbstring php7.4-opcache php7.4-soap php7.4-zip unzip -y 대체코드 뭔 이유로 적었는지 까먹었음;; 여튼 메모용 2020. 11. 27.