//------------------------------------- https://github.com/oakserver/oak - 4.1k - v10.5.1 , 2022-03 A middleware framework for handling HTTP with Deno , Koa - Koa 에서 영감, https://github.com/koajs/k...
javascript
코드루덴스 on 22-04-21
Deno alternatives to popular Node projects https://blog.logrocket.com/deno-alternatives-to-popular-node-projects/ web framework : Express.js / deno Opine WebSocket : ws / deno websocket desktop applic...
Python GUI https://wiki.python.org/moin/GuiProgramming //------------------------------------- https://github.com/ChrisKnott/Eel - 4.9k - v0.14.0 , 2020-08 - Electron 방식과 유사 //-------------------...
Code python
- virtual environments (virtualenv ) - 가상 환경 만들기(생성, create) python -m venv 경로 - 가상 환경 활성화(들어가기, activate) > 경로\Scripts\activate.bat or $ source 경로/bin/activate or $ 경로/bin...
- 파이썬 script 소스 코드를 *.exe 파일로 변환하는 방법 //------------------------------------- - pyinstaller 설치 pip install pyinstaller - 실행 파일로 만들기 pyinstaller --onefile hello.py - 만들어진...
반응형 환경 구성 ThreeJS 0.128.0 버전을 이용합니다. 아래 CDN 링크를 참고해주세요. 위치 이동 Thr...
js threejs
대혼돈의 형준버스 on 22-04-21
- 자동 redirect 하는 방법 - 설정 파일 nginx.conf 수정 server { listen 80; server_name host.example.com; # HTTPS 로 자동 변경 return 301 https://host.example.com$request_uri; } server { listen 443 ssl;...
Web https ssl
코드루덴스 on 22-04-20
3M 안전 코팅 장갑 // 가격 무게(g) 착용감 (나쁨=1) 냄새 (나쁨=1) 휴대폰 가능 특징 컴포트 Air 1660 26.5 4 2 X 가볍지만 작은 느낌 컴포트 Fit 1660 33.0 2 1 X 냄새 심함 슈퍼 100 1530 O 슈퍼 200 1500 32.5 4...
Gears
코드루덴스 on 22-04-19
Nginx 기본 내장 변수 목록 Embedded Variables list http://nginx.org/en/docs/http/ngx_http_core_module.html $remote_addr : client IP $request : 요청한 url $status : http response code $http_user_agent :...
Web Nginx
코드루덴스 on 22-04-17
- Android ColorNote App Backup file folder path Android/data/com.socialnmobile.dictapps.notepad.color.note/files/backup 반응형
IT
코드루덴스 on 22-04-16