minio logo

MinIO là gì? Hướng dẫn cài đặt minio trên Windows

MinIO là gì? Hướng dẫn cài đặt minio trên Windows 1. MinIO là gì? MinIO (minio) là một server lưu trữ đối tượng dạng phân tán với hiệu năng cao. Trình bày dễ hiểu thì MinIO là một file server giúp bạn dễ dàng upload file, download file như amazon, google drive, mediafire… Đặc biệt Read more about MinIO là gì? Hướng dẫn cài đặt minio trên Windows[…]

jenkins logo

Sửa lỗi sudo: no tty present and no askpass program specified

Sửa lỗi sudo: no tty present and no askpass program specified. Khi chạy lệnh sudo trong jenkins có thể bạn sẽ bắt gặp lỗi: sudo: no tty present and no askpass program specified Nguyên nhân là do lệnh sudo này chưa được authen (nhập password). Để khắc phục lỗi này ta cấu hình để server Read more about Sửa lỗi sudo: no tty present and no askpass program specified[…]

Hướng dẫn sửa lỗi No compatible attachment provider is available

Hướng dẫn sửa lỗi No compatible attachment provider is available Hướng dẫn sửa lỗi No compatible attachment provider is available Lỗi “No compatible attachment provider is not available” xảy ra khi  code của bạn yêu cầu phải sử dụng jdk để chạy trong khi môi trường của bạn lại đang để là jre Ví dụ Read more about Hướng dẫn sửa lỗi No compatible attachment provider is available[…]

Hướng dẫn cài đặt Java, JDK trên MacOS (macbook)

Hướng dẫn cài đặt Java, JDK trên MacOS (macbook) 1. Download và cài đặt JDK Download bản cài đặt JDK 8 tại https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html Chọn bản JDK cho MacOS: (có đuôi .dmg) Click đúp vào file .dmg vừa tải về và tiến hành cài đặt Click Continue: Mấy bước này toàn Continue với Next thôi, hiện ra Read more about Hướng dẫn cài đặt Java, JDK trên MacOS (macbook)[…]

Code ví dụ Java Async Await với ea-async và CompletableFuture

Code ví dụ Java Async Await với ea-async và CompletableFuture

Code ví dụ Java Async Await với ea-async và CompletableFuture. Với Javascript thì việc thực hiện await các tác vụ (các process) rất đơn giản. Còn với Java là ngôn ngữ đa luồng, việc await ở đây là await các thread, muốn thực hiện điều đó ta cần sử dụng thêm thư việc. Thư viện Read more about Code ví dụ Java Async Await với ea-async và CompletableFuture[…]

Sửa lỗi JSONException: A JSONObject text must begin with ‘{‘ at character 0 trên Eclipse

Sửa lỗi JSONException: A JSONObject text must begin with ‘{‘ at character 0 trên Eclipse. Khi tạo project spring boot (Spring Starter Project) trên eclipse mọi người thường bị lỗi: A JSONObject text must begin with ‘{‘ at character 0 trên Eclipse Để sửa lỗi này các bạn chuyển url từ http://start.spring.io thành https://start.spring.io

reactjs logo

Sự khác nhau giữa Props và State trong React

Sự khác nhau giữa Props và State trong React Sự khác nhau giữa Props và State trong React Props là các biến, data được truyền từ component cha và có thể truy cập được ở cả các component con. State được khởi tạo và chỉnh sửa và chỉ có thể truy bởi chính bản thân Read more about Sự khác nhau giữa Props và State trong React[…]

reactjs logo

React Props là gì? Code ví dụ Props trong React

React Props là gì? Code ví dụ Props trong React React Props là gì? React Props là các tham số truyền vào React Component. React Props được truyền vào Component thông qua các HTML attributes. React Props giống như các tham số của 1 function JavaScript hay các thuộc tính trong HTML React Props là Read more about React Props là gì? Code ví dụ Props trong React[…]

reactjs logo

React State là gì? Code ví dụ React state

React State là gì? Code ví dụ React state. React State là gì? Trong React, state là các thành phần để xây dựng nên một component. State là lưu lưu trữ các giá trị của component, khi state thay đổi thì component cũng được render lại. Tạo State object Đối tượng state được tạo trong Read more about React State là gì? Code ví dụ React state[…]

reactjs logo

Component React là gì? Code ví dụ component trong ReactJS

Component React là gì? Code ví dụ component trong ReactJS. Component React là gì? Trong React, các component hoạt động giống như các hàm trả về các thành phần HTML Các component là các thành phần độc lập và có thể sử dụng lại. Các component thực hiện công việc giống như các functions trong Read more about Component React là gì? Code ví dụ component trong ReactJS[…]

stackjava.com