Skip to content

Long's blog

Góp nhặt của một kẻ mù công nghệ :p

  • My Info
    • Đỗ Thành Long’s CV
    • My Github
    • My Youtube
    • My Google Scholar
    • My Facebook
  • Café
    • soiqualang_chentreu
    • Trắng Xóa!
    • Capuchino
    • Robusta Café
    • Đen nóng Café
  • Dev
    • Web
    • Công nghệ
    • Uncategorized
  • GIS
    • Shared Map
    • QGIS
    • WebGIS
    • PostgreSQL, PostGIS
    • GeoServer
    • Openlayers
  • Viễn thám
  • Research
    • Ý tưởng
    • Research
    • Sói’s Tutorials
  • Tài liệu
    • GIS – Remote Sensing news
    • Tài liệu
    • Dữ liệu
    • Mẹo vặt
  • My Apps
    • Khoa học thường thức
    • Trắng Xóa – Danh ngôn
    • Harmonica tabs
    • Ảnh chế hài hước, dzui dzui
    • GeoGIS
    • Guitar tabs – Viettabs
    • 2000 Phác đồ điều trị bệnh
    • Q2A
    • Học HTML
    • Openlayers Cookbook
    • OpenLayers3 Leaflte Cookbook
    • OpenLayers Create Code
    • PostgreSQL Tools
    • Get link Remote Sensing Data
    • Lon,Lat Decimal
    • Download Landsat Images
    • Tra cứu vận đơn Viettel Post
    • GET Map OGC WMS, WFS, WCS services
    • PHP-SLD Generate
    • Viettabs.cf – Guitar tabs sharing
    • Files to Videos
  • Other
    • Reading
    • Games
    • Harvest Moon

Tag: php

PHP turn off warning messages

Posted on 05/06/2023 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt, Web Tagged php, warning messagesLeave a Comment on PHP turn off warning messages

PHP turn off warning messages ini_set('log_errors','On'); ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false); https://stackoverflow.com/questions/1987579/remove-warning-messages-in-php

Read More

[Moodle Edash] Fix Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated

Posted on 24/03/2023 by soiqualang_chentreu Posted in Mẹo vặt, Web Tagged Edash, Moodle, php, preg_replaceLeave a Comment on [Moodle Edash] Fix Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated

[Moodle Edash] Fix Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated Err info Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated… theme/edash/renderers/course-renderer.php on line 53 Fix Deprecated: preg_replace(): Passing null […]

Read More

[PHP built in server] Configure PHP built in server to show files of directory

Posted on 01/11/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged built in server, phpLeave a Comment on [PHP built in server] Configure PHP built in server to show files of directory

[PHP built in server] Configure PHP built in server to show files of directory For show advanced list of files and directories with sort, date, size, icon type,…, Save bellow content code as route.php file, and then run this command: php -S […]

Read More

PHP luôn báo Session expired, please login again

Posted on 22/10/2021 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Mẹo vặt, Web Tagged php, SessionLeave a Comment on PHP luôn báo Session expired, please login again

Read More

PHP arrayToXml() function

Posted on 16/07/2021 by soiqualang_chentreu Posted in Lang thang, Web Tagged php, xmlLeave a Comment on PHP arrayToXml() function

Read More

Bật / Tắt thông báo lỗi trong PHP

Posted on 28/05/2021 by soiqualang_chentreu Posted in Mẹo vặt, Sói's Tutorials, Web Tagged display_errors, phpLeave a Comment on Bật / Tắt thông báo lỗi trong PHP

Read More

Tại sao các dev thường ghét PHP?

Posted on 20/01/2021 by soiqualang_chentreu Posted in Capuchino, Công nghệ, Web Tagged phpLeave a Comment on Tại sao các dev thường ghét PHP?

Mình có dùng PHP, và dùng rất nhiều. Cũng có rất nhiều người nói thế này thế kia với mình. Nhưng câu chốt bài này cũng là ý mình muốn nói Bạn phải chọn một công nghệ dựa trên những […]

Read More

[PHP]Về việc cấp quyền cho WebServer chạy exec/shell_exec trên Linux

Posted on 09/01/2019 by soiqualang_chentreu Posted in Linux, Mẹo vặt, Sói's Tutorials, Web Tagged chmod, exec, Linux, php, shell_execLeave a Comment on [PHP]Về việc cấp quyền cho WebServer chạy exec/shell_exec trên Linux

Read More

Note Cài VPS phần 2 – PostgreSQL/PostGIS on Linux

Posted on 18/12/2018 by soiqualang_chentreu Posted in GIS, Linux, Sói's Tutorials Tagged Linux, php, postgis, postgresql, ubuntuLeave a Comment on Note Cài VPS phần 2 – PostgreSQL/PostGIS on Linux

Read More

[PHP] Note viết hàm chuyển mã (Encoding) tiếng Việt từ TCVN3 sang Unicode

Posted on 01/11/201805/03/2021 by soiqualang_chentreu Posted in Sói's Tutorials, Uncategorized, Web Tagged convert font, Encoding, php, TCVN3, unicode, VNILeave a Comment on [PHP] Note viết hàm chuyển mã (Encoding) tiếng Việt từ TCVN3 sang Unicode

Read More

Unicode và mã hóa ký tự cũ của Việt Nam

Posted on 31/10/2018 by soiqualang_chentreu Posted in Mẹo vặt, Web Tagged convert font, php, tools, unicode1 Comment on Unicode và mã hóa ký tự cũ của Việt Nam

Read More

[Tutorial part 3] Xây dựng viettabs.cf – Thiết kế, Import dữ liệu vào Database

Posted on 21/10/201821/08/2020 by soiqualang_chentreu Posted in Sói's Tutorials, Ý tưởng Tagged database, guitar, mysql, php, viettabs.cf1 Comment on [Tutorial part 3] Xây dựng viettabs.cf – Thiết kế, Import dữ liệu vào Database

Read More

[PHPExel] Note một số hàm để sử dụng trong PHP Excel

Posted on 11/09/2018 by soiqualang_chentreu Posted in Web Tagged php, phpexcelLeave a Comment on [PHPExel] Note một số hàm để sử dụng trong PHP Excel

Read More

5 điểm mạnh của ngôn ngữ lập trình PHP

Posted on 06/09/2018 by soiqualang_chentreu Posted in Capuchino Tagged phpLeave a Comment on 5 điểm mạnh của ngôn ngữ lập trình PHP

Read More

Fix lỗi ERR_BLOCKED_BY_XSS_AUDITOR

Posted on 27/08/2018 by soiqualang_chentreu Posted in Sói's Tutorials, Web Tagged ERR_BLOCKED_BY_XSS_AUDITOR, phpLeave a Comment on Fix lỗi ERR_BLOCKED_BY_XSS_AUDITOR

Read More

Posts navigation

Older posts
Buy me a coffee - MOMO

Tags

3D WebGIS Android Android studio api ArcGIS Capacitor cloudflare cordova database Docker gdal geoserver gis git github Google Earth Engine guitar htaccess Ionic IOS javascript JS GIS Jupyter Notebook leaflet Linux Machine learning map mysql Nodejs openlayers php Pokemon postgis postgresql python QGIS remote sensing sql tomcat tools ubuntu VirtualBox viễn thám webgis wordpress

Recent Posts

  • Fix Geoserver WMS character representation error (UTF-8)
  • Create a globe-like orthographic projection map in QGIS 3
  • Linux Link, Unlink folder
  • PostgreSQL select current user
  • Moodle ERROR You don’t have permission to view this list of courses

Recent Comments

  • [GEE Cơ bản #1] Hướng dẫn thêm một tập ảnh trong Google Earth Engine – OpenGIS Việt Nam on [GEE Basic] Add an Image collection in Google Earth Engine
  • Cannot-Make-Directory-Permission-Denied-Bij-Run-Screen. on [Linux Screen] Cannot make directory ‘/var/run/screen’: Permission denied
  • Lê Tiến on Installing Apache, QGIS Server, And Lizmap Web Client On Windows OS
  • Amit Kumar Singh on Tìm hiểu Cloudflare Worker
  • Nguyen Liem on [Python] Text to speech – Chuyển văn bản thành giọng nói FPT Speech Synthesis

Categories

  • Capuchino
  • Công nghệ
  • Dữ liệu
  • GIS
  • Google Earth Engine
  • Lang thang
  • Linux
  • Mẹo vặt
  • QGIS Tutorials and Tips
  • Research
  • Sói's Tutorials
  • Tài liệu
  • Uncategorized
  • Viễn thám
  • Web
  • WebGIS
  • Ý tưởng

Archives

  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • January 2021
  • December 2020
  • November 2020
  • September 2020
  • August 2020
  • August 2019
  • July 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • October 2017
  • September 2017
  • August 2017
  • June 2017
  • May 2017
  • April 2017

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Copyright 2022. All rights reserved.