참고 url : http://lawrence.ecorp.net/inet/samples/regexp-parse.php match 된 찿은 경과를 배열 또는 RegExp 로 값을 찿을 수 있습니다. var str = "/product/detail.html?product_no=14&cate_no=1&display_group=2"; var pre = str.match(/product_no=([0-9]+)/); alert( RegExp.$1 ); // 14을 반환 function xtractReportType1(data) { var array = data.match(/\b[\S]+\b/g); return array[5] + " " + array[0] + " paint retail price: $" + array[..
윈도우 XP는 c:\documents and settings\사용자계정명\application data\mozilla\firefox\profile 에서 저 profile 폴더를 복사해서 나중에 저 부분 백업해 두었다가 복구시키면 되지만..... 이 비스타에서는 저 부분으로 가는 부분이 틀리더군요... 비스타에서는 C:\Users\사용자계정명\AppData\Roaming\Mozilla\Firefox\Profiles 에서 저 profiles 폴더 복사해서 백업~ 그리고 복구하시면 됩니다. 이 경로 찾느라 헤맸네요;; 참고로 그냥 복사하면 기존의 파일과 같이 남으니 기존 파일을 지우시고 복구하시는 것이 좋을 듯 싶어요~ 그럼 파폭 재설치 후 부가기능 설치하고 about:config 설정한 것들 힘들게 셋팅하지..
mysql> select * from names; +------+-------+ | id | name | +------+-------+ | 1 | Lucho | | 2 | Lily | | 3 | Kiro | +------+-------+ 3 rows in set (0.00 sec) mysql> select * from prof; +-----------+------------+ | person_id | prof | +-----------+------------+ | 1 | Programmer | | 2 | QA | | 3 | Sys admin | +-----------+------------+ 3 rows in set (0.00 sec) mysql> update names inner join prof on..