일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- eslint-import-resolver-typescript
- GitLab미러링
- GitLab Mirroring
- webstorm
- 음료같은녹즙
- Emmet
- GitHub Mirroring
- 초대장
- 유니옥션
- code .
- 티스토리 초대장/ 티스토리초대
- code 세팅
- 프레시업 #풀무원 #하루한병 #건강만들기 #풀무원 녹즙
- gitlab 연동
- react native #gradle
- 실행시간 측정
- 니돈내먹
- currentTimeMillis
- GitHub 미러링
- Path Alias
- settings sync
- 프리티어
- 티스토리 초대장
- 네이버 클라우드 플랫폼
- code 설치
- 티스토리초대
- visual studio code cli
- '티스토리 초대장/ 티스토리초대'
- visual studio code
- React Native
Archives
- Today
- Total
목록분류 전체보기 (105)
방치하기
질렀다 결국..9만9천원 . 그러나 약간 불만이든다; 이거 사기전에 15만원짜리 체리 키보드를 만진 탓인가 ... 하지만 이정도면 감사 >_< 어디까지나 집에서 쓸용도닌깐 . 나중에 돈생기면 더 좋은걸 사야지 ㅋ 이 키감.최고 . 무각인 이건 간지 ..ㅋㅋ
slow adopter
2009. 7. 6. 16:24
테스트
#include main(){} if
카테고리 없음
2009. 7. 5. 23:52
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