คอมพิวเตอร์และอินเตอร์เน็ต,บรรยายวิชาการ,วิจัย,ศึกษากุรอาน,E-Book

วันศุกร์ที่ 15 พฤษภาคม พ.ศ. 2563

JAMOVI Tutorial

Good Jamovi Tutorials by Tyson Barrett
Narrative with screenshots for Linear and Logistic Regression and Chi-Square
https://tysonbarrett.com/jamovi/

Compute Variable in JAMOVI 
https://blog.jamovi.org/2017/11/28/jamovi-formulas.html


Transforming and recoding variables in jamovi



Introducing filters in jamovi 




วันพฤหัสบดีที่ 7 พฤษภาคม พ.ศ. 2563

NodeJS & Express

Machine readiness preparation for nodejs & express
-install nodejs
-install express
-install express generator

Then Start to Create project
with this command

1. express --view=ejs nodejs-crud   =>will created App folder with related sub-folder and contatining

2. cd nodejs-crud  =>go into App folder

3. npm install   ==> will created the node_moduls folder with all containing

Then install some dependencies for CRUD (will add sub-folder into node_mudes)
1. npm install express-flash --save   ===>to send flash message
2. npm install express-session --save   ===>to make session like PHP
3. npm install method-override --save   ===>to send PUT and DELETE requests
4. npm install mysql --save    ===>driver to connect Node.js with MySQL

Then Ready to Programming.!!!!!

Can create CRUD App from https://www.mynotepaper.com/nodejs-simple-crud-with-expressjs-and-mysql its work.!!

Remark : App folder can be copy and move at any place, then only run comand " npm start " again verything's OK.

วันพุธที่ 6 พฤษภาคม พ.ศ. 2563

Ampps ใช้แทน Appserv

Ampps มีswitch เลือกใช้ทั้ง php 5.6 และ php7
สามารถดาวนโหลดได้ที่ https://www.ampps.com/
และติดตั้งกำหนด path เป็น C:\Ampps
จะได้ phpmyadmin มี default password = mysql

หากใช้งานจากฐานข้อมูลเก่า ต้อง set sql mode ลบออก ONLY_FULL_GROUP_BY,
และ NO_ZERO_DATE,
โดยไปแก้ไขในค่าตัวแปรVariable ใน phpmyadmin (ทำเช่นเดียวกันกับการใช้ Laragon)

เพิ่มค่า ใน \mysql\my.ini ในส่วน [mysqld] ด้วย
sql_mode = "STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"
เพื่อแก้เวลา bootใหม่ค่าจะไม่เป็น ONLY_FULL_GROUP_BY, เหมือนเดิม

ปล. หากมี NO_ZERO_DATE, จะใส่วันที่ '0000-00-00' ไม่ได้ ลำบากมาก