import org.apache.commons.io.FileUtils;
FileUtils.deleteDirectory(new File(destination));
Command
Certutil –addstore –f “TrustedPublisher” <pathtocertificatefile>
Run this in Run command box:
printui /s /t2
- A dream is something you chase and a goal is something you do and finish.
- Become a finisher.
- Make a side project to serve at least 2 purposes.
- Side project is a multi-purposes task.
- Always look through the end before starting somthing and you have to finish it when you start it.
- Be consistency and discipline, following the schedule.
- When starting a new side project, make this check list:
- The minimum set of features you know the project will complete.
- Set the deadline of project and add some buffer but not too much.
- Design a system and consistent following that schedule.
- Redux là thư viện dùng để quản lý trạng thái của ứng dụng/hệ thống.
- Redux có thể được dùng chung với nhiều Javascript framework khác như AngularJs chứ không riêng gì ReactJs.
- State object
- Trạng thái của ứng dụng/hệ thống sẽ được lưu vào một đối tượng duy nhất gọi là State Object.
- Action
- Action là một đối tượng có chứa Action Type và các data cần thiết để thay đổi State Object.
- Reducer
'atom-workspace atom-text-editor':
'ctrl-backspace': 'editor:delete-to-previous-word-boundary'
'ctrl-delete': 'editor:delete-to-next-word-boundary'
Dmaven.test.skip=true
int intValue = Math.toIntExact(longVariable);
Reference