일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Kubernetes
- wireshark
- macos
- VSCode
- Pod
- configmap
- HLS
- dart
- Python
- aws
- ebpf
- namespace
- ffmpeg
- 행정구역분류
- Android
- RTMP
- Windows10
- deployment
- golang
- Shell script
- android studio
- aws cli
- nginx-media-server
- Flutter
- spring cloud config
- docker
- Sysinternals
- kubectl
- service
- Java
- Today
- Total
목록Programming (21)
woonizzooni
CIDR (Classless Inter-Domain Routing) https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing IPv4 CIDR blocks subnetmask입력시 prefix legnth를 구해본다. (CIDR계산 방법 이해 전제하에 작성함) ex) subnetmask가 - "255.255.255.0"이면 24반환 - "299.255.255.0"이면 throws UnknownHostException - "255.255.241.0"이면 -1반환 (비정상 subnetmask) public int convertNetmaskToPfxLength(String subnetmask) throws UnknownHostException { InetAd..
파일 크기, 단일 파일/복수개 파일 등 조건별 차이가 있겠지만, 다음과 같은 검색어 결과로 여러 개발자/경험자들의 검토 의견을 참고해보자 "What is the fastest way to read a large file in Java" "How to Read a Large File Efficiently with Java" "How to read files quickly with java" 몇 가지만 적어두자.. 2008/02/24 How to read files quickly http://nadeausoftware.com/articles/2008/02/java_tip_how_read_files_quickly Conclusions For the best Java read performance, there ..
심심할때 열어보자... Java Spec.Java Language and Virtual Machine Specifications https://docs.oracle.com/javase/specs/ Java SE Specifications Java Language and Virtual Machine Specifications Java SE 12 Released March 2019 as JSR 386 The Java Language Specification, Java SE 12 Edition HTML | PDF The Java Virtual Machine Specification, Java SE 12 Edition HTML | PDF Java SE 11 Released September 20 docs.ora..
https://dart.dev/guides Guide 구성 Samples & tutorials/ Languages/ Core libraries/ Packages/ Develpment/ Tools & techniques/ Resources/ Related sites/ Flutter가 Dart로 작성된다고 해서 Dart SDK설치가 필요할 줄 알았더니만, 그게 아니라네; SDK는 나중에 해보자. 설치하지 말고.... https://dart.dev/tools/sdk Dart 코드 테스트 https://dartpad.dartlang.org/ Dart Packages : 일단 패키지 찾을 수 있는 곳이 있다는 것 까지만 알고 있자 https://pub.dev/ Dart packages Pub is the pack..
Dart : 무려 13단계로 낮아졌다. 가장 두드러진 변화. 구글이 막 미나보다. flutter가 대세가 되는 날이 오려나. Elm : 무려 13단계나 상승했다. 이것 역시 두드러지네... 이거 뭐야; Most Improved Programming Languages : Dart, Ruby Least Improved Programming Languages : Kotlin, R Programming Languages that Stayed Consistent : Clojure, Haskell Worst Programming Languages in 2019 1. Elm 2. CoffeeScript 3. Erlang 4. Lua 5. Perl 그냥 참고만 해두자. [출처 참고] Study of Programmin..