Notice
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- GitLab Mirroring
- visual studio code cli
- code .
- 티스토리 초대장
- '티스토리 초대장/ 티스토리초대'
- code 설치
- visual studio code
- React Native
- 실행시간 측정
- 프리티어
- 프레시업 #풀무원 #하루한병 #건강만들기 #풀무원 녹즙
- GitHub Mirroring
- 초대장
- Emmet
- code 세팅
- 니돈내먹
- Path Alias
- currentTimeMillis
- settings sync
- gitlab 연동
- 유니옥션
- GitHub 미러링
- 네이버 클라우드 플랫폼
- react native #gradle
- eslint-import-resolver-typescript
- webstorm
- 티스토리초대
- 음료같은녹즙
- GitLab미러링
- 티스토리 초대장/ 티스토리초대
- Today
- 4
- Total
- 65,689
목록전체 글 (104)
신나게 개발하기
C# 제어문 . While문 특이해서 역시난 허접해 ㅠ 지금 현재 책본 부분까지
using System; class WhileTest { public static void Main() { bool ugly = false; bool fool = false; Console.WriteLine("******* 자가 진단 프로그램 ******"); while (!(ugly && fool)) { Console.WriteLine("당신은 예쁩니까?(y/n)"); if (Console.ReadLine() == "n" || Console.ReadLine() == "N") ugly = true; else ugly = false; Console.WriteLine("당신은 똑똑합니까?(y/n)"); if (Console.ReadLine() == "n" || Console.ReadLine() == "N")..
프로그래밍/C#
2009. 7. 5. 23:36
플레이어 오픈소스.
소스 공부좀 해야지 'ㅡ'
프로그래밍/Java
2009. 7. 2. 19:43