2008년 12월 01일
kwon37xi의 2008-12-01 북마크
- JMX 기술 이해하기 java jmx mbean
- kafenio.org - Kafenio.editor java swing html editor
- Ekit java swing html editor Java HTML Editor component
- Jazzy - Open source spell checker java spellchecker spell
- Beautiful API Design | Javalobby api design code
- Guide: Writing Testable Code | Miško Hevery unittest junit test code 테스트하기 쉬운 코드 만들기
- Thanksgiving: Free Software We're Most Thankful For free software 고마운 무료 소프트웨어들
- FREE Word Processor Based on Microsoft's WordPad Engine jarte wordprocessor 워드프로세서 문서작성기 작고 가벼운 워드프로세서
- AspectJ AOP JoinPoint 객체에서 조인 포인트가 메소드일 경우 해당 Method 객체 확보하기 aop aspectj springframework java joinpoint 중간에 있는 다음 부분이다.
if (joinPoint.getSignature() instanceof MethodSignature) {
MethodSignature methodSignature = (MethodSignature)joinPoint.getSignature();
Method method = methodSignature.getMethod();
for (int i = 0; i < method.getParameterTypes().length; i++) {
for (Annotation[] annotations : method.getParameterAnnotations()) {
System.out.printf("Found the following static annotations at the parameter %d: %s%n",
i, Arrays.toString(annotati - VMware Player and Ubuntu 8.10 keyboard mapping issues at NULL.in ubuntu linux windows vmware keycode keyboard arrow numlock Ubuntu Linux 8.10상에서 실행되는 VMWare Windows에서 화살표 arrow, numlock, Ctrl-Alt-Del 등이 작동하지 않는 문제가 있다.
해결책 : echo 'xkeymap.nokeycodeMap = true' > ~/.vmware/config - Oracle SQL Developer oracle sql sqldeveloper
- DDoS에 대응하는 방법 DDos hacking
- MySQL User Conference Korea 2008 - 발표자료 mysql database optimization performance license embed
- Java Profiling Tip & Tool java profile performance monitoring
- JGroups - The JGroups Project jgroups java multicast A toolkit for reliable multicast communication
- InfoQ: Rails 2.2 Released: A Glance at New Features rails2.2 ror ruby rubyonrails Rails 2.2 뭐가 바뀌었나?
# by | 2008/12/01 06:01 | 오늘의 북마크 | 트랙백 | 덧글(0)







☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]