Adapter Pattern
Adapter Pattern là gì? Trước hết cần hiểu Adapter là gì, nó có nghĩa là một bộ chuyển đổi dùng để kết nối hai hoặc nhiều thứ không thể kết…
Adapter Pattern là gì? Trước hết cần hiểu Adapter là gì, nó có nghĩa là một bộ chuyển đổi dùng để kết nối hai hoặc nhiều thứ không thể kết…
Singleton pattern là một pattern được sử dụng rỗng rãi. Nó chỉ cho phép duy nhất một đối tượng được khởi tạo từ class. class Singleton { constructor(data) { if…
Design Patterns là các mẫu thiết kế có sẵn dùng để giải quyết các vấn đề. Nó mang lại nhiều lợi ích trong quá trình code điểnhình như giúp code…
Step 0 – Pre-installation Import CentOS 7 RPM GPG Key Import CentOS 7 RPM GPG Key using command below rpm or yum need this key to verify the package downloaded from repository is not…
Step One—Add Nginx Repository To add the CentOS 7 EPEL repository, open terminal and use the following command: sudo yum install epel-release Step Two—Install Nginx Now that the Nginx repository…
1.First Update and upgrade the packages : sudo -- sh -c 'apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y; apt-get autoclean -y' 2.Install Docker: sudo curl -sS…
Installing Desktop Environment Ubuntu servers are managed from the command line and do not have a desktop environment installed by default. If you run the desktop version of Ubuntu, skip…
*Cài Ubuntu* apt-get update apt-get upgrade sudo apt-get install xfce4 xfce4-goodies sudo apt-get install tightvncserver vncserver apt-get install firefox apt-get install uget add-apt-repository ppa:qbittorrent-team/qbittorrent-stable sudo apt install qbittorrent apt-get update…
Lênh linix Git Merge Giải quyết conflix Remote Branch vs Local Branch Rebase OOP Class, Instance, Interface, Abtract Singleton Design Parttern OS Windows vs Mac/Linux (architecture) iOS vs Android (architecture)…
Cây thư mục: . ├── app.js ├── bin │ └── www ├── package.json ├── controllers ├── public │ ├── images │ ├── javascripts │ └── stylesheets │ └── style.css ├──…