목록분류 전체보기 (126)
둘에서 하나로....
csv파일 입니다(UTF-8 / 컴마로분리) 참고하세요
SetMargins(PDF_MARGIN_LEFT, 40, PDF_MARGIN_RIGHT);$pdf->SetAutoPageBreak(true, 40);$pagecount = $pdf->setSourceFile('a.pdf');for($i=1; $iaddPage(); $tplId = $pdf->importPage($i); $pdf->useTemplate($tplId); $pdf->SetTextColor(255,0,0); $pdf->SetXY(55,27); $pdf->Cell(30, 0, "test", 0, $ln=0, 'C', 0, '', 0, false, 'T', 'L'); }$pdf->Output('output.pdf', 'I');
require '/www/aws/aws-autoloader.php'; $accessKey = "key"; $secretKey = "secret"; use Aws\S3\S3Client; use Aws\S3\Exception\S3Exception; $credentials = new Aws\Credentials\Credentials($accessKey, $secretKey); $s3 = new S3Client([ 'version' => 'latest', 'region' => 'kr-standard', 'endpoint' => 'https://kr.object.ncloudstorage.com', 'credentials' => $credentials ]); $result = $s3->listBuckets([]);..
카카오맵이나 네이버맵등으로 도로상황등을 실시간으로 확인후 출발하세요.
error_reporting(E_ALL); ini_set("display_errors", 1); 파일의 가장 상단에 위 내용을 추가해보자.
export default function App() { const wvRef = useRef(); return( ); function test(){ let text = "123123"; wvREF.current.injectJavaScript(`(function(){ window.alert('`+text+`'); })(); `); }; } HOOK형태로 사용할때는 current를 넣어주셔야 합니다. >_

포토샵 2020이 업데이트 되더니 Ctrl키와 마우스의 휠로 줌 인/아웃이 안되었다. Edit - Preference - Tools 메뉴로 가서 Zoom with Scroll Wheel을 체크하면 된다.

B쇼핑 [슬레진저] (혼)여성 아쿠아 와이어 트레일화 홈쇼핑 전체 관람가 EPG자료는 알아서 구해주세요.. 위와같은 xml파일이 있다고 가정합니다. 여기서 중요한 부분은 display-name부분의 이름과 tvhead의 채널명이 동일해야 하며, channel id의 숫자와 programme 부분의 채널숫자가 동일해야 화면상에 나타납니다. 위의 내용이 http://abcd.com/epg.xml 에 있을경우 서버에 파이썬3를 설치한 다음 아래 내용대로 파일을 작성후 실행하시면 tvhead의 epg데이타에 강제로 밀어넣는 모습을 보실 수 있습니다. 실행하실때는 synology의 작업관리자에 매일 특정시간에 실행되도록 넣어두시면 좋습니다. import os import urllib.request import s..
function assa(e){ chrome.tabs.executeScript(null, { code: "var a = document.querySelector('#gs_lc50 > input');" +"a.value= '123123';" +"var enter = new KeyboardEvent('keydown',{code:'Enter',key:'Enter',keyCode:13}); " +"a.dispatchEvent(enter)" +"" }); } document.addEventListener("DOMContentLoaded",function(){ var btn01 = document.querySelector('#btn'); btn01.addEventListener("click",assa); }); p..