2023. 5. 25. 09:41

풍경사진 찍기

노출을 조리개로 하는냐 셔터스피드로 하느냐

 

조리개 크기는 f 8~11로 

이유(넓은 초점 범위를 보장하기 위해)

 

노출 값을 최대한 0에 맞출 수 있도록

안되면 iso를 조절해서라도...

 

손으로 들고 찍을 거라면 셔속 500은 유지하도록

 

 

2023. 4. 21. 15:12

node server.js

const http = require("http");

http
  .createServer(function (request, response) {
    response.writeHead(200, { "content-type": "text/html" });
    response.end(`
      <html>
        <head>
          <meta charset='UTF-8'>
          <style>
            h1 {
              color: red;
            }
          </style>
          <script>
            alert('test');
          </script>
        <head>
        <body>
          <h1>안녕하세요!</h1>
        </body>
      </html>
    `);
  })
  .listen(8888, function () {
    console.log("server run at 8888");
  });
2023. 4. 6. 10:19

롱블랙과 아메리카노의 차이...

제조상 순서...는 아님

물량이 작음.....