반응형
m.logPrint() is working!
<eq> and <eqq> tags are rendered to MathJax format, being enclosed by \ ( \ ) and \ [ \ ].
docuK1 scripts started!
If this log is not closed automatically, there must be an error somewhere in your document or scripts.
Table of Contents is filled out.
Auto numberings of sections (div.sec>h2, div.subsec>h3, div.subsubsec>h4), <eqq> tags, and <figure> tags are done.
<cite> and <refer> tags are rendered to show bubble reference.
<codeprint> tags are printed to corresponding <pre> tags, only when the tags exist in the document.
Current styles (dark/bright mode, font-family, font-size, line-height) are shown.
disqus.js with id="disqus-js" is loaded.
kakao.js with id="kakao-js-sdk" is loaded.
New ShortKeys (T: Table of Contents, F: Forward Section, D: Previous Section, L: To 전체목록/[Lists]) are set.
m.delayPad=0;
m.wait=512;
wait 564ms.
<eq> and <eqq> tags are rendered to MathJax format, being enclosed by \ ( \ ) and \ [ \ ].
docuK1 scripts started!
If this log is not closed automatically, there must be an error somewhere in your document or scripts.
Table of Contents is filled out.
Auto numberings of sections (div.sec>h2, div.subsec>h3, div.subsubsec>h4), <eqq> tags, and <figure> tags are done.
<cite> and <refer> tags are rendered to show bubble reference.
<codeprint> tags are printed to corresponding <pre> tags, only when the tags exist in the document.
Current styles (dark/bright mode, font-family, font-size, line-height) are shown.
disqus.js with id="disqus-js" is loaded.
kakao.js with id="kakao-js-sdk" is loaded.
New ShortKeys (T: Table of Contents, F: Forward Section, D: Previous Section, L: To 전체목록/[Lists]) are set.
m.delayPad=0;
m.wait=512;
wait 564ms.







이 글이 도움이 되셨다면, 광고 클릭 한번씩만 부탁드립니다 =ㅂ=ㅋ. (If this article was helpful, please click the ad once. Thank you. ;)
Mode: Bright; Font: Noto Sans KR; font-size: 18.0px (10.0); line-height: 1.6;
width: 1280, height: 720, version: 3.1.1
dg:plink (Document Global Permanent Link): https://kipid.tistory.com/72
document.referrer: Empty
width: 1280, height: 720, version: 3.1.1
dg:plink (Document Global Permanent Link): https://kipid.tistory.com/72
document.referrer: Empty







Learning PHP
PHP (PHP Hypertext Preprocessor, though originally it was Personal Home Page Tools) 를 배워봅시다.
꽤나 역사가 있는 언어인만큼 (since 1995) tutorial page들도 많고, 잘 정립되어 있는듯.
Table of Contents
TRRA1.References and Related Articles
▼ Show/Hide
- Ref. [01] PHP.net (PHP Hypertext Preprocessor); and PHP Manual
- Ref. [02] Open Tutorials.org - PHP 기본 수업; and PHP 고급 수업; and PHP 소셜 프로그래밍
- Ref. [03] w3 Schools.com - PHP Tutorial
- Ref. [04] Tech Empower.com - Web Framework Benchmarks - Round 9 (2014-05-01) - Multiple queries
// php 성적이 꽤나 좋은듯? 그런데 여기 믿을만한 사이트인가? php는 인터프리터로 돌아가나? 아니면 컴파일 후에 machine-language 수준에서 실행되는건가? 후자여야 수만번의 비슷한 요청을 빠르게 처리할거 같은데.
▲ Hide







이 글이 도움이 되셨다면, 광고 클릭 한번씩만 부탁드립니다 =ㅂ=ㅋ. (If this article was helpful, please click the ad once. Thank you. ;)
반응형
'[IT/Programming] > HTML related' 카테고리의 다른 글
LaTeX/Special Characters (1) | 2023.03.08 |
---|---|
Change browser URL (window.location) without reloading or redirecting a page (0) | 2023.03.08 |
How can I block MathJax.js to render texts enclosed by backtick ``? (0) | 2023.03.08 |
Learning Play Framework (0) | 2022.12.30 |
Vert.x 로 https (SSL/TLS) server 만들기 (2) | 2022.12.30 |
Netflix iframe 으로 퍼오기. (0) | 2021.03.13 |
실시간 HTTP 양방향 통신 (Web socket, Polling, Long-polling, and so on) (0) | 2019.04.01 |