Categories Java

Office Tricks Compilation Part 2

Evaluate expression live with F9 Extract data with offset Tách dữ liệu delimited bằng , dùng mũi tên để thêm chỗ dán Copy paste dữ liệu sau lọc Vlookup with indirect() Thêm checkbox hàng loạt Thêm hàng và cột chỉ vùng mình chọn Nhấn F4 để lặp lại…

Read More
Categories Java

Office Tricks Compilation

Set default layout in word Shortcut in excel Proofing in word Proofing hiểu nôm na là tạo pattern rồi lưu lại bằng phím tắt, sau muốn dùng lại gõ phím tắt là xong Check Performance Check Performance để giảm dữ liệu không cần thiết của file. Validate Data…

Read More
Categories Java

Fun facts about Rhinoceros

Rhinoceros thực tế không trim nurbs surface mà chỉ hiển thị phần muốn giữ lại sau trim trong uv space. Related posts: Tổng hợp các shortcut của Blender Office Tricks Compilation

Read More
Categories Java

Install WP from scratch

Tạo virtual host file: Thêm đoạn mã sau vào: Enable the site and rewrite module, khởi động để có hiệu quả: Có thể kiểm tra các user có thể đăng nhập vào mysql và host mà nó chấp nhận cho đăng nhập (% bằng tất cả các host,…

Read More
Categories Java

Security Specific Routes in Angular Spring Boot App

Tiếp theo bài trước: Custom Security to Angular Spring Boot App.Thêm controller class: Frontend code:app.component.html app.component.ts Lưu ý: Thêm import ở module cho phù hợp. GET sẽ chạy được POST không chạy được vì CSRF. Related posts: Hướng dẫn gửi Email bằng Spring Boot Custom Security to Angular…

Read More
Categories Java

Custom Security to Angular Spring Boot App

Tiếp theo bài trước: Add Security (Login Page) to Angular Spring Boot App.Thêm class sau để dùng basic auth với user nam và pass cài ở application.properties Related posts: Security Specific Routes in Angular Spring Boot App Hướng dẫn gửi Email bằng Spring Boot

Read More