Advertisement
hamaXD

LABADV 2 : index

Aug 29th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.52 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <meta charset="UTF-8">
  5.     <title>electronjs</title>
  6.     <link rel="shortcut icon" href="https://www.airx.me/freenaka/assets/images/bxl-slack.svg" />
  7.     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
  8.     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  9.     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  10.   </head>
  11.   <body style="background:#E6E6FA;">
  12.    
  13.         <div class="page-header">
  14.             <center>
  15.                 <h1 >What is electronjs?</h1>
  16.                 <img src="C:\\Users\\coc\\Downloads\\1_aBsgPiEeOE5lLoippRm7BA.png" class="img-fluid" alt="Responsive image" width="1000px">
  17.                 <h4>Electron เหมือนเปิดโลกใหม่ให้กับการเขียนโปรแกรมลง Desktop มากๆ หวังว่าจะได้เห็นโปรแกรม Desktop อะไรใหม่ๆเยอะมากกว่านี้</h4>
  18.             </center>
  19.         </div>
  20.         <section >
  21.             <center>
  22.             <h2 class="page-header">ข้อดี</h2>       
  23.             <p>1.คนที่เคยเขียน web มาแทบไม่ต้องเรียนอะไรใหม่เลยก็เขียนได้</p>
  24.             <p>2. เขียนทีเดียว build ลงได้ 3 OS เลย Windows, macOS และ Linux</p>
  25.             <p>3.ไม่ต้องเขียนให้ support ทุก browser เพราะ ข้างใน Electron ใช้ Chromium</p>
  26.             <h2 class="page-header">ข้อเสีย</h2>     
  27.             <p>ข้อจำกัดบางอย่างในการทำงานมันก็มีบ้าง อย่าง ณ ตอนที่ผมทำโปรเจคจบ library Machine Learning ยังไม่ค่อยมีใน npm (แล้ว TensorFlowJS ก็มาออกก่อนส่งโปรเจค 2 อาทิตย์ T_T)</p>
  28.             <a class="page-header" href="https://medium.com/@pnnutkung/electron-%E0%B8%A2%E0%B8%B8%E0%B8%84%E0%B9%83%E0%B8%AB%E0%B8%A1%E0%B9%88%E0%B8%82%E0%B8%AD%E0%B8%87%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%97%E0%B8%B3-desktop-application-3e1bd06aa99c" >อ่านเพิ่มเติมได้นี้</a>
  29.             </center>
  30.         </section>
  31.         <section>          
  32.             <center><button type="button" class="btn" id="btnNext" >Proflie</button></center>
  33.         </section>
  34.  
  35.     <script>
  36.      
  37.       require('./renderer.js')
  38.        
  39.     </script>
  40.   </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement