본문 바로가기

Development

Glassfish V3 with Ruby Gem 돌아다니다 재밌는 소식을 발견! http://blogs.sun.com/arungupta/entry/glassfish_v3_ruby_gem_new GlassFish v3 Ruby Gem - New Home on RubyForge GlassFish v3 Gem allows JRuby-on-Rails application to be launched in GlassFish v3 server. It provides a robust alternative to WEBrick and Mongrel for development and deployment of your JRuby-on-Rails applications. 더보기
한글 입력기 변환 자바 스크립트 펜포에 갔다가 발견... 스펨 방지에도 도움이 될 듯... ahim.js /* ALee's Hangul Input Method on JavaScript Author: Ho-Seok Ee Date: 2006-07-12 Version: 0.1 Usage: Use to include this script and use En to enable status notification (not required). Copyright 2006 (C) Ho-Seok Ee . All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licens.. 더보기
솔라리스 네트웍 스크랩 솔라리스 관리자 그룹에서 검색 일반적으로 디폴트 라우팅을 사용하는 네트웍은 다음과 같이 타고 나가게 됩니다. 호스트 게이트웨이 192.168.0.10 ---> 192.168.0.1 ---> 외부네트웍 그러므로 네트웍 안될때 테스트는 이 순서대로 하게 됩니다. 1. 먼저 자기 자신에게 쏩니다. # ifconfig -a 를 해서 elxl0 라는 디바이스명이 나왔고 그 아이피가 192.168.0.10 이라면 # ping -s 192.168.0.10 을 해서 제대로 나가는지 확인합니다. 여기서 안되면 network interface 가 up이 되어있지 않은 겁니다. # ifconfig elxl0 up 으로 해결합니다. 2. 게이트웨이에게 쏴봅니다. # netstat -nr 하면 게이트웨이가 UG 플래그로 표시가.. 더보기
대세는 Eclipse ? 나는 NetBeans ! 자바 기반이라 런타임 설치도 싫고 느린 내 컴에서 멀 해보는게 힘들 것같아 무시하고 살지만 보면 볼수록 이클립스 기반의 개발환경이 너무 탐난다... 이클립스 홈피 가보니까.. "이클립스 초짜냐?" 묻는 곳이 있어 들어가보았다. What is Eclipse?Eclipse is an open source community whose projects are focused on building an extensible development platform, runtimes and application frameworks for building, deploying and managing software across the entire software lifecycle. Many people know us, and.. 더보기
ECMAScript Basics – Syntax 1. Everything is case-sensitive. - Just as with Java, variables, function names, operators, and everything else is case-sensitive, meaning that a variable named test is different from one named Test. 2. Variables are loosely typed. - Unlike Java and C, varibles in ECMAScript are not given a specific type. Instead, each variable is defined using the var operator and can be initalized with any val.. 더보기