1. Json Parser Online
: 초간단 Json 파싱 사이트! 일하면서 제일 많이 쓰는듯!
2.Epoch Converter
https://www.epochconverter.com/timezones
Time zone list / Epoch to time zone converter
There is only one Unix time and it is created by using the UTC/GMT time zone. This means you might have convert time zones to calculate timestamps. Most programming languages have libraries to help you converting time zones, calculating by hand might not b
www.epochconverter.com
: 간편하게 현재 시간 ↔ epoch time 변환이 가능하다.
3. URL Decoder/Encoder
https://meyerweb.com/eric/tools/dencoder/
URL Decoder/Encoder
meyerweb.com
: 왕 초간단 url decoder~~
4. DenCode
DenCode | Encoding & Decoding Online Tools
Encoding and Decoding site. e.g. HTML Escape / URL Encoding / Base64 / MD5 / SHA-1 / CRC32 / and many other String, Number, DateTime, Color, Hash formats!
dencode.com
: url decode 외에 decode 할 일이 있을 때에는 모두 이곳에서 확인한다!
여러가지 방식을 한번에 보여주기 때문에 어떤 방식으로 인코딩 되었는지 역추적도 가능해서 완전 편함!
5. Diffchecker
Diffchecker - Compare text online to find the difference between two text files
www.diffchecker.com
: 문자열을 비교해야하는 경우가 매우 많다!
로직 전/후 비교라면 주로 사용하는 visual studio 자체적으로 확인이 가능하지만
데이터의 대조가 필요할 때 아주 유용하게 사용중이다~~!!
'회사는힘들어' 카테고리의 다른 글
[css/js] 회원가입 약관동의 버튼 (0) | 2024.11.04 |
---|---|
[css] input 클릭 시 생기는 외곽선 없애기 (0) | 2024.11.01 |
[PHP] foreach 사용방법 정리 (key, value ... ) (0) | 2024.02.13 |
[PHP] 문자열 치환 (str_replace / preg_replace) (0) | 2024.02.13 |