sudo su crontab -e * * * * * pkill cron
pip install beautifulsoup4 from bs4 import BeautifulSoup import urllib.request import urllib.parse with urllib.request.urlopen(web_url) as response: html = response.read() soup = BeautifulSoup(html, 'html.parser') https://twpower.github.io/84-how-to-use-beautiful-soup
Date now = new Date(); DateFormat dateFormat = new SimpleDateFormat("yyyyMMdd"); Date previous = dateFormat.parse("20200225"); long duration = now.getTime() - previous.getTime(); if (duration >= 20*60*1000) { ... } https://stackoverflow.com/questions/7080051/how-to-check-if-the-difference-between-2-dates-is-more-than-20-minutes https://stackoverflow.com/questions/2458049/how-to-get-previous-date..
https://blog.codota.com/21-best-intellij-plugins-for-2019-100-free/ 21 Best IntelliJ Plugins for 2019 (100% Free) | Codota Blog [Total: 2 Average: 5/5] Like other IDEs or CMSs before it, IntelliJ has quickly become more than an IDE. With its vast plugin... blog.codota.com https://hyoj.github.io/blog/tips/intellij/intellij-plugins/#codeglance IntelliJ 추천 플러그인 | Hyoj blog IntelliJ 추천 플러그인 ☺️ 그 좋은 ..
TO_CHAR(notify_ymdt,'YYYY-MM-DD HH24:MI:SS') SELECT TO_DATE('20161010 11:11:11' , 'YYYYMMDD HH24:MI:SS') https://talkit.tistory.com/346 [ORACLE/오라클] 문자를 날짜형으로 변환해 보자 TO_DATE. ORACLE(오라클)에는 날짜를 표시하는 형이 DATE 형 입니다. 그런데, 문자열로도 날짜를 표시 합니다. 이때 해당 날짜에서 몇일을 뺀다 든지, 몇일을 더한다든지 또는 몇시간을 빼려면 어떻게 해야할까요. 가장 좋.. talkit.tistory.com https://aesya.tistory.com/15 오라클 SQL to_char 날짜 관련 정리 MS-SQL Query를 Oracle Query로..
>>> import os >>> os.name 'posix' >>> import platform >>> platform.system() 'Linux' >>> platform.release() '2.6.22-15-generic' from sys import platform as _platform if _platform == "linux" or _platform == "linux2": # linux elif _platform == "darwin": # MAC OS X elif _platform == "win32": # Windows elif _platform == "win64": # Windows 64-bit https://stackoverflow.com/questions/1854/what-os-am-i-r..
var date = $('#datepicker').datepicker({ dateFormat: 'dd-mm-yy' }).val(); http://api.jqueryui.com/datepicker/#option-dateFormat http://api.jqueryui.com/datepicker/#utility-formatDate https://stackoverflow.com/questions/1328025/jquery-ui-datepicker-change-date-format
public static void main(String[] args) throws IOException { Configuration conf = new Configuration(); conf.addResource(new Path("/hadoop/projects/hadoop-1.0.4/conf/core-site.xml")); conf.addResource(new Path("/hadoop/projects/hadoop-1.0.4/conf/hdfs-site.xml")); BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); System.out.println("Enter the file path..."); String filePath ..
netstat -nap | grep LISTEN # Homebrew 설치 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" # telnet설치 brew tap theeternalsw0rd/telnet brew install telnet telnet [아이피주소] [포트번호] https://hellomyblog.tistory.com/34
sudo iptables -I INPUT -p tcp --dport 80 -j ACCEPT sudo iptables -I OUTPUT -p tcp --sport 80 -j ACCEPT sudo iptables -I INPUT -p tcp --dport 3306 -j ACCEPT sudo iptables -I OUTPUT -p tcp --sport 3306 -j ACCEPT sudo iptables -I INPUT -p tcp --dport 6379 -j ACCEPT sudo iptables -I OUTPUT -p tcp --sport 6379 -j ACCEPT sudo iptables -I INPUT -p tcp --dport 8080 -j ACCEPT sudo iptables -I OUTPUT -p t..
검증에 지나치게 자원을 소모하지 않게 testOnBorrow 옵션과 testOnReturn 옵션은 false로 설정하고, 오랫동안 대기 상태였던 커넥션이 끊어지는 현상을 막게 testWhileIdle 옵션은 true로 설정하는 것을 추천한다. 참고로 CUBRID는 자체적으로 커넥션을 관리하고 자동으로 다시 연결하도록 구현됐다. DBCP 수준에서 한 번 더 유효성 검사 쿼리를 보내는 것은 추가 비용을 소모할 뿐이므로 CUBRID를 사용할 때는 testWhileIdle 옵션도 false로 설정하기를 권장한다. testWhileIdle=true [reference] https://d2.naver.com/helloworld/5102792
- Total
- Today
- Yesterday
- 어떻게 능력을 보여줄 것인가?
- 테슬라 리퍼럴 코드
- 테슬라 추천
- 레퍼럴
- 테슬라 레퍼럴 적용 확인
- 유투브
- 연애학개론
- 팔로워 수 세기
- 모델 Y 레퍼럴
- 클루지
- 김달
- 개리마커스
- wlw
- 테슬라
- 테슬라 리퍼럴 코드 생성
- 테슬라 레퍼럴 코드 확인
- 테슬라 리퍼럴 코드 혜택
- Bot
- Kluge
- follower
- 테슬라 레퍼럴
- 모델y
- 메디파크 내과 전문의 의학박사 김영수
- 책그림
- COUNT
- 테슬라 크레딧 사용
- 인스타그램
- 할인
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |