전체 글
-
-
제로보드 XE 포인트 기능 버그 수정 #2Digital Life/만드는 이야기 2009. 1. 8. 11:28
1.0.6에서는 제대로 작동 하던 기능이 1.1.0인가 1.1.1로 넘어오면서 제대로 작동하지 않았습니다. function dispBoardWrite() { // 권한 체크 if(!$this->grant->write_document) return $this->dispBoardMessage('msg_not_permitted'); // check point if(Context::get('is_logged')) { $logged_info = Context::get('logged_info'); $oPointModel = &getModel('point'); $current_point = $oPointModel->getPoint($logged_info->member_srl); $oModuleModel = &getM..
-
Net::SNMP 한글화 작업은 훼이크임Digital Life 2008. 12. 23. 11:00
Module Version: 5.2.0 Source NAME SYNOPSIS DESCRIPTION Blocking Objects Non-blocking Objects METHODS session() - create a new Net::SNMP object close() - clear the Transport Domain associated with the object snmp_dispatcher() - enter the non-blocking object event loop get_request() - send a SNMP get-request to the remote agent get_next_request() - send a SNMP get-next-request to the remote agent ..