Blog Công Nghệ
Nơi chia sẻ kiến thức
Blog Công Nghệ
Nơi chia sẻ kiến thức
1. Cài Nginx https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-20-04 Chạy lên thử sẽ thấy trang welcome nginxhttp://your_server_ip add nội dung bên dưới Change root and server_name Find the server_names_hash_bucket_size directive and remove the # symbol 2. Cài PHP 8.1 https://www.digitalocean.com/community/tutorials/how-to-install-php-8-1-and-set-up-a-local-development-environment-on-ubuntu-22-04 3. Cài Composer 4. Cài Git https://www.digitalocean.com/community/tutorials/how-to-install-git-on-ubuntu-22-04 5. Change nginx 6. Cài MySQL https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-20-04 7. Cài PHPMyadmin https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-20-04 add thêm …
It’s possible to setup Next.js version 12 manually: Tham khảo: https://stackoverflow.com/questions/75470624/how-to-create-next-app-using-version-12-instead-of-version-13
Vào folder chứa chrome.exe và chạy lệnh sau: Chrome sẽ mở lên với dòng chữ: You are using unsupported command-line….
1. Django basic Cài đặt python https://www.freecodecamp.org/news/how-to-install-python-in-windows-operating-system/ Try catch: 2. Thư viện MarshMallow – Validate Install 3. Serializer Convert data từ python sang json. Cần cài rest_framework Tạo file TodoSerializer.py Sử dụng: 4. Middleware Định nghĩa middleware add vào file settings.py 5. Locale Download gettext and install Có tạo file .po trong folder locale Cấu trúc file …
Viết app script và deploy app web. Code trên lấy param từ url truyền vào, để lấy data sheet tương ứng.
1. IAM 1.1 CREATE USER & GROUP IAM => user Create user => username, tick provide user => I want to create IAM User => Auto generate / Custom Password => User must create => Next Add user to group => Create group => type name => select AdministratorAccess => Create user group => click vào …
1. Cài đặt Nginx http://nginx.org/en/download.html Sau đó giải nén nó ra. Ở đây mình sẽ để trong thư mục D:\Server\nginx cho tiện theo dõi. Bây giờ bạn chỉ cần chạy file nginx.exe lên là xong. Hoặc start bằng lệnh: Sau khi khởi động nginx xong. Bạn hãy mở trình duyệt lên và truy cập vào http://localhost Nếu nó ra như …
1. Khởi tạo package và route Tạo folder packages tại folder gốc, trong folder packages tạo folder feature cần làm (ở đây mình ví dụ translate-tool). Mở terminal ở folder translate-tool và chạy lệnh composer init Package name: haodt/translate-toolDescription: Translate vuejs text japanAuthor: enterMinimun stability: devPakage Type: libararyWould you like: noWould you like: noAdd PSR-4: …
Google API có cho phương thức GET sử dụng FREE không phải trả phí. Tham số sl => nguồn ngôn ngữ. Ex: vi = Việt Nam (các bạn có thể để auto để api tự động detect ngôn ngữ đầu vào) Tham số tl => ngôn ngữ đích cần dịch. Ex: en = Tiếng Anh Tham số q => (query) truyền vào đoạn văn …