$.each(object, function(index, item){ }); $(selector).each(function(index, item){ }); https://webclub.tistory.com/455 jQuery의 each() 메서드 알아보기 jQuery - each() 메서드 jQuery를 사용해 배열을 관리하고자 할 때 each() 메서드를 사용할 수 있습니다. each() 메서드는 매개 변수로 받은 것을 사용해 for in 반복문과 같이 배열이나 객체의 요소를 검사 webclub.tistory.com
moment().format('YYYY-MM-DD') moment('2021-01-01T00:00:00').format('YYYY-MM-DD') https://momentjs.com/docs/#/parsing/now/ Moment.js | Docs moment.relativeTimeThreshold(unit); // getter moment.relativeTimeThreshold(unit, limit); // setter duration.humanize has thresholds which define when a unit is considered a minute, an hour and so on. For example, by default more than 45 seconds is consider mo..
from . import operation import calcpkg from calcpkg import * from .operation import add, mul from .operation.element import * https://dojang.io/mod/page/view.php?id=2450 파이썬 코딩 도장: 45.4 패키지에서 from import 응용하기 지금까지 calcpkg 패키지의 모듈을 가져올 때 import calcpkg.operation처럼 import 패키지.모듈 형식으로 가져왔습니다. 그러면 import calcpkg처럼 import 패키지 형식으로 패키지만 가져와서 모듈을 사용할 수 dojang.io
http://joeferner.github.io/redis-commander/ Redis-Commander Features Config Information View configuration information from your Redis database Tree View View a list of all keys in your database as an expandable tree View Key Values View individual key values with paging support for lists/sorted sets Edit Values Ed joeferner.github.io
https://note.nkmk.me/en/python-pillow-concat-images/ Concatenate images with Python, Pillow | note.nkmk.me Pillow (PIL) can be used to concatenate (combine) multiple images vertically and horizontally. Create a background with Image.new() and paste the images with Image.paste().There are several ways to concatenate images of different sizes.This article describ note.nkmk.me
The MIT License (MIT) Copyright (c) 2021 Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit ..
import datetime from dateutil.relativedelta import relativedelta def string_to_date(dt, format='%Y%m%d'): return datetime.datetime.strptime(dt, format) def date_to_string(date, format='%Y%m%d'): return datetime.datetime.strftime(date, format) def add_date(dt, d): date = string_to_date(dt) + datetime.timedelta(days=d) return date_to_string(date) def add_week(dt, d): date = string_to_date(dt) + da..
s=$(date +%s) # cmd ... result=$? e=$(date +%s) diff=`expr ${e} - ${s}` if [ ${diff} -lt 30 ]; then exit 1 fi exit $result https://m.blog.naver.com/PostView.nhn?blogId=darkpegasus&logNo=60196514107&proxyReferer=https:%2F%2Fwww.google.com%2F 유닉스,리눅스에서 $? 의 의미, 활용 https://coupa.ng/bLlrXA 이것이 리눅스다:with RedHat ... blog.naver.com
import datetime DAY_OF_WEEK = { "MONDAY": 0, "TUESDAY": 1, "WEDNESDAY": 2, "THURSDAY": 2, "FRIDAY": 2, "SATURDAY": 2, "SUNDAY": 6 } def string_to_date(dt, format='%Y%m%d'): return datetime.datetime.strptime(dt, format) def date_to_string(date, format='%Y%m%d'): return datetime.datetime.strftime(date, format) def day_of_week(dt): return string_to_date(dt).weekday() dt = '20210101' if day_of_week(..
https://michigusa-nlp.tistory.com/68 외부 서비스의 데이터를 python으로 slack에 통지하기 slacker 설치하기 먼저 slacker를 설치한다 $ python3 -m pip install slacker slacker의 공식 github 링크를 타고 들어가면 예시들을 볼 수 있다. slack에서 token과 webhook url 가져오기 token 취득 token 은.. michigusa-nlp.tistory.com
const chart = { type: 'bar', data: { labels: ['Week 1', 'Week 2', 'Week 3', 'Week 4'], datasets: [{ label: 'Retweets', data: [12, 5, 40, 5] }, { label: 'Likes', data: [80, 42, 215, 30] }] } } const encodedChart = encodeURIComponent(JSON.stringify(chart)); const chartUrl = `https://quickchart.io/chart?c=${encodedChart}`; console.log(chartUrl); https://quickchart.io/documentation/send-charts-with-..
- Total
- Today
- Yesterday
- 테슬라 추천
- 클루지
- 테슬라 레퍼럴
- 개리마커스
- 할인
- 책그림
- 인스타그램
- 테슬라 리퍼럴 코드 혜택
- 연애학개론
- wlw
- 모델y
- 테슬라 레퍼럴 적용 확인
- 모델 Y 레퍼럴
- 메디파크 내과 전문의 의학박사 김영수
- 어떻게 능력을 보여줄 것인가?
- 테슬라 레퍼럴 코드 확인
- 테슬라 리퍼럴 코드 생성
- 테슬라 크레딧 사용
- 김달
- 팔로워 수 세기
- 테슬라 리퍼럴 코드
- Bot
- 레퍼럴
- 테슬라
- Kluge
- 유투브
- follower
- 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 |