일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 부천 #송내 #맛집 #참치 #술집
- SSL
- 코드이그나이터
- 신촌 #맛집 #백순대 #순대 #연대
- actions script
- react-native
- 리액트네이티브
- HTML5
- 리액트
- 갤럭시워치 #심박수
- flash
- qcy #arcbuds #lite #t27 #공장 #초기화
- 크리스탈큐브
- https
- 플래시
- geekmagic
- 에러
- html
- react
- programming
- 워치 #페이스 #스튜디오 #워치페이스스튜디오 #watchfacestudio #wfs #워치오류 #워치연결안됨
- Action Script 3.0
- CodeIgniter
- GeekMagic #smallTV #ultra #gifTV
- 미니월광보합
- 플래시 프로그래밍
- CI
- 액션스크립트
- giftv
- AS3.0
- Today
- Total
목록Html5 JS CSS (7)
내맘대로 라이프

https://github.com/codeigniter4/framework GitHub - codeigniter4/framework: PHP framework PHP framework. Contribute to codeigniter4/framework development by creating an account on GitHub. github.com 여기서 다운받으실 수 있습니다. 최신 버전이 올라오는 사이트입니다 https://github.com/codeigniter4/framework/commits?author=actions-user GitHub - codeigniter4/framework: PHP framework PHP framework. Contribute to codeigniter4/fram..

코드이그나이터 강좌를 따라가다 보니 처음부터 문제가 생겼습니다. 127.0.0.1 에 index.php가 있고 controllers에 Sub.php를 만들어 넣고 routes.php를 수정해서 $route['sub'] = 'sub/index'; 를 넣었는데

이런식으로 출력이 될때 해결하는 방법입니다. cmap을 넣으라고 해서 넣어봤는데도 안되더라구요 function setLoadPdf(_url) { var url = _url; pdfjsLib.GlobalWorkerOptions.workerSrc = 'https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174/pdf.worker.js'; let loadingTask = pdfjsLib.getDocument({ url: url, cMapUrl: 'https://cdn.jsdelivr.net/npm/pdfjs-dist@3.11.174/cmaps/', enableXfa: true, disableFontFace: false }); loadingTask.promise.then(..

개삽질 끝에 성공했습니다. 힘들었어요 정말 준비물 > 아파치 2.4.46 https://www.apachelounge.com/download/ Apache VS16 binaries and modules download www.apachelounge.com > composer https://getcomposer.org/Composer-Setup.exe > 구글 Cloud SDK dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe?hl=ko > PHP https://windows.php.net/downloads/releases/archives/ windows.php.net - /downloads/releases/archives/ wind..

1. nodejs를 설치한다 https://nodejs.org/ko/download/ 다운로드 | Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org 2. 서버로 사용할 폴더를 생성한다 ex) C:\nodejs\server\temp 3. 커맨드창을 열어 해당 폴더에 들어간다 (Win+R누른후 cmd 엔터) 1) cd\ 2) cd nodejs 3) cd server 4) cd temp 5) npm init (노드js 초기 설정) 4. websocket 설치 6) npm install websocket 5. ssl폴더 생성 6. 아래 링크 참조하여 인증서 만들기 https://mytears.tis..

1. apmsetup을 설치한다. 2. C:\APM_Setup\Server\Apache\bin 폴더에 ssleay32.dll libeay32.dll openssl.exe 파일을 붙여 넣는다 3. openssl을 설치한다 http://slproweb.com/products/Win32OpenSSL.html Win32/Win64 OpenSSL Installer for Windows - Shining Light Productions Minimum system requirements: Windows XP or later 32MB RAM 200MHz CPU 30MB hard drive space Recommended system requirements: Windows XP or later 128MB RAM 500M..
html문서를 div별로 저장할 수 있는 html2canvas !!! 크롬에서는 문제없이 사용됩니다만 IE에서는 작동하지 않는 문제가 발생합니다. 간단하게 사용할 수 있기에 방법 알려드립니다. http://html2canvas.hertzen.com/ 우선 여기 사이트에 들어가셔서 html2canvas.js 파일을 다운 받습니다. 다운 받기 귀찮으시면 그냥 아래 소스대로 사용하셔도 됩니다, 이렇게 사용하시면 크롬에서는 문제 없이 작동을 합니다. 하지만 IE에서는 작동하지 아니하죠.... 콘솔창 열어보면 SCRIPT1002: 구문 오류라고 뜨면서 정상출력조차 안됩니다. 그럼 소스를 수정해 줘야하는데 위와 같이 소스를 수정하면 IE에서도 정상적으로 캡쳐가 가능합니다. es6-promise.auto.js가 포인..