วันศุกร์ที่ 31 มีนาคม พ.ศ. 2560

Apache Tomcat

An open-source Java Servlet Container, aka web container, which is the component of a web server that interacts with Java servlets. A web container is responsible for managing the lifecycle of servlets, mapping a URL to a particular servlet and ensuring that the URL requester has the correct access-rights.
A web container handles requests to servletsJavaServer Pages (JSP) files, and other types of files that include server-side code. The Web container creates servlet instances, loads and unloads servlets, creates and manages request and response objects


เทียบเท่า PHP processor installed on server to process PHP scripts

ตัวอย่างการเขียน Java web app ที่ใช้ servlet, JSP และ Tomcat
https://medium.com/@kasunpdh/sample-java-web-application-using-servlets-and-jsp-5621cad2f582

More about Tomcat : https://www.softwaretestinghelp.com/apache-tomcat-interview-questions/

วันอาทิตย์ที่ 26 มีนาคม พ.ศ. 2560

วันเสาร์ที่ 25 มีนาคม พ.ศ. 2560

วันศุกร์ที่ 24 มีนาคม พ.ศ. 2560

ทัศนคติ

เดี๋ยวนี้องค์กรต้องรับคนที่มีทัศนคติดีที่สามารถไปสร้างคนที่มีทัศนคติที่ดีต่อไปได้ ความเก่งเป็นเรื่องพื้นฐาน รับคนเก่งเข้ามาเดี๋ยวไปเรียนรู้ต่อเองได้ไม่น่าห่วงแต่ทัศนคติสำคัญกว่า

วันพุธที่ 15 มีนาคม พ.ศ. 2560

Raspberry Pi VS. Arduino VS. NodeMCU

  • Raspberry Pi is small computer running OS and used for complex functions.
  • Arduino is microcontroller board for simple functions. There is separate Arduino Wi-Fi Module ESP8266.
  • NodeMCU is microcontroller board with built-in WiFi and consumes more energy than Arduino.

วันอังคารที่ 14 มีนาคม พ.ศ. 2560

Free GIS

GISFaces (GISFaces.com) is an Enterprise GIS mapping component for Java Server Faces (JSF) (ดู JSF ในหน้า http://drjiw.blogspot.com/2015/11/nodejs.html). The underlying GIS mapping engine used is the ESRI® ArcGIS API For JavaScript.

OpenGIS http://www.opengeospatial.org/standards/wms#downloads

OpenDroneMap http://opendronemap.org

qgis (www.qgis.org)

วันพฤหัสบดีที่ 9 มีนาคม พ.ศ. 2560

JSON WEB TOKEN (JWT)


  • เป็นการสร้าง standard token (token คือ user identity ที่แบบดั้งเดิมจะเก็บอยู่ใน session ID) 
  • token = encode(header) + encode(payload) + digital signature(header, payload, symmetric key)
  • header = type (i.e., token generation also) + digital signature creation algorithm (= hash also + encryption algo)
  • payload = raw client unique ID token expiration + user data
API available at http://jwt.io
Source: http://na5cent.blogspot.com/2015/02/jwt-json-web-token.html

วันพุธที่ 8 มีนาคม พ.ศ. 2560

วันอังคารที่ 7 มีนาคม พ.ศ. 2560

KU data center

-ใช้สารดับเพลิงfm200 + smoke detector
-6GB intl. bw. via 6 links to uninet สำหรับทุกวิทยาเขต
-มี cloudbox แต่ยังไม่มี private cloud IaaS
-มีห้อง colo มีสน.ทะเบียนและวิศวะ
มีห้อง db, ห้อง nw, ห้อง server, ห้อง ups, ห้อง battery, ห้องไฟ
-แอร์เป่าขึ้นจากพื้น ฝ้ามีช่องดูดความร้อน

วันเสาร์ที่ 4 มีนาคม พ.ศ. 2560

Value chain VS. Supply chain


ห่วงโซ่คุณค่า : interrelated activities to create competitive advantage) 
ห่วงโซ่อุปทาน : all parties involved in fulfilling a customer request)