chutuoc-logo-600chutuoc-logo-600chutuoc-logo-600chutuoc-logo-600

  • Tin tức nổi bật
  • Tin tuyển dụng
  • Kho tài liệu
    • Lập trình
      • Css
      • Javascript
      • Php
    • Sql
      • Sql căn bản
      • Các lệnh Sql hay dùng
    • Server and vps
      • EasyEngine
        • EasyEngine3
        • EasyEngine4
      • Docker
    • Hệ điều hành
      • Linux
        • Linux terminal command
    • Cms
      • WordPress
        • Theme wordpress
        • Plugin wordpress
    • SEO
    • Công cụ
      • Git
    • DevOps Engineer
    • Solution
✕
  • Lọc bởi
  • Danh mục
  • Thẻ
  • Tác giả
  • Hiện hết
  • Tất cả
  • Các lệnh Sql hay dùng
  • Cms
  • Công cụ
  • Công nghệ thông tin
  • DevOps Engineer
  • Docker
  • EasyEngine
  • EasyEngine3
  • EasyEngine4
  • Git
  • Hệ điều hành
  • Javascript
  • Lập trình
  • Linux
  • Linux terminal command
  • Php
  • SEO
  • Server and vps
  • Solution
  • Sql
  • Sql căn bản
  • Theme wordpress
  • Tin tuyển dụng
  • Wordpress
  • Tất cả
  • Betheme
  • Easy engine 4
  • Lập trình PHP
  • Linux
  • mysql
  • SEO
  • Sql
  • Ubuntu
  • wordpress
  • Tất cả
  • chutuoc
  • Tuấn Sữa
04/08/2020

Stateless là gì? Stateful là gì?

Stateless Trong lập trình web, chúng ta có sự tương tác giữa client với server. Phần mềm gồm 2 thành […]
Do you like it?
Đọc luôn
27/09/2021

DevOps roadmap

DepOps là gì? DevOps là một sự kết hợp của các nguyên lý, thực hành, quy trình và các tool giúp […]
Do you like it?
Đọc luôn
08/07/2020

Install Virtualbox 6.0 linux mint, ubuntu

Install Virtualbox echo "deb http://download.virtualbox.org/virtualbox/debian bionic contrib" | sudo tee -a /etc/apt/sources.list wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add […]
Do you like it?
Đọc luôn
08/08/2019

EE4 renew sll, update http to https

EE4 renew sll sudo ee site ssl-renew 24hdev.com EE4 update http to https ee site update 24hdev.com --ssl=le
Do you like it?
Đọc luôn
19/06/2021

Disable quyền ghi file wordpress

define( 'DISALLOW_FILE_EDIT', true ); define( 'DISALLOW_FILE_MODS', true );
Do you like it?
Đọc luôn
21/04/2020

Format number with Javascript

function formatNumber(num) { return num.toString().replace(/(\d)(?=(\d{3})+(?!\d))/g, '$1,') } console.info(formatNumber(2665)) // 2,665 console.info(formatNumber(102665)) // 102,665 console.info(formatNumber(111102665)) // 111,102,665
Do you like it?
Đọc luôn
Xem thêm 6 bài
© 2021 Chu Tước Việt Nam