본문 바로가기

Programming424

1에서 10000까지에서 8이 몇개 구글에서 신입사원들에게 이런 문제를 냈다고 합니다. "1에서 10000까지에서 8이 몇개 들어있을까요?" 1 import java.util.regex.Matcher; 2 import java.util.regex.Pattern; 3 4 5 public class _2012_06_30_googleInterview { 6 7 public static void main(String[] args) { 8 int usedCount = getUsedCount(1, // Range Start Number 9 10000, // Range Last Number 10 8); // Detecting Number 11 System.out.println(String.format("Count : %d", usedCount)); 1.. 2012. 6. 30.
[GCJ] 2012 Qualification Round 예선전에 참여했습니다. 구글 아이디만 있으면 아무나 할 수 있으니까요. 총 4문제 였습니다. A. Speaking in Tongues B. Dancing With the Googlers C. Recycled Numbers D. Hall of Mirrors 더욱 분발해야 겠네요. 지금 다시 접속해보니, 12일 후에, Round 1A 가 시작되네요. 2012. 4. 15.
[JSP] 간단 정리 상단에 필요한 것들을 import 합니다. 이 부분은 이미 추가하는 것이 아니고, 하단 코딩 중에 필요할 때에 import 하면 됩니다. 파라미터를 받기 위해 빈을 설정합니다. 해당 클래스가 존재해야 합니다. jsp 를 사용하기 위해서 2012. 4. 2.
GCJ_2012_Registration 한달이 남았네요. 그런데 아직 다이나믹 프로그래밍이 아리송합니다. 좀 더 분발해야겠습니다. It left 30 days. but I'm not good at dynamic programming yet. so, I have to study harder about that. 2012. 3. 14.
Wubi 설치 Wubi 가 무언가 했더니, Windows Ubuntu Installer 네요. 전에 포터블 우분투가 있었는데,, 무엇이 다른걸까요.?? 원본 위치 디스크 없음. 드라이브에 디스크가 없습니다. ㅠ 다운로드를 받고, 실행을 하니, 에러가…ㅠ 구글링을 하니,,, Re: Wubi 9.04 problem "Windows - No Disk" I also had this error when trying to install Wubi. I was able to go into control panel, system, and device manage and disable my card readers. The install went smoothly after this. After the install was complete.. 2012. 3. 7.
안드로이드 교육 http://www.kcdi.ac/guide_n/guide01_1.asp http://www.oraclejava.co.kr/new/curri/curri-master.html?command=281 2012. 3. 6.