排序
Train Simulation Problems – Update
Train Simulation Problems - Update, Thanks for yesterday. Hey everyone, So, I have gotten pretty far with the Train Simulation from the help I've gotten yesterday. Thank you to all...
Streaming data from Kafka to a Database – video walkthrough
Streaming data from Kafka to a Database - video walkthrough, Kafka Connect examples (9 Part Series) 1 Streaming data from Kafka to S3 - video walkthrough 2 Streaming data from Kafk...
Spring @Component @Bean 알고 쓰기
Spring @Component @Bean 알고 쓰기,단도직입적으로 말하겠다. 알고 써라. 이 둘의 차이만 알아도 당신은 스프링이 어떻게 돌아가는지 반은 알고 들어간다고 봐도 좋다. 알다시피 스프링은 폭망...
How to serialize and deserialize ArrayList in Java
How to serialize and deserialize ArrayList in Java,ArrayList is serializable by default. This means you need not to implement Serializable interface explicitly in order to serializ...
The Modern C++ Challenge on Mobile – The First Problem
The Modern C++ Challenge on Mobile – The First Problem,Hello ! I’m Xavier Jouvenot and here is the first part of a long series on The Modern C++ Challenge.In this article, I am g...
Using JMeter for performance testing
Using JMeter for performance testing, We talk about JMeter a tool to test your sites throughput and load metering. Setting up a test plan and running it against your site with logi...
자바와 닷넷의 문자열 연산자 차이
자바와 닷넷의 문자열 연산자 차이, 2015-04-06 10:30:11 from blog.hazard.kr 1. == 및 != 연산자 닷넷 닷넷은 == 연산자 오버로딩을 통하여 String.Equals 사용하여 값의 동일성을 비교. 자바...
자바 개발자들은 왜 비동기를 싫어하는 걸까?
자바 개발자들은 왜 비동기를 싫어하는 걸까?, 2015-04-10 11:20:28 from blog.hazard.kr 지금 닷넷 하고 있지만 얼마 지나지 않은 자바 개발 시절 얘기다. 나는 자바스크립트의 비동기 패턴에 ...
What is Spring Boot? Autoconfigurations In-Depth
What is Spring Boot? Autoconfigurations In-Depth,(Editor’s note: At ~3750 words, you probably don’t want to try reading this on a mobile device. Bookmark it and come back later.)...
Hash-Index @ SwayDB
Hash-Index @ SwayDB, Hash-index @ SwayDB Hash-indexes improves random read performance by 55%! Hash-indexes like HashSet or HashMap are useful for serving random read requests. The...
We started a new open source project: markdown2document
We started a new open source project: markdown2document,So it was the second time when we had to turn markdown content to pdf in a project... so I simply extracted the relevant cod...
Train Simulation Problems
Train Simulation Problems,Hey everyone, I am having trouble with this Train Simulation that I am working on for school. I don't know what I have done wrong. I am not getting any er...