https://stackoverflow.com/questions/623861/how-do-you-unescape-urls-in-java How do you unescape URLs in Java? When I read the xml through a URL's InputStream, and then cut out everything except the url, I get "http://cliveg.bu.edu/people/sganguly/player/%20Rang%20De%20Basanti%20-%20Tu%20Bin%20Bataye.mp3". ... stackoverflow.com
![](http://i1.daumcdn.net/thumb/C148x148/?fname=https://blog.kakaocdn.net/dn/bdeSE8/btrBm817HzR/XSVKCPwVuZwSfEQka1IUDK/img.png)
https://www.linkedin.com/public-profile/settings 회원 가입 | LinkedIn 5억 명 회원들이 함께 하는 글로벌 비즈니스 세상 비즈니스 인맥을 쌓고 넓히세요. 커리어 계발에 유용한 정보와 기회의 문으로 들어오세요. www.linkedin.com https://www.linkedin.com/pulse/how-simplify-your-linkedin-url-brenda-meller-zawacki-/ How to Simplify Your LinkedIn URL Updated July 2020 Do you know your LinkedIn URL? Without looking it up, I know that my LinkedIn URL is www.linkedin. w..
package == 0.5.1 : 정확한 버전 package >= 0.5.1 : 0.5.1과 같거나 높은 버전 package == 0.5.* : 0.5로 시작되는 버전 package ~= 0.5.0 : 0.5.0 버전과 호환성이 있는 버전 https://newsight.tistory.com/296 Python 프로젝트 배포 및 다른 패키지 가져오기 Python 프로젝트를 export 또는 import하는 방법 1. pip install을 사용한다. 2. module관리 도구를 사용한다. 3. git clone을 한다. 1. Pip install 사용하기 먼저 pip로 install하게 하기 위해서는 setup.py.. newsight.tistory.com
https://dotfiles.github.io/inspiration/ Inspiration - dotfiles.github.io Inspiration You can learn a lot by looking at how other people set up their dotfiles. Because dotfiles can be highly personalized, not all of these are necessarily meant to be used “as-is” by others; still, they serve as a useful reference. If you’d dotfiles.github.io
import time time.time() # 1522049204.295597 https://inma.tistory.com/96 [Python] datetime, timestamp 변환 timestamp 만들기 timestamp = 초 * 분 * 시 * 일 timestamp = 60 * 60 * 24 * 30 print(timestamp) # 2592000 str 으로 변환 timestamp ➠ str import time timestamp = time.time() s = str(timestamp) print(s).. inma.tistory.com
import datetime import pytz # yyyy-MM-dd HH:mm:ss.SSSZ # yyyy-MM-dd HH:mm:ss.SSS+00:00 # yyyy-MM-dd HH:mm:ss.SSSSSSZ # yyyy-MM-dd HH:mm:ss.SSSSSS+00:00 # 2017-03-16T11:08:12.216857+00:00 print(str(datetime.datetime.now(tz=pytz.utc).isoformat())) https://twpower.github.io/29-iso8601-utc-and-python-example [ISO] ISO 8601과 UTC 그리고 python 예제 Practice makes perfect! twpower.github.io https://java119...
pip3 install cython OPENBLAS="$(brew --prefix openblas)" MACOSX_DEPLOYMENT_TARGET=11.1 pip3 install numpy --no-use-pep517 OPENBLAS="$(brew --prefix openblas)" MACOSX_DEPLOYMENT_TARGET=11.1 pip3 install pandas --no-use-pep517 https://stackoverflow.com/questions/65084318/trouble-installing-pandas-on-new-macbook-air-m1/66404936#66404936 Trouble installing Pandas on new MacBook Air M1 I recently got..
![](http://i1.daumcdn.net/thumb/C148x148/?fname=https://blog.kakaocdn.net/dn/JgTSr/btrASvwDa8u/P3KBDdmz3eaL54xsPrJnn1/img.gif)
https://stackoverflow.com/questions/29473255/make-jira-links-clickable-in-github make jira links clickable in github Is there anyway I can make jira ticket id's on github link to jira directly ? ( much the same way as how it happens on bitbucket ? ) Maybe there is a plugin or something I could use ? Sorry if th... stackoverflow.com https://github.community/t/would-like-to-see-autolink-references..
d = dict() d.get('xyz', 42) # returns 42 https://stackoverflow.com/questions/30363550/python-dict-getkey-versus-dictkey Python dict.get('key') versus dict['key'] Why does this throw a KeyError: d = dict() d['xyz'] But this does not? d = dict() d.get('xyz') I'm also curious if descriptors play a role here. stackoverflow.com
Use key combination Cmd + Shift + p and type Install Package Select Package Control: Install Package from the search results Click on Sublime -> Preferences -> Key Bindings { "keys": [ "ctrl+shift+j" ], "command": "pretty_json" } https://stackoverflow.com/questions/34896840/sublime-text-json-formatter-shortcut Sublime Text - JSON formatter shortcut I'm using SublimeText2. How to reindent Json co..
https://jinja.palletsprojects.com/en/3.1.x/ Jinja — Jinja Documentation (3.1.x) jinja.palletsprojects.com https://jinja.palletsprojects.com/en/3.1.x/templates/ Template Designer Documentation — Jinja Documentation (3.1.x) Template Designer Documentation This document describes the syntax and semantics of the template engine and will be most useful as reference to those creating Jinja templates. ..
![](http://i1.daumcdn.net/thumb/C148x148/?fname=https://blog.kakaocdn.net/dn/bE7Q0r/btrAymGUyBA/AKnVtSkgn5ljrki9xBw25k/img.png)
https://brunch.co.kr/@jinyoungchoi95/1 JWT(Json Web Token) 알아가기 jwt가 생겨난 이유부터 jwt의 실제 구조까지 | 사실 꾸준히 작성하고 싶었던 글이지만 JWT를 제대로 개념을 정리하고 구현을 진행해본 적이 없었는데 리얼월드 프로젝트를 진행하면서 JWT에 대한 brunch.co.kr https://jwt.io/ JWT.IO JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. jwt.io
https://www.popit.kr/kafka-%EC%9A%B4%EC%98%81%EC%9E%90%EA%B0%80-%EB%A7%90%ED%95%98%EB%8A%94-producer-acks/ Kafka 운영자가 말하는 Producer ACKS | Popit 이번에는 메시지를 보내는 프로듀서에 대해 설명하도록 하겠습니다. 프로듀서가 메시지를 보낼때, 몇가지의 옵션들을 선택하여 보낼 수 있습니다. 프로듀서의 여러가지 옵션들중에서, 저는 가 www.popit.kr
https://luran.me/352 Avro 개요 Avro란? Avro는 데이터 직렬화와 관련된 시스템이다. 한국 개발자들은 /에이브로/라고 발음하곤 하지만, 외국 개발자 커뮤니티에서는 주로 /아브로/라고 발음하고 있다. Avro는 JSON 형태로 기록한다. luran.me https://medium.com/@gaemi/kafka-%EC%99%80-confluent-schema-registry-%EB%A5%BC-%EC%82%AC%EC%9A%A9%ED%95%9C-%EC%8A%A4%ED%82%A4%EB%A7%88-%EA%B4%80%EB%A6%AC-1-cdf8c99d2c5c Kafka 와 Confluent Schema Registry 를 사용한 스키마 관리 #1 진화하는 메시지 medium.com https..
kubia.yaml https://kubernetes.io/ko/docs/concepts/workloads/controllers/deployment/ apiVersion: apps/v1 kind: Deployment metadata: name: kubia spec: replicas: 3 selector: matchLabels: app: kubia template: metadata: labels: app: kubia spec: containers: - name: kubia image: seunggab/kubia:latest ports: - containerPort: 8080 shell https://minikube.sigs.k8s.io/docs/handbook/accessing/#using-minikube..
- Total
- Today
- Yesterday
- 할인
- Bot
- COUNT
- 책그림
- 어떻게 능력을 보여줄 것인가?
- 연애학개론
- 테슬라 리퍼럴 코드
- 김달
- 테슬라 리퍼럴 코드 혜택
- 메디파크 내과 전문의 의학박사 김영수
- 테슬라 레퍼럴 적용 확인
- 클루지
- 모델 Y 레퍼럴
- 팔로워 수 세기
- follower
- wlw
- Kluge
- 테슬라 레퍼럴
- 개리마커스
- 인스타그램
- 유투브
- 테슬라
- 모델y
- 테슬라 크레딧 사용
- 테슬라 리퍼럴 코드 생성
- 테슬라 추천
- 레퍼럴
- 테슬라 레퍼럴 코드 확인
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |