//------------------- < 1. InnoDB > https://medium.com/naver-cloud-platform/%EC%9D%B4%EB%A0%87%EA%B2%8C-%EC%82%AC%EC%9A%A9%ED%95%98%EC%84%B8%EC%9A%94-mysql-8-0-%EA%B0%9C%EB%B0%9C%EC%9E%90%EB%A5%BC-%EC...
Web
코드루덴스 on 20-02-21
- linux ubuntu mysql 5.7 upgade to 8.0 * mysql 5.7 DB 백업 * mysql 5.7 삭제(remove, uninstall) sudo service mysql stop sudo apt-get remove --purge mysql-server mysql-client mysql-common sudo apt-get r...
Web REST API Benchmark on a Real Life Application, 2017.08 https://medium.com/@mihaigeorge.c/web-rest-api-benchmark-on-a-real-life-application-ebb743a5d7a3 Laravel 5, PHP 7.0, Nginx Lumen 5, PHP 7.0,...
코드루덴스 on 20-02-15
https://www.w3schools.com/cssref/css_selectors.asp https://www.w3schools.com/cssref/trysel.asp //-------------- Basic selectors https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors Universal...
코드루덴스 on 20-02-11
C# 프로그램에 크롬 브라우저 내장하기 필요 패키지 HtmlAgilityPack : HTML 파서 HtmlAgilityPack.CssSelectors : CSS 셀렉터 사용 가능 CsQuery : jQuery 기능 구현 System.Net.Http CefSharp.WinForms : Chromium...
코드루덴스 on 20-02-01
ChromeDriver - WebDriver for Chrome 사용법 https://chromedriver.chromium.org/getting-started * 웹드라이버 다운로드 https://chromedriver.chromium.org/downloads * 기본 사용법 (파이썬) import time from s...
코드루덴스 on 20-01-31
* 파이썬 설치 https://www.python.org/downloads/ python 3 * 셀레늄 설치 pip install selenium * 웹드라이버 다운로드 https://sites.google.com/a/chromium.org/chromedriver/downloads //---------------------...
< 발표와 지원 중단 시기 > https://en.wikipedia.org/wiki/Transport_Layer_Security * SSL (Secure Sockets Layer) SSL 2.0 : 1995 ~ 2011 SSL 3.0 : 1996 ~ 2015 * TLS (Transport Layer Security) TLS 1.0 : 199...
코드루덴스 on 19-12-07
- 웹 푸시 알림이 작동하지 않고 보이지 않을 때 해결법 Chrome push notification not work Service Worker PushManager self.registration.showNotification can't display * 크롬 개발자 v80 chrome://flags/#ena...
코드루덴스 on 19-12-02
mysql과 다른 데이터베이스 서버 프로그램 성능 비교글 모음 performance, benchmark //----------------------- * 데이터베이스 트랜드 2019 Database Trends – SQL vs. NoSQL, Top Databases, Single vs. Multiple...
코드루덴스 on 19-11-25