팁/튜토리얼

시리즈 연재 환영합니다.^^
로컬에서 이미지를 복사해서 XE 위지윅 게시판에 붙여넣기하면 base64로 인코딩되어 이미지가 코드로 출력됩니다. 정상적으로 저장은 되나, 수정시 이미지 경로에 'http://도메인'이 붙여 이미지가 제대로 보이지 않...
15.08.08
0
조회 3622
base64 인코딩된 이미지를 게시판에 삽입 후 수정했을 때 도메인이 붙어 나오는 현상 수정방법
정의 위치 ./classes/context/Context.class.php 정의 내용 /** * Get one more vars in object vars with given arguments(key1, key2, key3,...) * * @return object */ function gets() { $num_args = func_num_ar...
15.08.05
0
조회 964
Context::gets()
정의 위치 ./classes/context/Context.class.php 정의 내용 /** * Return key's value * * @param string $key Key * @return string Key */ function get($key) { is_a($this, 'Context') ? $self = $this : $self =...
15.08.05
0
조회 3631
Context::get($key)
http://codepen.io/eond/pen/jPXeBW // moveType (0:left / 1:right) var moveType = 0; // 이동시간간격 3초 var moveSpeed = 3000; // 움직이는 작업중 다시 명령 받지 않음 var moveWork = false; // 일시정지 fla...
15.08.03
0
조회 3491
jQuery 움직이는 배너