Chuyển đến nội dung chính

Bài đăng

Đang hiển thị bài đăng từ Tháng 3, 2020

Cách sử dụng 2 Factor Authentication với Tortoise git

Trong Gitlab, nếu bạn bật chế độ 2 Factor Authentication, sau đó bạn pull hay push, bạn sẽ gặp lỗi: remote: HTTP Basic: Access denied remote: You have 2FA enabled, please use a personal access token for Git over HTTP. remote: You can generate one at https://domain/profile/personal_access_tokens  Cách khắc phục Bạn vào Windows Credentials, xóa đi account Gitlab Pull lại project, nhập username. Thay vì nhập password của username, bạn nhập personal_access_tokens.

Angular: Sử dụng Directive

Directive trong Angular là một class javascript được khai báo với decorator @directive. Có 3 loại directive trong Angular: Component directive, Structural directive và Attribute directive. Trong bài viết này, chúng ta sẽ tìm hiểu về Attribute directive.