Vim Search String Appear Twice
/\(\w\+\).*return \1; ✓ getIDNO(){return IDNO;} ⤬ getNAME(){return “NAME”;} This will match first line, but not second line.
/\(\w\+\).*return \1; ✓ getIDNO(){return IDNO;} ⤬ getNAME(){return “NAME”;} This will match first line, but not second line.
IDEA will popup window to choose root when include javamail-1_2.jar. Uncheck every option!! Then it would ask where to put this jar.
Download 2021.3.3 for Jdk6 Choose Version 2021.3.3 in the Offical Download page. Setting SDK Open Jdk6 project. Press Ctrl+Alt+Shift+S to open Project Setting: Use the + button to Add SDK...
https://www.youtube.com/watch?v=-Y4uiikR-EE 有教到很重要的一點 先建立 modules 選擇專案後, 按 + 號, 選 web 就會在專案下增加一個有特別 web 增加 artificate 選 Web Application: Exploded, 因為有做第一步, 這邊才會有第二個子選項: From Modules 再到 to...
https://www.oreilly.com/library/view/mastering-spring-boot/9781787127562/202247f6-3795-4429-93d8-272057f3adb6.xhtml Spring Boot Starter Parent POM allows us to manage the following things for multi...
https://stackoverflow.com/questions/40853235/tomcat-maven-how-to-add-the-static-pages-to-the-war-file Put all your static files inside src/main/webapp and it should work like a charm. To build your...
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>3.2.0</version> <executions> <...
Scaling your Redux App with ducks Function vs Feature One the left below you can see a function-first folder structure. On the right you can see a feature-first approach.
In React, it’s conventional to use onSomething names for props which represent events and handleSomething for the function definitions which handle those events. The export JavaScript keyword ...
How to Add a Dark Mode Toggle to a Jekyll Site Dark Mode Revisited