[chatGPT] Skills to increase the work efficiency of java programmers by 10 times

I originally wrote it for myself, but I thought I would forget it later and share it

1. Writing enumerations
For programmers, the names of enumerations need to be capitalized and writing enumerations is also forced (most people feel the same, hello) so you can use chatgpt directly to be lazy

Enter keywords:
example: write a java enumeration xxxxx for me (the status of the activity redemption, 0 is waiting to start, 1 is in the process of redemption, and 2 is over). It is very
insert image description here
smooth and saves more than ten minutes of time


  1. It is really annoying to generate the code logic of the time format.
    insert image description here
    It is really annoying if the time is greater than or less than
    insert image description here
    . Needless to say, this simple case is very useful (to be updated)
    3. Write SQL (to be updated)
    4. Design tables (to be updated)
    5. Write feign interface calls through defined templates (to be updated)
    Some people have seen that I am updating

Guess you like

Origin blog.csdn.net/a203206868/article/details/131637910