Long's blog

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

  • 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
  • Books
  • Games
    • Harvest Moon
  • 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
  • Books
  • Games
    • Harvest Moon

No Widgets found in the Sidebar Alt!

  • Lang thang,  Mẹo vặt

    IONIC Capacitor build Android Debug APK

    27/06/2022 /

    IONIC Capacitor build Android Debug APK Install Capacitor npm install @capacitor/core @capacitor/cli npx cap init Add Android platform to Capacitor project ionic build npm install @capacitor/android ionic cap add android Build Android Debug APK with IONIC Capacitor ionic cap copy ionic cap sync ionic capacitor copy android && cd android && ./gradlew assembleDebug && cd .. Then your apk will be at: android/app/build/outputs/apk/debug/app-debug.apk If you want to run on device directly from command line: ionic capacitor copy android && cd android && ./gradlew assembleDebug && ./gradlew installDebug && cd .. Note: It doesn't work without entering the android directory Build Production APK cd android && ./gradlew assembleRelease && cd app/build/outputs/apk/release…

    read more
    soiqualang_chentreu 0 Comments
  • Lang thang,  Mẹo vặt

    IONIC Angular deployment – 404 on page Refresh

    13/06/2022 /

    This will work on following servers. Apache Server Add .htaccess on root to your project <IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews -Indexes </IfModule> RewriteEngine On # Handle Authorization Header RewriteCond %{HTTP:Authorization} . RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] # Redirect Trailing Slashes If Not A Folder... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (.+)/$ RewriteRule ^ %1 [L,R=301] # Handle Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.html [L] </IfModule> IIS Server Add web.config <configuration> <system.webServer> <rewrite> <rules> <rule name="Imported Rule 1" stopProcessing="true"> <match url="^(.*)/$" ignoreCase="false" /> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" /> </conditions> <action type="Redirect" redirectType="Permanent" url="/{R:1}" /> </rule> <rule name="Imported Rule 2" stopProcessing="true"> <match url="^" ignoreCase="false" /> <conditions>…

    read more
    soiqualang_chentreu 0 Comments
  • Công nghệ,  Mẹo vặt

    Ionic app icon generator

    13/04/2022 /

    Ionic app icon generator Tạo icon cho app IONIC [ERROR] cordova-res was not found on your PATH. Please install it globally ionic cordova resources > cordova-res [cordova-res] 'cordova-res' is not recognized as an internal or external command, [cordova-res] operable program or batch file. [ERROR] cordova-res was not found on your PATH. Please install it globally: npm i -g cordova-res Run npm install -g cordova-res to install cordova-res Ionic create icon and splash screen resources The source image for icons should ideally be at least 1024×1024px and located at resources/icon.png. The source image for splash screens should ideally be at least 2732×2732px and located at resources/splash.png. If you used ionic start,…

    read more
    soiqualang_chentreu 0 Comments

    You May Also Like

    Thêm comment facebook cho WordPress

    28/05/2018

    Default Open URL in new chrome tab

    08/06/2017

    Login to VPS Linux (Debian) host by OVH

    24/06/2018
  • Công nghệ,  Mẹo vặt,  Sói's Tutorials

    Thêm quảng cáo vào app android – ionic add Admob to my app

    21/03/2022 /

    Thêm quảng cáo vào app android - ionic add Admob to my app Đăng ký tài khoản https://admob.google.com/home/ https://apps.admob.com/signup/create-account Bị lỗi An error occurred. Please try again later. https://support.google.com/admob/thread/106753835/can-t-signup-into-account-for-admob-i-am-getting-an-error-occurred-please-try-again-later?hl=en Đổi sang trình duyệt Edge là Ok, lưu ý phải tắt Adblock nữa Giao diện Admob Đăng ký ID quảng cáo Admob https://apps.admob.com/v2/apps/9537187511/overview Tạo đơn vị quảng cáo ca-app-pub-3654642326317030~9537187511 ca-app-pub-3654642326317030/1927781499 https://apps.admob.com/v2/apps/9537187511/adunits/create Preferences https://www.freakyjolly.com/ionic-admob-free-native-tutorial/ https://apps.admob.com/v2/apps/9537187511/overview Thêm quảng cáo vào app App ID ca-app-pub-3654642326317030~9537187511 banner ca-app-pub-3654642326317030/1927781499 ionic cordova plugin add cordova-plugin-admob-free --save --variable ADMOB_APP_ID="ca-app-pub-3654642326317030~9537187511" npm install @ionic-native/admob-free ionic g service services/admob https://apps.admob.com/v2/apps/9537187511/settings https://apps.admob.com/v2/apps/9537187511/adunits/list Fix Lỗi không hiện quảng cáo trong app Khi app được release thì tự động hiện được quảng cáo Không…

    read more
    soiqualang_chentreu 0 Comments

    You May Also Like

    Enable Remote Destop Window Server 2012

    15/05/2017

    Default Open URL in new chrome tab

    08/06/2017

    Cài LXDE trên VPS Debian và Remote Desktop

    25/06/2018
  • Công nghệ,  Sói's Tutorials

    IONIC build APK bị lỗi build tools

    19/07/2021 /

    IONIC build APK bị lỗi build tools

    read more
    soiqualang_chentreu 0 Comments

    You May Also Like

    [Notes] Run batch as Service in Window

    13/11/2020

    Default Open URL in new chrome tab

    08/06/2017

    Hướng dẫn tắt check grammar trong MS Word 2016

    15/06/2018
  • Công nghệ,  Sói's Tutorials

    Lỗi CLI IONIC tạo project mới

    15/07/2021 /

    Lỗi CLI IONIC tạo project mới

    read more
    soiqualang_chentreu 0 Comments

    You May Also Like

    Note viết plugin python QGIS – phần 2

    28/04/2017

    Hướng dẫn tắt check grammar trong MS Word 2016

    15/06/2018

    [Notes] Run batch as Service in Window

    13/11/2020
  • Công nghệ,  Sói's Tutorials

    IONIC – ERR_NO_DEVICE: No hardware devices found

    08/04/2021 /

    IONIC - ERR_NO_DEVICE: No hardware devices found

    read more
    soiqualang_chentreu 0 Comments

    You May Also Like

    Hướng dẫn sử dụng ODK Collect

    22/05/2018

    Enable Remote Destop Window Server 2012

    15/05/2017

    Hướng dẫn tắt check grammar trong MS Word 2016

    15/06/2018
  • Công nghệ,  Sói's Tutorials,  Tài liệu

    Ionic Text to Speech: How to Convert Text to Speech in Ionic Application using Ionic Native and Cordova Plugins (Có thử tiếng Việt ok)

    11/01/2021 /

    read more
    soiqualang_chentreu 0 Comments

    You May Also Like

    Note Viết plugin python cho QGIS – phần 1

    27/04/2017

    [Notes] Run batch as Service in Window

    13/11/2020

    Sửa lỗi Start GeoServer do Java Update

    08/05/2017
  • Công nghệ,  Mẹo vặt,  Sói's Tutorials

    [IONIC] Fix lỗi No Java files found that extend CordovaActivity

    23/12/2020 /

    [IONIC] Fix lỗi No Java files found that extend CordovaActivity Thông tin lỗi Cách sửa # Xóa, thêm lại android mới nhất ionic cordova platform rm android ionic cordova platform add android@latest ionic cordova prepare android cheer!

    read more
    soiqualang_chentreu 0 Comments

    You May Also Like

    Cài LXDE trên VPS Debian và Remote Desktop

    25/06/2018

    [Notes] Run batch as Service in Window

    13/11/2020

    Thêm comment facebook cho WordPress

    28/05/2018
  • Mẹo vặt,  Sói's Tutorials

    Android – Fix lỗi Change your app’s target API level to at least…

    01/12/2020 /

    Android - Fix lỗi Change your app's target API level to at least... Hôm nay mình release một bản cập nhật cho app trên android thì gặp lỗi này nên note lại cách fix luôn Nhận dạng lỗi Your app currently targeta API level 28 and must target at least API level 29 to ensure it is built on the latest APIe optimized for security and performance. Change your app's target API level to at least 29 Lỗi này nó kêu mình update lên ít nhất là android 10 (api 29) thì mới cho release bản cập nhật này. Để biết version android nào tương ứng với api nào thì…

    read more
    soiqualang_chentreu 0 Comments

    You May Also Like

    [Notes] Run batch as Service in Window

    13/11/2020

Buy me a coffee

Buy me a coffee - MOMO

Tags

ADB Android Android studio api ArcGIS cloudflare database Docker gdal geoserver gis github Google Earth Engine guitar htaccess https Ionic IOS javascript Jupyter Notebook leaflet Linux Machine learning map MapServer mysql Nodejs openlayers php plugin Pokemon postgis postgresql python QGIS raster remote sensing sql server tomcat tools ubuntu viettabs.cf viễn thám webgis wordpress

Recent Posts

  • IONIC Capacitor build Android Debug APK
  • Backing up your docker volumes
  • Awesome Docker Compose
  • WordPress fix lỗi This request has been blocked; the content must be served over HTTPS.
  • Giới thiệu về GitHub Profile Achievements và cách đạt được các huy hiệu này

Recent Comments

  • Thành on Hướng dẫn dùng Wayback machine scraper để lấy lại data web cũ trên Google Collaboratory
  • Phong Thần Thánh on Hướng dẫn dùng Wayback machine scraper để lấy lại data web cũ trên Google Collaboratory
  • soiqualang_chentreu on Update your target API level by November 1, 2021 – android 11 – API 30
  • Phạm Hoàng Tuấn on Update your target API level by November 1, 2021 – android 11 – API 30
  • Lý Lâm Khả Huy on [GEE 1] Làm Quen Với Google Earth Engine và Tìm Hiểu Về Dữ Liệu

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

  • 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
© soiqualang_chentreu 2022 - All Right Reserved
Ashe Theme by WP Royal.