Swift Create Date From String
let formatter = DateFormatter() formatter.dateFormat = "yyyy-MM-dd HH:mm:ss" var date = formatter.date(from: "1949-02-28 12:00:00")
let formatter = DateFormatter() formatter.dateFormat = "yyyy-MM-dd HH:mm:ss" var date = formatter.date(from: "1949-02-28 12:00:00")
—- JodaTime Java Time day of week LocalDate.dayOfWeek() .getDayOfWeek() date to datetime LocalDate.toDateTimeAtStartOfDay() ...
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>3.2.5</version> </plugin>
DONOT reuse project name!
git log --name-status HEAD^..HEAD Ref.: Git: See my last commit
Found possible branch point: https://140.122.66.77/svn/personnel_matters/PdbLib => https://140.122.66.77/svn/personnel_matters/PbdLib, 206 Error from SVN, (175009): Malformed network data: The...
Ref.: 如何撰好的 Git Commit Message How to Write Better Git Commit Messages – A Step-By-Step Guide <type>[optional scope]: <description> [optional body] [optional footer(s)] feat – a...
1. Clone from svn git svn init https://140.122.66.77/svn/personnel_matters --trunk=PrivLib --branches=MavenizeProjects/{PrivLib} PrivLib 2. Setting the authorsfile git config svn.authorsfile ~/a...
Supported Java versions and features Jdk6 -> IDEA 2021.X
HTTP Client Move an HTTP request In the editor, place the caret at the request to be moved and do one of the following: From the main menu or the context menu, select Refactor | Move. Press ⌥ ...