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

Author: soiqualang_chentreu

[MySQL] Fix Column count of mysql.proc is wrong

Posted on 27/03/2023 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged mysql, mysql.procLeave a Comment on [MySQL] Fix Column count of mysql.proc is wrong

[MySQL] Fix Column count of mysql.proc is wrong Err Column count of mysql.proc is wrong. Expected 21, found 20. Created with MariaDB 100108, now running 100424. Please use mysql_upgrade to fix this error Fix Column count of mysql.proc is wrong […]

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

[Linux LAMPP] How to Export, Import MySQL Database with Command Line

Posted on 23/03/2023 by soiqualang_chentreu Posted in Lang thang, Linux Tagged Export, Import, Lampp, mysqlLeave a Comment on [Linux LAMPP] How to Export, Import MySQL Database with Command Line

[Linux LAMPP] How to Export, Import MySQL Database with Command Line Export MySQL Database /opt/lampp/bin/mysqldump -u user -p database_name > database_name.sql Import/Restore MySQL Database /opt/lampp/bin/mysql -u user -p database_name < database_name.sql https://stackoverflow.com/questions/29258769/how-to-restore-mysql-database-in-xampp https://blog.devart.com/how-to-restore-mysql-database-from-backup.html

Read More

web-ifc | IFC Web Viewer

Posted on 23/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang, WebGIS Tagged 3D, 3D WebGIS, IFC, Modeling, Viewer, Web Viewer, webgisLeave a Comment on web-ifc | IFC Web Viewer

web-ifc | IFC Web Viewer https://ifcjs.github.io/web-ifc/demo/ ifc.js | documentation | API Docs | demo | example models | discord | usage examples | npm package | contributing web-ifc is a javascript library to read and write ifc files, at native speeds. web-ifc is part of the ifc.js project, which aims to lower the threshold for developing open BIM applications. Status Although […]

Read More

QGIS DataPlotly

Posted on 22/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang, QGIS Tutorials and Tips Tagged chart, DataPlotly, QGISLeave a Comment on QGIS DataPlotly

QGIS DataPlotly https://github.com/ghtmtt/DataPlotly The DataPlotly plugin allows creation of -like interactive plots directly within QGIS, thanks to the  library and its Python API. DataPlotly makes plot creation and customization easy for every needs. Besides all the plot and customization available, the plot […]

Read More

georaster for JS (Javascript)

Posted on 22/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang, WebGIS Tagged georaster, GeoTIFF, gis, javascript, JavaScript GIS, JPG, NetCDF, PNGLeave a Comment on georaster for JS (Javascript)

georaster for JS (Javascript) https://github.com/GeoTIFF/georaster georaster Wrapper around Georeferenced Rasters like GeoTIFF, NetCDF, JPG, and PNG that provides a standard interface. You can also create your own georaster from simple JavaScript objects. load from url on front-end const parseGeoraster = […]

Read More

Serverless Maps – Now Open Source

Posted on 20/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang, WebGIS Tagged gis, Serverless Maps, webgisLeave a Comment on Serverless Maps – Now Open Source

Serverless Maps – Now Open Source Accelerating Maps Last year I described Protomaps Mantle, a commercial solution for self hosting planet-scale maps without running any servers. It’s built on top of the open, cloud optimized PMTiles format, and adds the option of a […]

Read More

Mapbox Vector Tile Basic JS Renderer

Posted on 17/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang, WebGIS Tagged mapbox, vector tilesLeave a Comment on Mapbox Vector Tile Basic JS Renderer

Mapbox Vector Tile Basic JS Renderer https://github.com/landtechnologies/Mapbox-vector-tiles-basic-js-renderer This LandInsight project is a fork of mapbox-gl-js.  ,  Please see the upstream project for extensive details on vector tiles, styles and more. This fork is intended to be kept fairly up-to-date with the upstream version, […]

Read More

Make and Update SEQUENCE in PostgreSQL – GeoServer WMST with Image mosaicking plugin

Posted on 17/03/2023 by soiqualang_chentreu Posted in GIS, Mẹo vặt, WebGIS Tagged geoserver, Image mosaicking, postgresql, SEQUENCELeave a Comment on Make and Update SEQUENCE in PostgreSQL – GeoServer WMST with Image mosaicking plugin

Make and Update SEQUENCE in PostgreSQL – GeoServer WMST with Image mosaicking plugin Create Table, Index, SEQUENCE, COMMENT DROP TABLE IF EXISTS "img_lst"; DROP SEQUENCE IF EXISTS raster.img_lst_fid_seq; CREATE SEQUENCE raster.img_lst_fid_seq INCREMENT 1 MINVALUE 1 MAXVALUE 9223372036854775807 START 1 CACHE […]

Read More

Esri Map Components for Web

Posted on 16/03/202316/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang, Web, WebGIS Tagged Components, Esri, Esri MapLeave a Comment on Esri Map Components for Web

Esri Map Components for Web Repo: https://github.com/jf990/esri-map-component There are two components in this library: esri-map-view and esri-scene-view. They mostly work the same: esri-map-view displays a map in a 2D map view and esri-scene-view displays a 3D globe in a scene view. These components are built with the ArcGIS API […]

Read More

Render Mapbox style in CesiumJs

Posted on 15/03/202315/03/2023 by soiqualang_chentreu Posted in GIS, WebGIS Tagged CesiumJs, mapboxLeave a Comment on Render Mapbox style in CesiumJs

Render Mapbox style in CesiumJs https://github.com/kikitte/MVTImageryProvider Render Mapbox style in CesiumJs. This project is very simple, because the complex rendering task is compeleted by mapbox-gl-js, you should also check Mapbox-vector-tiles-basic-js-renderer for more detail. 中文README How to use Clone the project and then […]

Read More

How do I retrieve a single image from an ImageMosaic in GeoServer?

Posted on 15/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang, Mẹo vặt, WebGIS Tagged geoserver, ImageMosaicLeave a Comment on How do I retrieve a single image from an ImageMosaic in GeoServer?

How do I retrieve a single image from an ImageMosaic in GeoServer? http://host/geoserver16/thuyvanphuyen/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image/jpeg&TRANSPARENT=true&STYLES&LAYERS=thuyvanphuyen:tansuat&exceptions=application/vnd.ogc.se_inimage&CQL_FILTER=location ILIKE '%tanSuat_2.tif%'&SRS=EPSG:32648&WIDTH=719&HEIGHT=768&BBOX=960076.6733640843,1461071.1000853349,966938.760914211,1468400.8403335926 https://gis.stackexchange.com/questions/363483/how-do-i-retrieve-a-single-image-from-an-imagemosaic-in-geoserver

Read More

[Notes] Organization for Moodle

Posted on 14/03/2023 by soiqualang_chentreu Posted in Lang thang, Web Tagged MoodleLeave a Comment on [Notes] Organization for Moodle

[Notes] Organization for Moodle https://demo.iomad.org/ iomaddemo – Site Administrator. testadmin – Company manager for Test company. testsalesmanager – Department manager for Test company in the Sales department. testsupportmanager – Department manager for Test company in the Support department. testuseriomadsales – […]

Read More

API for radom quotes

Posted on 13/03/2023 by soiqualang_chentreu Posted in Lang thang, Web Tagged api, quotesLeave a Comment on API for radom quotes

API for radom quotes https://quote-api.azurewebsites.net/api/quotes/random { "quote": { "quote": "The best thing about a boolean is even if you are wrong, you are only off by a bit.", "person": "Anonymous" } }

Read More

[Sưu tầm] Dijkstra theo phong cách hướng đối tượng bằng Java

Posted on 11/03/202311/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang Tagged DijkstraLeave a Comment on [Sưu tầm] Dijkstra theo phong cách hướng đối tượng bằng Java

[Sưu tầm] Dijkstra theo phong cách hướng đối tượng bằng Java https://viblo.asia/p/giai-thuat-de-om-dijkstra-theo-phong-cach-huong-doi-tuong-bang-java-3Q75wNEMlWb Chắc hẳn không sinh viên IT nào là không phải học môn Cấu trúc dữ liệu & Giải thuật, trong bộ môn này các bạn sẽ học tới […]

Read More

Posts navigation

Older posts
Newer 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.