You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
A
Cách tạm thời dừng công việc hiện tại để làm việc khác:
1 Tạm thời lưu lại các phần công việc còn đang làm dở
$ git stash -u
2 Chuyển...
-
A
Cách tạo nhánh mới từ commit bất kỳ:
1. Copy hash và pull commit trên git về:
git checkout d6f52db93645955904f42421483b59e75240dbb7
git...
-
A
1. Cài đặt trên Visual studio Code:
Import libary: Live sass
Sau đó để kích hoạt click vào "Watch Sass" dưới góc phải màn hình VSC.
2...
-
A
1. Build jenkin
https://cuongquach.com/tao-jenkins-project-job-build-co-ban.html
2.Create command
cd project || exit 1...
-
A
1. Chat GPT : Giải đáp mọi thứ
2. Altered.ai : Biến đổi giọng nói
3. Synthesia.io : Chuyển văn bản sang video
4. Midjourney.com : Chuyển...
-
A
Mô tả: Khi dùng data (object) và sử dụng từ data đó không cần gọi lại sql. Ta có thể dùng filter.
Ví dụ:
isset($_GET['category_id']) ...
-
A
Align aqua .row>.col
CSS:
.blogs .row > .col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.blogs {
width...
-
A
Chèn vào custom function:
//Hide update notifications
function remove_core_updates()
{
global $wp_version;
return (object)...