๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ

์‹œ์Šคํ…œ๊ฐœ๋ฐœ21

[๋น„๋™๊ธฐ] Async ์‚ฌ์šฉ 1 Async๋ฅผ ์‚ฌ์šฉํ•˜๋Š” ๋ฐฉ๋ฒ• #include #include using namespace std::chrono_literals; int fn() { std::this_thread::sleep_for(1s); std::cout 2022. 6. 16.
cqtdeployer ๋กœ ์šฐ๋ถ„ํˆฌ์˜ ๋ฆด๋ฆฌ์ฆˆ ํŒŒ์ผ ๋ฐฐํฌํ•˜๊ธฐ ์ถœ์ฒ˜: https://yonglimlee.tistory.com/entry/QT-linux-deploy-์šฐ๋ถ„ํˆฌ์—์„œ-๋ฐฐํฌํ•˜๊ธฐ-2004LTS-64bit?category=814108 [๊ทธ๋ฆฐ ์—”์ง€๋‹ˆ์–ด ๐ŸŒฟ:ํ‹ฐ์Šคํ† ๋ฆฌ] ์šฐ๋ถ„ํˆฌ ์„œ๋ฒ„๋ฅผ ์ƒˆ๋กœ ์„ค์น˜ํ•œ ํ›„, ์œ„ ๊ธ€์ฒ˜๋Ÿผ cqtdeployer๋ฅผ ์„ค์น˜ํ–ˆ์œผ๋‚˜ cqtdeployer๊ฐ€ ๋”์ด์ƒ ๋™์ž‘ํ•˜์ง€ ์•Š์•˜๊ณ  ๋‹ค์Œ๊ณผ ๊ฐ™์€ ์˜ค๋ฅ˜๋ฅผ ๋ฑ‰์–ด๋ƒˆ๋‹ค. gcs@dron:~/projects/build-Drone-Desktop-Release$ cqtdeployer -bin Drone Info: Deploy ... Info: The targetDir option is not used. CQtDeployer will use default target dir :/home/gcs/projects/build-Dr.. 2022. 5. 31.
Disjoint set c# ๊ตฌํ˜„ (3) Explore - LeetCode Account Login - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com Program.cs static void Main(string[] args) { Disjoint dj = new Disjoint(); List unions = new List(); unions.Add(new Union(0, 1)); unions.Add(new Union(0, 2)); unions.Add(new Union(1, 3)); unions... 2022. 3. 30.
boost filesystem ์‚ฌ์šฉ๋ฒ• ์ด์ •๋ฆฌ 0. ์‚ฌ์ „ ์กฐ๊ฑด - ์•„๋ž˜ ์˜ˆ์ œ์ฝ”๋“œ๋Š” vs2017์—์„œ ์‚ฌ์šฉ(๋ฆฌ๋ˆ…์Šค, ์œˆ๋„์šฐ ํฌ๋กœ์Šคํ”Œ๋žซํผ ํ”„๋กœ์ ํŠธ ์‚ฌ์šฉ) - boost ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ํ™˜๊ฒฝ์„ค์ • ๋งˆ์นœ ์ƒํƒœ 1. ํŒŒ์ผ ๊ฒฝ๋กœ ์„ค์ • - ํ—ค๋” ์ถ”๊ฐ€ #include 2. ๊ธฐ๋ณธ path ์ƒ์„ฑ boost::filesystem::path p(boost::filesystem::current_path()); boost::filesystem::path state = p; - get ํ•  ์ˆ˜ ์žˆ๋Š” path ์ •๋ณด std::cout 2022. 3. 28.