
https://stackoverflow.com/questions/36405577/sending-eof-to-stdin-in-clion-ide sending EOF to stdin in Clion IDE Is there a way to send EOF to stdin when running a c program in Clion IDE? I tried ctrl+D - it simply shuts the program down. Ctrl+Z doesn't work either. Any ideas? BTW - I'm using it on a Windows... stackoverflow.com clion ide 에 eof 를 보내는 방법은 원래는 맥 기준 cmd+d, window 기준 ctrl+z 이다. 그런데 ..
https://devcenter.heroku.com/articles/custom-domains Custom Domain Names for Apps | Heroku Dev Center Last updated June 14, 2023 By default, a Heroku app is available at its Heroku domain, which has the form APPNAME-IDENTIFIER.herokuapp.com. For example, an app named example-app is hosted at example-app-1234567890ab.herokuapp.com. Heroku started appending devcenter.heroku.com By default, a Herok..
https://mbaas.nifcloud.com/doc/current/user/basic_usage_unity.html#%E3%82%AB%E3%83%AC%E3%83%B3%E3%83%88%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC 会員管理・認証 (Unity) : 基本的な使い方 | ニフクラ mobile backend 基本的な使い方 概要 ニフクラ mobile backend での会員の認証方法は以下の4種類です。 このページでは、ユーザー名・パスワードでの認証方法について説明していきます。 その他の認証方法を mbaas.nifcloud.com Unity 에 사용중인 baas (backend as a service) doc 링크 저장용

자바에서 == 비교는 객체의 레퍼런스를 비교한다. 두 객체가 같은 값을 갖고 있어도 다른 레퍼런스를 갖으면 서로 다르고 == 비교 했을때 false이다. 예를들어 아래의 결과는 false 다. Member member1 = new Member("member"); Member member2 = new Member("member"); System.out.println(member1 == member2); java를 쓰다가 갑자기 c++에서 어땠는지 기억이 안났다; 그래서 직접해봤는데 아래 cpp 코드는 (member1 == member2) 부분에서 컴파일 에러가 난다. #include #include using namespace std; class Member { string name; public: Mem..
- Total
- Today
- Yesterday
- MVC
- recursion
- graph
- Dijkstra
- Spring
- 조합
- DP
- 이분탐색
- floyd warshall
- Implementation
- Unity
- C
- CSS
- Python
- back tracking
- 재귀
- Kruskal
- priority queue
- Stack
- permutation
- Tree
- two pointer
- greedy
- binary search
- C++
- Brute Force
- dfs
- db
- 자료구조
- BFS
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |