Falling-Blocks-Board-and-Shape-Control http://www.codeproject.com/Articles/10668/Falling-Blocks-Board-and-Shape-Control Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2014-06-09 12:44 AM by andrew Comment 📂This entry was posted in 참고를 위한 저장물
2015-01-30 andrew [펌]Java 에서 DataBase Replication Master/Slave (write/read) 분기 처리하기 프로그래밍Cloud환경에서 DB를 사용하다보니 Disk I/O나 너무 느려서 많은 고민을 하게 됐다. 일단 생각나는것이 많이 들 하는 Replication을 이용한 부하분산 ( Master...
2014-06-29 andrew Splitting a C++ std::string using tokens, e.g. “;” [duplicate]std::vector<std::string> split(const std::string& s,char seperator){ std::vector<std::s...