From b0ef16751cfe0dbc29640ef178ac20f2d7a49dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=B5=8E=E8=8A=9D?= Date: Fri, 19 Jul 2024 11:25:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(post):=20=E5=AE=8C=E5=96=84=E6=96=87?= =?UTF-8?q?=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...70\350\247\201\351\227\256\351\242\230.md" | 0 ...44\345\217\212\345\267\245\345\205\267.md" | 0 ...76\350\256\241\345\212\237\350\203\275.md" | 0 ...345\217\212\350\247\243\345\206\263bug.md" | 1 - ...01\347\232\204\344\273\243\347\240\201.md" | 12 - ...43\347\240\201\346\200\273\347\273\223.md" | 0 ...00\344\270\252\347\250\213\345\272\217.md" | 15 - .../ArrayList\350\257\246\350\247\243.md" | 0 .../detailed/CAS\350\257\246\350\247\243.md" | 0 .../Elasticsearch\350\257\246\350\247\243.md" | 0 .../HashMap\350\257\246\350\247\243.md" | 0 .../Kafka\350\257\246\350\247\243.md" | 2 +- .../MySQL\350\257\246\350\247\243.md" | 0 .../Netty\350\257\246\350\247\243.md" | 0 .../Redis\350\257\246\350\247\243.md" | 0 ...\345\274\217ID\350\257\246\350\247\243.md" | 4 +- ...13\345\212\241\350\257\246\350\247\243.md" | 0 ...17\351\224\201\350\257\246\350\247\243.md" | 0 ...73\347\220\206\350\257\246\350\247\243.md" | 0 ...27\346\263\225\350\257\246\350\247\243.md" | 4 +- .../intro/Docker\345\205\245\351\227\250.md" | 0 .../intro/Nginx\345\205\245\351\227\250.md" | 2 +- ...46\344\271\240\350\267\257\347\272\277.md" | 0 .../posts/{java => javabasics}/JavaIO.md | 0 ...ct\347\261\273\346\226\271\346\263\225.md" | 0 .../Java\345\217\215\345\260\204.md" | 0 ...va\345\244\232\347\272\277\347\250\213.md" | 0 .../Java\345\274\202\345\270\270.md" | 0 ...60\346\215\256\347\261\273\345\236\213.md" | 0 .../Java\346\236\232\344\270\276.md" | 0 .../Java\346\263\233\345\236\213.md" | 0 .../Java\350\277\220\347\256\227.md" | 0 .../Java\351\233\206\345\220\210.md" | 0 ...71\350\261\241\347\274\226\347\250\213.md" | 0 ...ic\345\205\263\351\224\256\345\255\227.md" | 0 ...fp\345\205\263\351\224\256\345\255\227.md" | 0 ...ed\345\205\263\351\224\256\345\255\227.md" | 2 +- ...is\345\205\263\351\224\256\345\255\227.md" | 0 ...nt\345\205\263\351\224\256\345\255\227.md" | 0 ...le\345\205\263\351\224\256\345\255\227.md" | 2 +- .../spring/Spring\350\257\246\350\247\243.md" | 4 +- ...57\344\273\230\345\212\237\350\203\275.md" | 4 +- ...12\344\274\240\345\212\237\350\203\275.md" | 4 +- ...23\345\220\210\344\270\232\345\212\241.md" | 4 +- blog-site/public/index.html | 6 +- blog-site/public/index.xml | 60 +- blog-site/public/page/10/index.html | 116 +- blog-site/public/page/11/index.html | 48 - blog-site/public/page/6/index.html | 6 +- blog-site/public/page/7/index.html | 6 +- blog-site/public/page/8/index.html | 70 +- blog-site/public/page/9/index.html | 68 +- .../posts/codeguide/clean-code/index.html | 696 ++ .../codeguide/java-always-problems/index.html | 1742 +++++ .../posts/codeguide/java-bugs/index.html | 383 + .../posts/codeguide/java-design/index.html | 598 ++ .../posts/detailed/cas-detail/index.html | 832 ++ .../data-structures-algorithms/index.html | 6608 ++++++++++++++++ .../posts/detailed/distributed-id/index.html | 560 ++ .../detailed/distributed-lock/index.html | 1027 +++ .../posts/detailed/elasticsearch/index.html | 2692 +++++++ .../posts/detailed/java-arraylist/index.html | 874 +++ .../posts/detailed/java-hashmap/index.html | 1060 +++ .../public/posts/detailed/java-mq/index.html | 1306 ++++ .../posts/detailed/java-netty/index.html | 1473 ++++ .../posts/detailed/java-redis/index.html | 3259 ++++++++ .../detailed/java-small-service/index.html | 1436 ++++ .../detailed/java-transaction/index.html | 1649 ++++ .../posts/detailed/sql-select-fast/index.html | 3310 ++++++++ .../data-structures-algorithms/index.html | 4 +- .../posts/essays/nginx-start/index.html | 4 +- .../public/posts/essays/pay-code/index.html | 4 +- blog-site/public/posts/index.html | 40 +- blog-site/public/posts/index.xml | 68 +- .../posts/intro/docker-start/index.html | 603 ++ .../intro/front-learning-route/index.html | 1513 ++++ .../javabasics/rookie-datatype/index.html | 2434 ++++++ .../javabasics/rookie-exception/index.html | 1236 +++ .../javabasics/rookie-generics/index.html | 1072 +++ .../posts/javabasics/rookie-io/index.html | 2238 ++++++ .../rookie-java-container/index.html | 2225 ++++++ .../javabasics/rookie-multi-thread/index.html | 6708 +++++++++++++++++ .../rookie-object-oriented/index.html | 6550 ++++++++++++++++ .../rookie-objectclass-methods/index.html | 1650 ++++ .../javabasics/rookie-operation/index.html | 2682 +++++++ .../javabasics/rookie-reflect/index.html | 1066 +++ .../java-keyword-volatile/index.html | 31 +- .../index.html" | 342 + .../index.html" | 342 + .../index.html" | 342 + .../index.html" | 342 + .../posts/spring/java-spring/index.html | 4 +- .../public/posts/toy/pay-code/index.html | 3102 ++++++++ .../posts/toy/pipeline-business/index.html | 2191 ++++++ .../posts/toy/uploadfile-code/index.html | 2184 ++++++ docs/index.html | 14 +- docs/index.xml | 178 +- docs/page/10/index.html | 4 +- docs/page/11/index.html | 6 +- docs/page/5/index.html | 2 +- docs/page/6/index.html | 32 +- docs/page/7/index.html | 24 +- docs/page/8/index.html | 6 +- docs/page/9/index.html | 12 +- docs/posts/codeguide/clean-code/index.html | 696 ++ docs/posts/codeguide/eye-beam/index.html | 2612 +++++++ .../codeguide/java-always-problems/index.html | 1742 +++++ docs/posts/codeguide/java-bugs/index.html | 383 + .../posts/codeguide/java-code-rule/index.html | 2154 ++++++ docs/posts/codeguide/java-design/index.html | 598 ++ .../java-project-reconstitution/index.html | 647 ++ docs/posts/detailed/cas-detail/index.html | 832 ++ .../data-structures-algorithms/index.html | 6608 ++++++++++++++++ docs/posts/detailed/distributed-id/index.html | 560 ++ .../detailed/distributed-lock/index.html | 1027 +++ docs/posts/detailed/elasticsearch/index.html | 2692 +++++++ docs/posts/detailed/java-arraylist/index.html | 874 +++ docs/posts/detailed/java-hashmap/index.html | 1060 +++ docs/posts/detailed/java-mq/index.html | 1306 ++++ docs/posts/detailed/java-netty/index.html | 1473 ++++ docs/posts/detailed/java-redis/index.html | 3259 ++++++++ .../detailed/java-small-service/index.html | 1436 ++++ .../detailed/java-transaction/index.html | 1649 ++++ .../posts/detailed/sql-select-fast/index.html | 3310 ++++++++ docs/posts/index.html | 84 +- docs/posts/index.xml | 178 +- docs/posts/intro/docker-start/index.html | 603 ++ .../intro/front-learning-route/index.html | 1513 ++++ docs/posts/intro/nginx-start/index.html | 1068 +++ .../javabasics/rookie-datatype/index.html | 2434 ++++++ .../javabasics/rookie-exception/index.html | 1236 +++ .../javabasics/rookie-generics/index.html | 1072 +++ docs/posts/javabasics/rookie-io/index.html | 2238 ++++++ .../rookie-java-container/index.html | 2225 ++++++ .../javabasics/rookie-multi-thread/index.html | 6708 +++++++++++++++++ .../rookie-object-oriented/index.html | 6550 ++++++++++++++++ .../rookie-objectclass-methods/index.html | 1650 ++++ .../javabasics/rookie-operation/index.html | 2682 +++++++ .../javabasics/rookie-reflect/index.html | 1066 +++ .../java-keyword-synchronized/index.html | 4 +- .../java-keyword-volatile/index.html | 4 +- .../index.html" | 342 + .../index.html" | 342 + .../index.html" | 342 + .../index.html" | 342 + docs/posts/spring/java-spring/index.html | 4 +- docs/posts/toy/pay-code/index.html | 3106 ++++++++ docs/posts/toy/pipeline-business/index.html | 2191 ++++++ docs/posts/toy/uploadfile-code/index.html | 2188 ++++++ docs/tags/docker/index.html | 2 +- docs/tags/docker/index.xml | 4 +- docs/tags/elasticsearch/index.html | 2 +- docs/tags/elasticsearch/index.xml | 4 +- docs/tags/index.html | 30 +- docs/tags/index.xml | 21 +- docs/tags/java/index.html | 57 +- docs/tags/java/index.xml | 91 +- .../java\345\237\272\347\241\200/index.html" | 20 +- .../java\345\237\272\347\241\200/index.xml" | 40 +- docs/tags/mq/index.html | 2 +- docs/tags/mq/index.xml | 6 +- docs/tags/mysql/index.html | 2 +- docs/tags/mysql/index.xml | 4 +- docs/tags/netty/index.html | 2 +- docs/tags/netty/index.xml | 4 +- docs/tags/nginx/index.html | 2 +- docs/tags/nginx/index.xml | 6 +- docs/tags/redis/index.html | 2 +- docs/tags/redis/index.xml | 4 +- .../index.html" | 4 +- .../index.xml" | 10 +- .../index.html" | 4 +- .../index.xml" | 4 +- .../tags/\345\205\266\344\273\226/index.html" | 4 +- .../tags/\345\205\266\344\273\226/index.xml" | 8 +- .../index.html" | 8 +- .../index.xml" | 18 +- .../index.html" | 2 +- .../index.xml" | 4 +- .../tags/\345\260\261\344\270\232/index.html" | 2 +- .../tags/\345\260\261\344\270\232/index.xml" | 4 +- .../tags/\345\272\224\347\224\250/index.html" | 6 +- .../tags/\345\272\224\347\224\250/index.xml" | 18 +- .../tags/\346\212\200\345\267\247/index.html" | 2 +- .../tags/\346\212\200\345\267\247/index.xml" | 4 +- .../tags/\347\216\251\345\205\267/index.html" | 26 + .../tags/\347\216\251\345\205\267/index.xml" | 23 +- .../tags/\347\272\277\347\250\213/index.html" | 2 +- .../tags/\347\272\277\347\250\213/index.xml" | 4 +- .../tags/\350\256\276\350\256\241/index.html" | 14 +- .../tags/\350\256\276\350\256\241/index.xml" | 34 +- .../tags/\350\257\246\350\247\243/index.html" | 38 +- .../tags/\350\257\246\350\247\243/index.xml" | 60 +- .../tags/\351\233\206\345\220\210/index.html" | 4 +- .../tags/\351\233\206\345\220\210/index.xml" | 8 +- docs/zh/sitemap.xml | 91 +- 196 files changed, 144050 insertions(+), 951 deletions(-) rename "blog-site/content/posts/essays/Java\347\250\213\345\272\217\344\270\255\345\270\270\350\247\201\351\227\256\351\242\230.md" => "blog-site/content/posts/codeguide/Java\347\250\213\345\272\217\344\270\255\345\270\270\350\247\201\351\227\256\351\242\230.md" (100%) rename "blog-site/content/posts/essays/Java\347\250\213\345\272\217\345\270\270\350\247\201\346\225\205\351\232\234\346\216\222\346\237\245\345\221\275\344\273\244\345\217\212\345\267\245\345\205\267.md" => "blog-site/content/posts/codeguide/Java\347\250\213\345\272\217\345\270\270\350\247\201\346\225\205\351\232\234\346\216\222\346\237\245\345\221\275\344\273\244\345\217\212\345\267\245\345\205\267.md" (100%) rename "blog-site/content/posts/essays/\345\246\202\344\275\225\345\201\232\345\245\275\347\250\213\345\272\217\350\256\276\350\256\241\345\212\237\350\203\275.md" => "blog-site/content/posts/codeguide/\345\246\202\344\275\225\345\201\232\345\245\275\347\250\213\345\272\217\350\256\276\350\256\241\345\212\237\350\203\275.md" (100%) rename "blog-site/content/posts/essays/\345\246\202\344\275\225\345\207\217\345\260\221\345\217\212\350\247\243\345\206\263bug.md" => "blog-site/content/posts/codeguide/\345\246\202\344\275\225\345\207\217\345\260\221\345\217\212\350\247\243\345\206\263bug.md" (99%) rename "blog-site/content/posts/essays/\346\225\264\346\264\201\347\232\204\344\273\243\347\240\201.md" => "blog-site/content/posts/codeguide/\346\225\264\346\264\201\347\232\204\344\273\243\347\240\201.md" (99%) rename "blog-site/content/posts/essays/\350\247\204\350\214\203\347\274\226\345\206\231Java\344\273\243\347\240\201\346\200\273\347\273\223.md" => "blog-site/content/posts/codeguide/\350\247\204\350\214\203\347\274\226\345\206\231Java\344\273\243\347\240\201\346\200\273\347\273\223.md" (100%) rename "blog-site/content/posts/essays/\351\207\215\346\236\204\344\270\200\344\270\252\347\250\213\345\272\217.md" => "blog-site/content/posts/codeguide/\351\207\215\346\236\204\344\270\200\344\270\252\347\250\213\345\272\217.md" (99%) rename "blog-site/content/posts/essays/ArrayList\350\257\246\350\247\243.md" => "blog-site/content/posts/detailed/ArrayList\350\257\246\350\247\243.md" (100%) rename "blog-site/content/posts/essays/CAS\345\216\237\347\220\206.md" => "blog-site/content/posts/detailed/CAS\350\257\246\350\247\243.md" (100%) rename "blog-site/content/posts/essays/Elasticsearch\350\257\246\350\247\243.md" => "blog-site/content/posts/detailed/Elasticsearch\350\257\246\350\247\243.md" (100%) rename "blog-site/content/posts/essays/HashMap\350\257\246\350\247\243.md" => "blog-site/content/posts/detailed/HashMap\350\257\246\350\247\243.md" (100%) rename "blog-site/content/posts/essays/MQ\350\257\246\350\247\243.md" => "blog-site/content/posts/detailed/Kafka\350\257\246\350\247\243.md" (99%) rename "blog-site/content/posts/essays/MySQL\350\257\246\350\247\243.md" => "blog-site/content/posts/detailed/MySQL\350\257\246\350\247\243.md" (100%) rename "blog-site/content/posts/essays/Netty\350\257\246\350\247\243.md" => "blog-site/content/posts/detailed/Netty\350\257\246\350\247\243.md" (100%) rename "blog-site/content/posts/essays/Redis\350\257\246\350\247\243.md" => "blog-site/content/posts/detailed/Redis\350\257\246\350\247\243.md" (100%) rename "blog-site/content/posts/essays/\345\210\206\345\270\203\345\274\217ID.md" => "blog-site/content/posts/detailed/\345\210\206\345\270\203\345\274\217ID\350\257\246\350\247\243.md" (98%) rename "blog-site/content/posts/essays/\345\210\206\345\270\203\345\274\217\344\272\213\345\212\241\350\257\246\350\247\243.md" => "blog-site/content/posts/detailed/\345\210\206\345\270\203\345\274\217\344\272\213\345\212\241\350\257\246\350\247\243.md" (100%) rename "blog-site/content/posts/essays/\345\210\206\345\270\203\345\274\217\351\224\201\350\257\246\350\247\243.md" => "blog-site/content/posts/detailed/\345\210\206\345\270\203\345\274\217\351\224\201\350\257\246\350\247\243.md" (100%) rename "blog-site/content/posts/essays/\345\276\256\346\234\215\345\212\241\346\262\273\347\220\206\350\257\246\350\247\243.md" => "blog-site/content/posts/detailed/\345\276\256\346\234\215\345\212\241\346\262\273\347\220\206\350\257\246\350\247\243.md" (100%) rename "blog-site/content/posts/essays/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225.md" => "blog-site/content/posts/detailed/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\350\257\246\350\247\243.md" (99%) rename "blog-site/content/posts/essays/Docker\345\205\245\351\227\250.md" => "blog-site/content/posts/intro/Docker\345\205\245\351\227\250.md" (100%) rename "blog-site/content/posts/essays/Nginx\344\273\213\347\273\215.md" => "blog-site/content/posts/intro/Nginx\345\205\245\351\227\250.md" (99%) rename "blog-site/content/posts/emp/\345\211\215\347\253\257\345\255\246\344\271\240\350\267\257\347\272\277.md" => "blog-site/content/posts/intro/\345\211\215\347\253\257\345\205\245\351\227\250\345\255\246\344\271\240\350\267\257\347\272\277.md" (100%) rename blog-site/content/posts/{java => javabasics}/JavaIO.md (100%) rename "blog-site/content/posts/java/JavaObject\347\261\273\346\226\271\346\263\225.md" => "blog-site/content/posts/javabasics/JavaObject\347\261\273\346\226\271\346\263\225.md" (100%) rename "blog-site/content/posts/java/Java\345\217\215\345\260\204.md" => "blog-site/content/posts/javabasics/Java\345\217\215\345\260\204.md" (100%) rename "blog-site/content/posts/java/Java\345\244\232\347\272\277\347\250\213.md" => "blog-site/content/posts/javabasics/Java\345\244\232\347\272\277\347\250\213.md" (100%) rename "blog-site/content/posts/java/Java\345\274\202\345\270\270.md" => "blog-site/content/posts/javabasics/Java\345\274\202\345\270\270.md" (100%) rename "blog-site/content/posts/java/Java\346\225\260\346\215\256\347\261\273\345\236\213.md" => "blog-site/content/posts/javabasics/Java\346\225\260\346\215\256\347\261\273\345\236\213.md" (100%) rename "blog-site/content/posts/java/Java\346\236\232\344\270\276.md" => "blog-site/content/posts/javabasics/Java\346\236\232\344\270\276.md" (100%) rename "blog-site/content/posts/java/Java\346\263\233\345\236\213.md" => "blog-site/content/posts/javabasics/Java\346\263\233\345\236\213.md" (100%) rename "blog-site/content/posts/java/Java\350\277\220\347\256\227.md" => "blog-site/content/posts/javabasics/Java\350\277\220\347\256\227.md" (100%) rename "blog-site/content/posts/java/Java\351\233\206\345\220\210.md" => "blog-site/content/posts/javabasics/Java\351\233\206\345\220\210.md" (100%) rename "blog-site/content/posts/java/Java\351\235\242\345\220\221\345\257\271\350\261\241\347\274\226\347\250\213.md" => "blog-site/content/posts/javabasics/Java\351\235\242\345\220\221\345\257\271\350\261\241\347\274\226\347\250\213.md" (100%) rename "blog-site/content/posts/javakeyword/static\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" => "blog-site/content/posts/javakeyword/static\345\205\263\351\224\256\345\255\227.md" (100%) rename "blog-site/content/posts/javakeyword/strictfp\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" => "blog-site/content/posts/javakeyword/strictfp\345\205\263\351\224\256\345\255\227.md" (100%) rename "blog-site/content/posts/javakeyword/synchronized\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" => "blog-site/content/posts/javakeyword/synchronized\345\205\263\351\224\256\345\255\227.md" (99%) rename "blog-site/content/posts/javakeyword/this\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" => "blog-site/content/posts/javakeyword/this\345\205\263\351\224\256\345\255\227.md" (100%) rename "blog-site/content/posts/javakeyword/transient\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" => "blog-site/content/posts/javakeyword/transient\345\205\263\351\224\256\345\255\227.md" (100%) rename "blog-site/content/posts/javakeyword/volatile\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" => "blog-site/content/posts/javakeyword/volatile\345\205\263\351\224\256\345\255\227.md" (99%) rename "blog-site/content/posts/essays/\346\225\264\345\220\210\346\224\257\344\273\230\345\212\237\350\203\275.md" => "blog-site/content/posts/toy/Java\346\225\264\345\220\210\346\224\257\344\273\230\345\212\237\350\203\275.md" (99%) rename "blog-site/content/posts/essays/\346\225\264\345\220\210\346\226\207\344\273\266\344\270\212\344\274\240\345\212\237\350\203\275.md" => "blog-site/content/posts/toy/Java\346\225\264\345\220\210\346\226\207\344\273\266\344\270\212\344\274\240\345\212\237\350\203\275.md" (99%) rename "blog-site/content/posts/essays/\347\256\241\351\201\223\346\265\201\350\256\276\350\256\241\347\273\223\345\220\210\344\270\232\345\212\241.md" => "blog-site/content/posts/toy/Java\347\256\241\351\201\223\346\265\201\350\256\276\350\256\241\347\273\223\345\220\210\344\270\232\345\212\241.md" (99%) create mode 100644 blog-site/public/posts/codeguide/clean-code/index.html create mode 100644 blog-site/public/posts/codeguide/java-always-problems/index.html create mode 100644 blog-site/public/posts/codeguide/java-bugs/index.html create mode 100644 blog-site/public/posts/codeguide/java-design/index.html create mode 100644 blog-site/public/posts/detailed/cas-detail/index.html create mode 100644 blog-site/public/posts/detailed/data-structures-algorithms/index.html create mode 100644 blog-site/public/posts/detailed/distributed-id/index.html create mode 100644 blog-site/public/posts/detailed/distributed-lock/index.html create mode 100644 blog-site/public/posts/detailed/elasticsearch/index.html create mode 100644 blog-site/public/posts/detailed/java-arraylist/index.html create mode 100644 blog-site/public/posts/detailed/java-hashmap/index.html create mode 100644 blog-site/public/posts/detailed/java-mq/index.html create mode 100644 blog-site/public/posts/detailed/java-netty/index.html create mode 100644 blog-site/public/posts/detailed/java-redis/index.html create mode 100644 blog-site/public/posts/detailed/java-small-service/index.html create mode 100644 blog-site/public/posts/detailed/java-transaction/index.html create mode 100644 blog-site/public/posts/detailed/sql-select-fast/index.html create mode 100644 blog-site/public/posts/intro/docker-start/index.html create mode 100644 blog-site/public/posts/intro/front-learning-route/index.html create mode 100644 blog-site/public/posts/javabasics/rookie-datatype/index.html create mode 100644 blog-site/public/posts/javabasics/rookie-exception/index.html create mode 100644 blog-site/public/posts/javabasics/rookie-generics/index.html create mode 100644 blog-site/public/posts/javabasics/rookie-io/index.html create mode 100644 blog-site/public/posts/javabasics/rookie-java-container/index.html create mode 100644 blog-site/public/posts/javabasics/rookie-multi-thread/index.html create mode 100644 blog-site/public/posts/javabasics/rookie-object-oriented/index.html create mode 100644 blog-site/public/posts/javabasics/rookie-objectclass-methods/index.html create mode 100644 blog-site/public/posts/javabasics/rookie-operation/index.html create mode 100644 blog-site/public/posts/javabasics/rookie-reflect/index.html create mode 100644 "blog-site/public/posts/javakeyword/static\345\205\263\351\224\256\345\255\227/index.html" create mode 100644 "blog-site/public/posts/javakeyword/strictfp\345\205\263\351\224\256\345\255\227/index.html" create mode 100644 "blog-site/public/posts/javakeyword/this\345\205\263\351\224\256\345\255\227/index.html" create mode 100644 "blog-site/public/posts/javakeyword/transient\345\205\263\351\224\256\345\255\227/index.html" create mode 100644 blog-site/public/posts/toy/pay-code/index.html create mode 100644 blog-site/public/posts/toy/pipeline-business/index.html create mode 100644 blog-site/public/posts/toy/uploadfile-code/index.html create mode 100644 docs/posts/codeguide/clean-code/index.html create mode 100644 docs/posts/codeguide/eye-beam/index.html create mode 100644 docs/posts/codeguide/java-always-problems/index.html create mode 100644 docs/posts/codeguide/java-bugs/index.html create mode 100644 docs/posts/codeguide/java-code-rule/index.html create mode 100644 docs/posts/codeguide/java-design/index.html create mode 100644 docs/posts/codeguide/java-project-reconstitution/index.html create mode 100644 docs/posts/detailed/cas-detail/index.html create mode 100644 docs/posts/detailed/data-structures-algorithms/index.html create mode 100644 docs/posts/detailed/distributed-id/index.html create mode 100644 docs/posts/detailed/distributed-lock/index.html create mode 100644 docs/posts/detailed/elasticsearch/index.html create mode 100644 docs/posts/detailed/java-arraylist/index.html create mode 100644 docs/posts/detailed/java-hashmap/index.html create mode 100644 docs/posts/detailed/java-mq/index.html create mode 100644 docs/posts/detailed/java-netty/index.html create mode 100644 docs/posts/detailed/java-redis/index.html create mode 100644 docs/posts/detailed/java-small-service/index.html create mode 100644 docs/posts/detailed/java-transaction/index.html create mode 100644 docs/posts/detailed/sql-select-fast/index.html create mode 100644 docs/posts/intro/docker-start/index.html create mode 100644 docs/posts/intro/front-learning-route/index.html create mode 100644 docs/posts/intro/nginx-start/index.html create mode 100644 docs/posts/javabasics/rookie-datatype/index.html create mode 100644 docs/posts/javabasics/rookie-exception/index.html create mode 100644 docs/posts/javabasics/rookie-generics/index.html create mode 100644 docs/posts/javabasics/rookie-io/index.html create mode 100644 docs/posts/javabasics/rookie-java-container/index.html create mode 100644 docs/posts/javabasics/rookie-multi-thread/index.html create mode 100644 docs/posts/javabasics/rookie-object-oriented/index.html create mode 100644 docs/posts/javabasics/rookie-objectclass-methods/index.html create mode 100644 docs/posts/javabasics/rookie-operation/index.html create mode 100644 docs/posts/javabasics/rookie-reflect/index.html create mode 100644 "docs/posts/javakeyword/static\345\205\263\351\224\256\345\255\227/index.html" create mode 100644 "docs/posts/javakeyword/strictfp\345\205\263\351\224\256\345\255\227/index.html" create mode 100644 "docs/posts/javakeyword/this\345\205\263\351\224\256\345\255\227/index.html" create mode 100644 "docs/posts/javakeyword/transient\345\205\263\351\224\256\345\255\227/index.html" create mode 100644 docs/posts/toy/pay-code/index.html create mode 100644 docs/posts/toy/pipeline-business/index.html create mode 100644 docs/posts/toy/uploadfile-code/index.html diff --git "a/blog-site/content/posts/essays/Java\347\250\213\345\272\217\344\270\255\345\270\270\350\247\201\351\227\256\351\242\230.md" "b/blog-site/content/posts/codeguide/Java\347\250\213\345\272\217\344\270\255\345\270\270\350\247\201\351\227\256\351\242\230.md" similarity index 100% rename from "blog-site/content/posts/essays/Java\347\250\213\345\272\217\344\270\255\345\270\270\350\247\201\351\227\256\351\242\230.md" rename to "blog-site/content/posts/codeguide/Java\347\250\213\345\272\217\344\270\255\345\270\270\350\247\201\351\227\256\351\242\230.md" diff --git "a/blog-site/content/posts/essays/Java\347\250\213\345\272\217\345\270\270\350\247\201\346\225\205\351\232\234\346\216\222\346\237\245\345\221\275\344\273\244\345\217\212\345\267\245\345\205\267.md" "b/blog-site/content/posts/codeguide/Java\347\250\213\345\272\217\345\270\270\350\247\201\346\225\205\351\232\234\346\216\222\346\237\245\345\221\275\344\273\244\345\217\212\345\267\245\345\205\267.md" similarity index 100% rename from "blog-site/content/posts/essays/Java\347\250\213\345\272\217\345\270\270\350\247\201\346\225\205\351\232\234\346\216\222\346\237\245\345\221\275\344\273\244\345\217\212\345\267\245\345\205\267.md" rename to "blog-site/content/posts/codeguide/Java\347\250\213\345\272\217\345\270\270\350\247\201\346\225\205\351\232\234\346\216\222\346\237\245\345\221\275\344\273\244\345\217\212\345\267\245\345\205\267.md" diff --git "a/blog-site/content/posts/essays/\345\246\202\344\275\225\345\201\232\345\245\275\347\250\213\345\272\217\350\256\276\350\256\241\345\212\237\350\203\275.md" "b/blog-site/content/posts/codeguide/\345\246\202\344\275\225\345\201\232\345\245\275\347\250\213\345\272\217\350\256\276\350\256\241\345\212\237\350\203\275.md" similarity index 100% rename from "blog-site/content/posts/essays/\345\246\202\344\275\225\345\201\232\345\245\275\347\250\213\345\272\217\350\256\276\350\256\241\345\212\237\350\203\275.md" rename to "blog-site/content/posts/codeguide/\345\246\202\344\275\225\345\201\232\345\245\275\347\250\213\345\272\217\350\256\276\350\256\241\345\212\237\350\203\275.md" diff --git "a/blog-site/content/posts/essays/\345\246\202\344\275\225\345\207\217\345\260\221\345\217\212\350\247\243\345\206\263bug.md" "b/blog-site/content/posts/codeguide/\345\246\202\344\275\225\345\207\217\345\260\221\345\217\212\350\247\243\345\206\263bug.md" similarity index 99% rename from "blog-site/content/posts/essays/\345\246\202\344\275\225\345\207\217\345\260\221\345\217\212\350\247\243\345\206\263bug.md" rename to "blog-site/content/posts/codeguide/\345\246\202\344\275\225\345\207\217\345\260\221\345\217\212\350\247\243\345\206\263bug.md" index 9dd41101..9017a33d 100644 --- "a/blog-site/content/posts/essays/\345\246\202\344\275\225\345\207\217\345\260\221\345\217\212\350\247\243\345\206\263bug.md" +++ "b/blog-site/content/posts/codeguide/\345\246\202\344\275\225\345\207\217\345\260\221\345\217\212\350\247\243\345\206\263bug.md" @@ -10,7 +10,6 @@ slug: "java-bugs" > 1945年,一只小飞蛾钻进了计算机电路里,导致系统无法工作,一位名叫格蕾丝·赫柏的人把飞蛾拍死在工作日志上,写道:就是这个 bug(虫子),害我们今天的工作无法完成——于是,bug一词成了电脑系统程序的专业术语,形容那些系统中的缺陷或问题。 bug一词,是指“故障”、“缺陷”。了解软件开发的朋友都非常熟悉,程序员和测试人员更不用说,在工作中会常遇到。 作为一名开发人员,项目出现bug是避免不了的。无论你是一名初入职场的小白,还是拥有经验丰富的大佬,只要经常写代码,梳理业务逻辑,很难免不出bug。正所谓常在河边走,哪能不湿鞋。记得以前经常听人说,如果你没有把系统搞宕机过,就不是一名合格的CTO,成为一名出色的开发人员,经验都是一个一个积累起来的。 - 所谓的bug指的是生产环境发现的问题;那么只要线上不发现问题,那就不是bug。之所以这么讲是因为一旦影响程序的正常使用便会影响公司的利益,公司利益被影响你自己的利益也会被影响;所以为了自己写程序的时候尽量多测试,将可能会应对到的情况想得全一点,减少bug的出现。 程序员能为了减少bug的出现能做的可以从代码方面下手: diff --git "a/blog-site/content/posts/essays/\346\225\264\346\264\201\347\232\204\344\273\243\347\240\201.md" "b/blog-site/content/posts/codeguide/\346\225\264\346\264\201\347\232\204\344\273\243\347\240\201.md" similarity index 99% rename from "blog-site/content/posts/essays/\346\225\264\346\264\201\347\232\204\344\273\243\347\240\201.md" rename to "blog-site/content/posts/codeguide/\346\225\264\346\264\201\347\232\204\344\273\243\347\240\201.md" index f82c60ef..d461b51b 100644 --- "a/blog-site/content/posts/essays/\346\225\264\346\264\201\347\232\204\344\273\243\347\240\201.md" +++ "b/blog-site/content/posts/codeguide/\346\225\264\346\264\201\347\232\204\344\273\243\347\240\201.md" @@ -152,15 +152,3 @@ slug: "clean-code" 划分代码我认为最重要的作用是使结构单一,减少代码之间的依赖性,降低耦合度,从而提高代码的可维护性。 - - - - - - - - - - - - diff --git "a/blog-site/content/posts/essays/\350\247\204\350\214\203\347\274\226\345\206\231Java\344\273\243\347\240\201\346\200\273\347\273\223.md" "b/blog-site/content/posts/codeguide/\350\247\204\350\214\203\347\274\226\345\206\231Java\344\273\243\347\240\201\346\200\273\347\273\223.md" similarity index 100% rename from "blog-site/content/posts/essays/\350\247\204\350\214\203\347\274\226\345\206\231Java\344\273\243\347\240\201\346\200\273\347\273\223.md" rename to "blog-site/content/posts/codeguide/\350\247\204\350\214\203\347\274\226\345\206\231Java\344\273\243\347\240\201\346\200\273\347\273\223.md" diff --git "a/blog-site/content/posts/essays/\351\207\215\346\236\204\344\270\200\344\270\252\347\250\213\345\272\217.md" "b/blog-site/content/posts/codeguide/\351\207\215\346\236\204\344\270\200\344\270\252\347\250\213\345\272\217.md" similarity index 99% rename from "blog-site/content/posts/essays/\351\207\215\346\236\204\344\270\200\344\270\252\347\250\213\345\272\217.md" rename to "blog-site/content/posts/codeguide/\351\207\215\346\236\204\344\270\200\344\270\252\347\250\213\345\272\217.md" index e6b6df19..b0199af6 100644 --- "a/blog-site/content/posts/essays/\351\207\215\346\236\204\344\270\200\344\270\252\347\250\213\345\272\217.md" +++ "b/blog-site/content/posts/codeguide/\351\207\215\346\236\204\344\270\200\344\270\252\347\250\213\345\272\217.md" @@ -98,18 +98,3 @@ slug: "java-project-reconstitution" 为此必须要明确重构是经济行为而不是一种道德行为,重构使得开发效率变得更高,因此仅对必要的代码进行重构,某个工作行为如果重复三次就可以认为未来也会存在重复,因此通过重构使得下次工作更加高效,这是一种务实的作法,而重构不一定是需要大规模的展开的任务,重构应该是不断持续进行的,将任务拆解为多个具有完备性的任务,每周完成一个,每个任务的上线都不会引起问题,并使项目变得更好,这是一种持续重构的精神态度,是高效能程序员最应该具有的工作习惯。 如果你在给项目添加新的特性,发现当前的代码不能高效的完成这个任务,并且同样的任务出现三次以上,那么这时你应该先重构,再开发新特性。 - - - - - - - - - - - - - - - diff --git "a/blog-site/content/posts/essays/ArrayList\350\257\246\350\247\243.md" "b/blog-site/content/posts/detailed/ArrayList\350\257\246\350\247\243.md" similarity index 100% rename from "blog-site/content/posts/essays/ArrayList\350\257\246\350\247\243.md" rename to "blog-site/content/posts/detailed/ArrayList\350\257\246\350\247\243.md" diff --git "a/blog-site/content/posts/essays/CAS\345\216\237\347\220\206.md" "b/blog-site/content/posts/detailed/CAS\350\257\246\350\247\243.md" similarity index 100% rename from "blog-site/content/posts/essays/CAS\345\216\237\347\220\206.md" rename to "blog-site/content/posts/detailed/CAS\350\257\246\350\247\243.md" diff --git "a/blog-site/content/posts/essays/Elasticsearch\350\257\246\350\247\243.md" "b/blog-site/content/posts/detailed/Elasticsearch\350\257\246\350\247\243.md" similarity index 100% rename from "blog-site/content/posts/essays/Elasticsearch\350\257\246\350\247\243.md" rename to "blog-site/content/posts/detailed/Elasticsearch\350\257\246\350\247\243.md" diff --git "a/blog-site/content/posts/essays/HashMap\350\257\246\350\247\243.md" "b/blog-site/content/posts/detailed/HashMap\350\257\246\350\247\243.md" similarity index 100% rename from "blog-site/content/posts/essays/HashMap\350\257\246\350\247\243.md" rename to "blog-site/content/posts/detailed/HashMap\350\257\246\350\247\243.md" diff --git "a/blog-site/content/posts/essays/MQ\350\257\246\350\247\243.md" "b/blog-site/content/posts/detailed/Kafka\350\257\246\350\247\243.md" similarity index 99% rename from "blog-site/content/posts/essays/MQ\350\257\246\350\247\243.md" rename to "blog-site/content/posts/detailed/Kafka\350\257\246\350\247\243.md" index 0391d077..9dda9bf5 100644 --- "a/blog-site/content/posts/essays/MQ\350\257\246\350\247\243.md" +++ "b/blog-site/content/posts/detailed/Kafka\350\257\246\350\247\243.md" @@ -1,5 +1,5 @@ --- -title: "MQ详解" +title: "Kafka详解" date: 2021-10-19 draft: false tags: ["MQ","详解"] diff --git "a/blog-site/content/posts/essays/MySQL\350\257\246\350\247\243.md" "b/blog-site/content/posts/detailed/MySQL\350\257\246\350\247\243.md" similarity index 100% rename from "blog-site/content/posts/essays/MySQL\350\257\246\350\247\243.md" rename to "blog-site/content/posts/detailed/MySQL\350\257\246\350\247\243.md" diff --git "a/blog-site/content/posts/essays/Netty\350\257\246\350\247\243.md" "b/blog-site/content/posts/detailed/Netty\350\257\246\350\247\243.md" similarity index 100% rename from "blog-site/content/posts/essays/Netty\350\257\246\350\247\243.md" rename to "blog-site/content/posts/detailed/Netty\350\257\246\350\247\243.md" diff --git "a/blog-site/content/posts/essays/Redis\350\257\246\350\247\243.md" "b/blog-site/content/posts/detailed/Redis\350\257\246\350\247\243.md" similarity index 100% rename from "blog-site/content/posts/essays/Redis\350\257\246\350\247\243.md" rename to "blog-site/content/posts/detailed/Redis\350\257\246\350\247\243.md" diff --git "a/blog-site/content/posts/essays/\345\210\206\345\270\203\345\274\217ID.md" "b/blog-site/content/posts/detailed/\345\210\206\345\270\203\345\274\217ID\350\257\246\350\247\243.md" similarity index 98% rename from "blog-site/content/posts/essays/\345\210\206\345\270\203\345\274\217ID.md" rename to "blog-site/content/posts/detailed/\345\210\206\345\270\203\345\274\217ID\350\257\246\350\247\243.md" index f318f5b0..6f08463f 100644 --- "a/blog-site/content/posts/essays/\345\210\206\345\270\203\345\274\217ID.md" +++ "b/blog-site/content/posts/detailed/\345\210\206\345\270\203\345\274\217ID\350\257\246\350\247\243.md" @@ -1,8 +1,8 @@ --- -title: "分布式ID" +title: "分布式ID详解" date: 2023-03-13 draft: false -tags: ["分布式"] +tags: ["分布式","详解"] slug: "distributed-id" --- diff --git "a/blog-site/content/posts/essays/\345\210\206\345\270\203\345\274\217\344\272\213\345\212\241\350\257\246\350\247\243.md" "b/blog-site/content/posts/detailed/\345\210\206\345\270\203\345\274\217\344\272\213\345\212\241\350\257\246\350\247\243.md" similarity index 100% rename from "blog-site/content/posts/essays/\345\210\206\345\270\203\345\274\217\344\272\213\345\212\241\350\257\246\350\247\243.md" rename to "blog-site/content/posts/detailed/\345\210\206\345\270\203\345\274\217\344\272\213\345\212\241\350\257\246\350\247\243.md" diff --git "a/blog-site/content/posts/essays/\345\210\206\345\270\203\345\274\217\351\224\201\350\257\246\350\247\243.md" "b/blog-site/content/posts/detailed/\345\210\206\345\270\203\345\274\217\351\224\201\350\257\246\350\247\243.md" similarity index 100% rename from "blog-site/content/posts/essays/\345\210\206\345\270\203\345\274\217\351\224\201\350\257\246\350\247\243.md" rename to "blog-site/content/posts/detailed/\345\210\206\345\270\203\345\274\217\351\224\201\350\257\246\350\247\243.md" diff --git "a/blog-site/content/posts/essays/\345\276\256\346\234\215\345\212\241\346\262\273\347\220\206\350\257\246\350\247\243.md" "b/blog-site/content/posts/detailed/\345\276\256\346\234\215\345\212\241\346\262\273\347\220\206\350\257\246\350\247\243.md" similarity index 100% rename from "blog-site/content/posts/essays/\345\276\256\346\234\215\345\212\241\346\262\273\347\220\206\350\257\246\350\247\243.md" rename to "blog-site/content/posts/detailed/\345\276\256\346\234\215\345\212\241\346\262\273\347\220\206\350\257\246\350\247\243.md" diff --git "a/blog-site/content/posts/essays/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225.md" "b/blog-site/content/posts/detailed/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\350\257\246\350\247\243.md" similarity index 99% rename from "blog-site/content/posts/essays/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225.md" rename to "blog-site/content/posts/detailed/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\350\257\246\350\247\243.md" index 3b420c3a..103a2f4d 100644 --- "a/blog-site/content/posts/essays/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225.md" +++ "b/blog-site/content/posts/detailed/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\350\257\246\350\247\243.md" @@ -1,8 +1,8 @@ --- -title: "数据结构与算法" +title: "数据结构与算法详解" date: 2021-12-10 draft: false -tags: ["Java","算法"] +tags: ["Java","详解"] slug: "data-structures-algorithms" --- diff --git "a/blog-site/content/posts/essays/Docker\345\205\245\351\227\250.md" "b/blog-site/content/posts/intro/Docker\345\205\245\351\227\250.md" similarity index 100% rename from "blog-site/content/posts/essays/Docker\345\205\245\351\227\250.md" rename to "blog-site/content/posts/intro/Docker\345\205\245\351\227\250.md" diff --git "a/blog-site/content/posts/essays/Nginx\344\273\213\347\273\215.md" "b/blog-site/content/posts/intro/Nginx\345\205\245\351\227\250.md" similarity index 99% rename from "blog-site/content/posts/essays/Nginx\344\273\213\347\273\215.md" rename to "blog-site/content/posts/intro/Nginx\345\205\245\351\227\250.md" index 70b2b1a7..d33ccd31 100644 --- "a/blog-site/content/posts/essays/Nginx\344\273\213\347\273\215.md" +++ "b/blog-site/content/posts/intro/Nginx\345\205\245\351\227\250.md" @@ -1,5 +1,5 @@ --- -title: "Nginx介绍" +title: "Nginx入门" date: 2021-03-04 draft: false tags: ["使用介绍" ,"nginx"] diff --git "a/blog-site/content/posts/emp/\345\211\215\347\253\257\345\255\246\344\271\240\350\267\257\347\272\277.md" "b/blog-site/content/posts/intro/\345\211\215\347\253\257\345\205\245\351\227\250\345\255\246\344\271\240\350\267\257\347\272\277.md" similarity index 100% rename from "blog-site/content/posts/emp/\345\211\215\347\253\257\345\255\246\344\271\240\350\267\257\347\272\277.md" rename to "blog-site/content/posts/intro/\345\211\215\347\253\257\345\205\245\351\227\250\345\255\246\344\271\240\350\267\257\347\272\277.md" diff --git a/blog-site/content/posts/java/JavaIO.md b/blog-site/content/posts/javabasics/JavaIO.md similarity index 100% rename from blog-site/content/posts/java/JavaIO.md rename to blog-site/content/posts/javabasics/JavaIO.md diff --git "a/blog-site/content/posts/java/JavaObject\347\261\273\346\226\271\346\263\225.md" "b/blog-site/content/posts/javabasics/JavaObject\347\261\273\346\226\271\346\263\225.md" similarity index 100% rename from "blog-site/content/posts/java/JavaObject\347\261\273\346\226\271\346\263\225.md" rename to "blog-site/content/posts/javabasics/JavaObject\347\261\273\346\226\271\346\263\225.md" diff --git "a/blog-site/content/posts/java/Java\345\217\215\345\260\204.md" "b/blog-site/content/posts/javabasics/Java\345\217\215\345\260\204.md" similarity index 100% rename from "blog-site/content/posts/java/Java\345\217\215\345\260\204.md" rename to "blog-site/content/posts/javabasics/Java\345\217\215\345\260\204.md" diff --git "a/blog-site/content/posts/java/Java\345\244\232\347\272\277\347\250\213.md" "b/blog-site/content/posts/javabasics/Java\345\244\232\347\272\277\347\250\213.md" similarity index 100% rename from "blog-site/content/posts/java/Java\345\244\232\347\272\277\347\250\213.md" rename to "blog-site/content/posts/javabasics/Java\345\244\232\347\272\277\347\250\213.md" diff --git "a/blog-site/content/posts/java/Java\345\274\202\345\270\270.md" "b/blog-site/content/posts/javabasics/Java\345\274\202\345\270\270.md" similarity index 100% rename from "blog-site/content/posts/java/Java\345\274\202\345\270\270.md" rename to "blog-site/content/posts/javabasics/Java\345\274\202\345\270\270.md" diff --git "a/blog-site/content/posts/java/Java\346\225\260\346\215\256\347\261\273\345\236\213.md" "b/blog-site/content/posts/javabasics/Java\346\225\260\346\215\256\347\261\273\345\236\213.md" similarity index 100% rename from "blog-site/content/posts/java/Java\346\225\260\346\215\256\347\261\273\345\236\213.md" rename to "blog-site/content/posts/javabasics/Java\346\225\260\346\215\256\347\261\273\345\236\213.md" diff --git "a/blog-site/content/posts/java/Java\346\236\232\344\270\276.md" "b/blog-site/content/posts/javabasics/Java\346\236\232\344\270\276.md" similarity index 100% rename from "blog-site/content/posts/java/Java\346\236\232\344\270\276.md" rename to "blog-site/content/posts/javabasics/Java\346\236\232\344\270\276.md" diff --git "a/blog-site/content/posts/java/Java\346\263\233\345\236\213.md" "b/blog-site/content/posts/javabasics/Java\346\263\233\345\236\213.md" similarity index 100% rename from "blog-site/content/posts/java/Java\346\263\233\345\236\213.md" rename to "blog-site/content/posts/javabasics/Java\346\263\233\345\236\213.md" diff --git "a/blog-site/content/posts/java/Java\350\277\220\347\256\227.md" "b/blog-site/content/posts/javabasics/Java\350\277\220\347\256\227.md" similarity index 100% rename from "blog-site/content/posts/java/Java\350\277\220\347\256\227.md" rename to "blog-site/content/posts/javabasics/Java\350\277\220\347\256\227.md" diff --git "a/blog-site/content/posts/java/Java\351\233\206\345\220\210.md" "b/blog-site/content/posts/javabasics/Java\351\233\206\345\220\210.md" similarity index 100% rename from "blog-site/content/posts/java/Java\351\233\206\345\220\210.md" rename to "blog-site/content/posts/javabasics/Java\351\233\206\345\220\210.md" diff --git "a/blog-site/content/posts/java/Java\351\235\242\345\220\221\345\257\271\350\261\241\347\274\226\347\250\213.md" "b/blog-site/content/posts/javabasics/Java\351\235\242\345\220\221\345\257\271\350\261\241\347\274\226\347\250\213.md" similarity index 100% rename from "blog-site/content/posts/java/Java\351\235\242\345\220\221\345\257\271\350\261\241\347\274\226\347\250\213.md" rename to "blog-site/content/posts/javabasics/Java\351\235\242\345\220\221\345\257\271\350\261\241\347\274\226\347\250\213.md" diff --git "a/blog-site/content/posts/javakeyword/static\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" "b/blog-site/content/posts/javakeyword/static\345\205\263\351\224\256\345\255\227.md" similarity index 100% rename from "blog-site/content/posts/javakeyword/static\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" rename to "blog-site/content/posts/javakeyword/static\345\205\263\351\224\256\345\255\227.md" diff --git "a/blog-site/content/posts/javakeyword/strictfp\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" "b/blog-site/content/posts/javakeyword/strictfp\345\205\263\351\224\256\345\255\227.md" similarity index 100% rename from "blog-site/content/posts/javakeyword/strictfp\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" rename to "blog-site/content/posts/javakeyword/strictfp\345\205\263\351\224\256\345\255\227.md" diff --git "a/blog-site/content/posts/javakeyword/synchronized\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" "b/blog-site/content/posts/javakeyword/synchronized\345\205\263\351\224\256\345\255\227.md" similarity index 99% rename from "blog-site/content/posts/javakeyword/synchronized\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" rename to "blog-site/content/posts/javakeyword/synchronized\345\205\263\351\224\256\345\255\227.md" index 541b29b1..22688e0c 100644 --- "a/blog-site/content/posts/javakeyword/synchronized\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" +++ "b/blog-site/content/posts/javakeyword/synchronized\345\205\263\351\224\256\345\255\227.md" @@ -1,5 +1,5 @@ --- -title: "synchronized关键字详解" +title: "synchronized关键字" date: 2024-07-11 draft: false tags: ["Java", "关键字", "详解"] diff --git "a/blog-site/content/posts/javakeyword/this\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" "b/blog-site/content/posts/javakeyword/this\345\205\263\351\224\256\345\255\227.md" similarity index 100% rename from "blog-site/content/posts/javakeyword/this\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" rename to "blog-site/content/posts/javakeyword/this\345\205\263\351\224\256\345\255\227.md" diff --git "a/blog-site/content/posts/javakeyword/transient\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" "b/blog-site/content/posts/javakeyword/transient\345\205\263\351\224\256\345\255\227.md" similarity index 100% rename from "blog-site/content/posts/javakeyword/transient\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" rename to "blog-site/content/posts/javakeyword/transient\345\205\263\351\224\256\345\255\227.md" diff --git "a/blog-site/content/posts/javakeyword/volatile\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" "b/blog-site/content/posts/javakeyword/volatile\345\205\263\351\224\256\345\255\227.md" similarity index 99% rename from "blog-site/content/posts/javakeyword/volatile\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" rename to "blog-site/content/posts/javakeyword/volatile\345\205\263\351\224\256\345\255\227.md" index 2dfe4a95..cea7e751 100644 --- "a/blog-site/content/posts/javakeyword/volatile\345\205\263\351\224\256\345\255\227\350\257\246\350\247\243.md" +++ "b/blog-site/content/posts/javakeyword/volatile\345\205\263\351\224\256\345\255\227.md" @@ -1,5 +1,5 @@ --- -title: "volatile关键字详解" +title: "volatile关键字" date: 2024-07-11 draft: false tags: ["Java", "关键字", "详解"] diff --git "a/blog-site/content/posts/spring/Spring\350\257\246\350\247\243.md" "b/blog-site/content/posts/spring/Spring\350\257\246\350\247\243.md" index 34d2a3cb..4ffd3e7b 100644 --- "a/blog-site/content/posts/spring/Spring\350\257\246\350\247\243.md" +++ "b/blog-site/content/posts/spring/Spring\350\257\246\350\247\243.md" @@ -1631,7 +1631,7 @@ AbstractAdvisorAutoProxyCreator.getAdvicesAndAdvisorsForBean -->AbstractAdvisorAutoProxyCreator.findCandidateAdvisors -->BeanFactoryAdvisorRetrievalHelper.findAdvisorBeans ``` -BeanFactoryAdvisorRetrievalHelper这个类是一个Spring AOP内部工具类,用来从Bean容器中获取所有Spring的Advisor Bean。 +`BeanFactoryAdvisorRetrievalHelper`这个类是一个Spring AOP内部工具类,用来从Bean容器中获取所有Spring的Advisor Bean。 该工具内部使用了缓存机制,虽然公开的查找方法可能会被调用多次,但并不是每次都会真正查找,而是会利用缓存。 ```java public List findAdvisorBeans() { @@ -2171,7 +2171,7 @@ protected Object invokeWithinTransaction(Method method, @Nullable Class targe ``` `invokeWithinTransaction`方法是`TransactionInterceptor`类中的核心方法,它负责在执行目标方法时管理事务的生命周期。首先该方法通过`getTransactionAttributeSource()`获取事务属性源,进而确定当前方法是否需要事务支持。 接着根据获取的事务属性,选择合适的事务管理器,并生成一个方法标识以记录当前事务的上下文信息。在方法执行前,会检查是否需要开启新的事务,并在事务环境中执行目标方法的逻辑。 -如果方法执行过程中出现异常,事务管理器会回滚事务以保证数据一致性,否则在方法执行成功后,事务管理器将提交事务。最后无论方法执行结果如何,都会清理事务相关的信息,释放资源并恢复状态,来保证事务管理的完整性和有效性 +如果方法执行过程中出现异常,事务管理器会回滚事务以保证数据一致性,否则在方法执行成功后,事务管理器将提交事务。最后无论方法执行结果如何,都会清理事务相关的信息,释放资源并恢复状态,来保证事务管理的完整性和有效性。 简而言之,当一个方法使用了`@Transactional`注解,在程序运行时,JVM为该Bean创建一个代理对象,并且在调用目标方法的时候进行使用`TransactionInterceptor`拦截,代理对象负责在调用目标方法之前开启事务,然后执行方法的逻辑。 方法执行成功,则提交事务,如果执行方法中出现异常,则回滚事务。同时Spring利用`ThreadLocal`会将事务资源(如数据库连接)与当前线程绑定,以确保在同一事务中共享资源,这些资源在事务提交或回滚时会被清理。 diff --git "a/blog-site/content/posts/essays/\346\225\264\345\220\210\346\224\257\344\273\230\345\212\237\350\203\275.md" "b/blog-site/content/posts/toy/Java\346\225\264\345\220\210\346\224\257\344\273\230\345\212\237\350\203\275.md" similarity index 99% rename from "blog-site/content/posts/essays/\346\225\264\345\220\210\346\224\257\344\273\230\345\212\237\350\203\275.md" rename to "blog-site/content/posts/toy/Java\346\225\264\345\220\210\346\224\257\344\273\230\345\212\237\350\203\275.md" index 4ef282a8..5e944768 100644 --- "a/blog-site/content/posts/essays/\346\225\264\345\220\210\346\224\257\344\273\230\345\212\237\350\203\275.md" +++ "b/blog-site/content/posts/toy/Java\346\225\264\345\220\210\346\224\257\344\273\230\345\212\237\350\203\275.md" @@ -1,8 +1,8 @@ --- -title: "整合支付功能" +title: "Java整合支付功能" date: 2023-08-10 draft: false -tags: ["应用","设计"] +tags: ["应用","设计","Java","玩具"] slug: "pay-code" --- diff --git "a/blog-site/content/posts/essays/\346\225\264\345\220\210\346\226\207\344\273\266\344\270\212\344\274\240\345\212\237\350\203\275.md" "b/blog-site/content/posts/toy/Java\346\225\264\345\220\210\346\226\207\344\273\266\344\270\212\344\274\240\345\212\237\350\203\275.md" similarity index 99% rename from "blog-site/content/posts/essays/\346\225\264\345\220\210\346\226\207\344\273\266\344\270\212\344\274\240\345\212\237\350\203\275.md" rename to "blog-site/content/posts/toy/Java\346\225\264\345\220\210\346\226\207\344\273\266\344\270\212\344\274\240\345\212\237\350\203\275.md" index bbe46fdf..a94d0bff 100644 --- "a/blog-site/content/posts/essays/\346\225\264\345\220\210\346\226\207\344\273\266\344\270\212\344\274\240\345\212\237\350\203\275.md" +++ "b/blog-site/content/posts/toy/Java\346\225\264\345\220\210\346\226\207\344\273\266\344\270\212\344\274\240\345\212\237\350\203\275.md" @@ -1,8 +1,8 @@ --- -title: "整合文件上传功能" +title: "Java整合文件上传功能" date: 2023-08-11 draft: false -tags: ["应用","设计"] +tags: ["应用","设计","Java","玩具"] slug: "uploadfile-code" --- diff --git "a/blog-site/content/posts/essays/\347\256\241\351\201\223\346\265\201\350\256\276\350\256\241\347\273\223\345\220\210\344\270\232\345\212\241.md" "b/blog-site/content/posts/toy/Java\347\256\241\351\201\223\346\265\201\350\256\276\350\256\241\347\273\223\345\220\210\344\270\232\345\212\241.md" similarity index 99% rename from "blog-site/content/posts/essays/\347\256\241\351\201\223\346\265\201\350\256\276\350\256\241\347\273\223\345\220\210\344\270\232\345\212\241.md" rename to "blog-site/content/posts/toy/Java\347\256\241\351\201\223\346\265\201\350\256\276\350\256\241\347\273\223\345\220\210\344\270\232\345\212\241.md" index cd48d576..2bb68530 100644 --- "a/blog-site/content/posts/essays/\347\256\241\351\201\223\346\265\201\350\256\276\350\256\241\347\273\223\345\220\210\344\270\232\345\212\241.md" +++ "b/blog-site/content/posts/toy/Java\347\256\241\351\201\223\346\265\201\350\256\276\350\256\241\347\273\223\345\220\210\344\270\232\345\212\241.md" @@ -1,8 +1,8 @@ --- -title: "管道流设计模式结合业务" +title: "Java管道流设计模式结合业务" date: 2023-06-15 draft: false -tags: ["应用","设计"] +tags: ["应用","设计","Java","玩具"] slug: "pipeline-business" --- diff --git a/blog-site/public/index.html b/blog-site/public/index.html index 819d9ffa..ad3563fe 100644 --- a/blog-site/public/index.html +++ b/blog-site/public/index.html @@ -299,7 +299,7 @@

volatile关键字
-

ArrayList详解

+

ArrayList详解

@@ -371,7 +371,7 @@

速览Java程序员
-

MySQL详解

+

MySQL详解

@@ -505,7 +505,7 @@

JVM详解

-

分布式锁详解

+

分布式锁详解

diff --git a/blog-site/public/index.xml b/blog-site/public/index.xml index f03dff0a..e36cf75f 100644 --- a/blog-site/public/index.xml +++ b/blog-site/public/index.xml @@ -45,9 +45,9 @@ ArrayList详解 - http://localhost:1313/iblog/posts/essays/java-arraylist/ + http://localhost:1313/iblog/posts/detailed/java-arraylist/ Wed, 26 Jun 2024 00:00:00 +0000 - http://localhost:1313/iblog/posts/essays/java-arraylist/ + http://localhost:1313/iblog/posts/detailed/java-arraylist/ ArrayList 在List接口实现类中,最常用的就是ArrayList,ArrayList类是一个可以动态修改的数组,与普通数组的区别就是它是没有固定大小的限制,可以添加或删 @@ -59,9 +59,9 @@ MySQL详解 - http://localhost:1313/iblog/posts/essays/sql-select-fast/ + http://localhost:1313/iblog/posts/detailed/sql-select-fast/ Thu, 30 May 2024 00:00:00 +0000 - http://localhost:1313/iblog/posts/essays/sql-select-fast/ + http://localhost:1313/iblog/posts/detailed/sql-select-fast/ MySQL介绍 MySQL 是一种关系型数据库,主要用于持久化存储我们系统中的一些数据。 MySQL 如此流行的原因,主要具有下面这些优点: 成熟稳定,功能完善。 开源免费。 文档丰富,既有 @@ -87,9 +87,9 @@ 分布式锁详解 - http://localhost:1313/iblog/posts/essays/distributed-lock/ + http://localhost:1313/iblog/posts/detailed/distributed-lock/ Sat, 25 May 2024 00:00:00 +0000 - http://localhost:1313/iblog/posts/essays/distributed-lock/ + http://localhost:1313/iblog/posts/detailed/distributed-lock/ 概述 在代码里面我们常用ReetrantLock、synchronized保证线程安全。通过上面的锁,在某个时刻只能保证一个线程执行锁作用域内的代码。 类似这样: public @@ -583,10 +583,10 @@ SpringMVC SpringWebMVC是建立在Servlet API上的原始Web框架,从一开始就包含在Spring框架中。正式名称 “Spring Web MVC “来自其源模块的名称(s - 分布式ID - http://localhost:1313/iblog/posts/essays/distributed-id/ + 分布式ID详解 + http://localhost:1313/iblog/posts/detailed/distributed-id/ Mon, 13 Mar 2023 00:00:00 +0000 - http://localhost:1313/iblog/posts/essays/distributed-id/ + http://localhost:1313/iblog/posts/detailed/distributed-id/ 分布式ID 在我们业务数据量不大的时候,单库单表完全可以支撑现有业务,数据再大一点搞个MySQL主从同步读写分离也能对付。 但随着数据日渐增长,主从同步也扛不住了, @@ -598,9 +598,9 @@ Elasticsearch详解 - http://localhost:1313/iblog/posts/essays/elasticsearch/ + http://localhost:1313/iblog/posts/detailed/elasticsearch/ Tue, 14 Feb 2023 00:00:00 +0000 - http://localhost:1313/iblog/posts/essays/elasticsearch/ + http://localhost:1313/iblog/posts/detailed/elasticsearch/ 概览 Elasticsearch,简称为 ES, ES是一个开源的高扩展的分布式全文搜索引擎, 是整个 ElasticStack 技术栈的核心。它可以近乎实时的存储、检索数据;本身扩展性很好,可 @@ -668,9 +668,9 @@ MQ详解 - http://localhost:1313/iblog/posts/essays/java-mq/ + http://localhost:1313/iblog/posts/detailed/java-mq/ Tue, 19 Oct 2021 00:00:00 +0000 - http://localhost:1313/iblog/posts/essays/java-mq/ + http://localhost:1313/iblog/posts/detailed/java-mq/ 概览 MQ 即 messagequeue 消息队列,是分布式系统的重要组件,主要解决异步消息,应用解耦,消峰等问题。从而实现高可用,高性能,可伸缩和最终一致性的架构。使用较多的MQ有:acti @@ -696,9 +696,9 @@ 分布式事务详解 - http://localhost:1313/iblog/posts/essays/java-transaction/ + http://localhost:1313/iblog/posts/detailed/java-transaction/ Mon, 02 Aug 2021 00:00:00 +0000 - http://localhost:1313/iblog/posts/essays/java-transaction/ + http://localhost:1313/iblog/posts/detailed/java-transaction/ 基础概念 什么是事务 什么是事务?举个例子:你去超市买东西,“一手交钱,一手交货"就是一个事务的例子。 交钱和交货必须同时成功,事务才算成功,其 @@ -717,9 +717,9 @@ Redis详解 - http://localhost:1313/iblog/posts/essays/java-redis/ + http://localhost:1313/iblog/posts/detailed/java-redis/ Thu, 17 Jun 2021 00:00:00 +0000 - http://localhost:1313/iblog/posts/essays/java-redis/ + http://localhost:1313/iblog/posts/detailed/java-redis/ Redis概述 参考文章: https://www.runoob.com/redis/redis-intro.html https://www.redis.com.cn/redis-interview-questions.html 什么是Redis Redis(Remote Dictionary Server) Redis 是一个开源的使用 ANSI C 语言编写、遵守 BSD 协议、支持网络、可基于内存亦可持久化的日志型、Key-Value 数据库, @@ -743,13 +743,6 @@ http://localhost:1313/iblog/posts/java/rookie-multi-thread/ 线程与进程 进程是一个具有一定独立功能的程序关于某个数据集合的一次运行活动。一个正在运行的程序的实例就是一个进程。 线程是操作系统能够进行运算调度的最小单位。它被包 - - HashMap详解 - http://localhost:1313/iblog/posts/essays/java-hashmap/ - Mon, 03 May 2021 00:00:00 +0000 - http://localhost:1313/iblog/posts/essays/java-hashmap/ - HashMap HashMap是一个散列表,它存储的内容是键值对(key-value)映射。 HashMap实现了Map接口,根据键的HashCode值存储数据,具有很快的访问 - JVM中的一些概念 http://localhost:1313/iblog/posts/jvm/jvm-about/ @@ -808,9 +801,9 @@ Netty详解 - http://localhost:1313/iblog/posts/essays/java-netty/ + http://localhost:1313/iblog/posts/detailed/java-netty/ Fri, 09 Apr 2021 00:00:00 +0000 - http://localhost:1313/iblog/posts/essays/java-netty/ + http://localhost:1313/iblog/posts/detailed/java-netty/ Netty 参考文章:https://dongzl.github.io/netty-handbook/#/ 概述 Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. Netty 是一个异步的、基于事 @@ -960,13 +953,6 @@ http://localhost:1313/iblog/posts/essays/java-thread-collection/ Java中常用线程安全的集合 在多线程环境中,数据的一致性和线程的安全性是至关重要的。传统的集合类,如ArrayList、HashMap和HashSet,在并发访 - - CAS详解 - http://localhost:1313/iblog/posts/essays/cas-detail/ - Sat, 04 Apr 2020 00:00:00 +0000 - http://localhost:1313/iblog/posts/essays/cas-detail/ - CAS CAS全称为Compare and Swap被译为比较并交换,是一种无锁算法。用于实现并发编程中的原子操作。CAS操作检查某个变量是否与预期的值相同,如果相同则将其更 - SpringBoot整合Redis http://localhost:1313/iblog/posts/spring/springboot-redis/ @@ -1060,16 +1046,16 @@ - http://localhost:1313/iblog/posts/javakeyword/static%E5%85%B3%E9%94%AE%E5%AD%97%E8%AF%A6%E8%A7%A3/ + http://localhost:1313/iblog/posts/javakeyword/static%E5%85%B3%E9%94%AE%E5%AD%97/ Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/iblog/posts/javakeyword/static%E5%85%B3%E9%94%AE%E5%AD%97%E8%AF%A6%E8%A7%A3/ + http://localhost:1313/iblog/posts/javakeyword/static%E5%85%B3%E9%94%AE%E5%AD%97/ - http://localhost:1313/iblog/posts/javakeyword/strictfp%E5%85%B3%E9%94%AE%E5%AD%97%E8%AF%A6%E8%A7%A3/ + http://localhost:1313/iblog/posts/javakeyword/strictfp%E5%85%B3%E9%94%AE%E5%AD%97/ Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/iblog/posts/javakeyword/strictfp%E5%85%B3%E9%94%AE%E5%AD%97%E8%AF%A6%E8%A7%A3/ + http://localhost:1313/iblog/posts/javakeyword/strictfp%E5%85%B3%E9%94%AE%E5%AD%97/ diff --git a/blog-site/public/page/10/index.html b/blog-site/public/page/10/index.html index 301fd02c..864238b6 100644 --- a/blog-site/public/page/10/index.html +++ b/blog-site/public/page/10/index.html @@ -128,72 +128,6 @@

-
-
-

CAS详解

-
- -
-
-

CAS CAS全称为Compare and Swap被译为比较并交换,是一种无锁算法。用于实现并发编程中的原子操作。CAS操作检查某个变量是否与预期的值相同,如果相同则将其更......

-
-
- - -
- -
-
-

SpringBoot整合Redis

-
- -
-
-

Docker安装和运行Redis 首先从Docker Hub拉取Redis的官方镜像。 docker pull redis:latest 使用docker run命令启动Redis容器。 docker run -d --name redis -p 6379:6379 redis:latest 验证Red......

-
-
- - -
-

SpringBoot整合Elasticsearch

@@ -592,7 +526,55 @@

Js生日礼物

-

+

+
+ +
+
+

......

+
+
+ + +
+ +
+
+

+
+ +
+
+

......

+
+
+ + +
+ +
+
+

diff --git a/blog-site/public/page/11/index.html b/blog-site/public/page/11/index.html index 5a9a2bc2..f72507ce 100644 --- a/blog-site/public/page/11/index.html +++ b/blog-site/public/page/11/index.html @@ -128,54 +128,6 @@

-
-
-

-
- -
-
-

......

-
-
- - -
- -
-
-

-
- -
-
-

......

-
-
- - -
-

diff --git a/blog-site/public/page/6/index.html b/blog-site/public/page/6/index.html index 19e3c61a..59f18f06 100644 --- a/blog-site/public/page/6/index.html +++ b/blog-site/public/page/6/index.html @@ -361,7 +361,7 @@

SpringMVC与SpringWeb
-

分布式ID

+

分布式ID详解

@@ -383,6 +383,8 @@

分布式ID

分布式 + 详解 +
@@ -423,7 +425,7 @@

如何减少及解决bug

-

Elasticsearch详解

+

Elasticsearch详解

diff --git a/blog-site/public/page/7/index.html b/blog-site/public/page/7/index.html index dc4f6add..30cbd657 100644 --- a/blog-site/public/page/7/index.html +++ b/blog-site/public/page/7/index.html @@ -260,7 +260,7 @@

网络编程

-

MQ详解

+

MQ详解

@@ -392,7 +392,7 @@

Java程序常见故障排查命令
-

分布式事务详解

+

分布式事务详解

@@ -491,7 +491,7 @@

微服务治理详解<
-

Redis详解

+

Redis详解

diff --git a/blog-site/public/page/8/index.html b/blog-site/public/page/8/index.html index 03094c51..f7ff1dfc 100644 --- a/blog-site/public/page/8/index.html +++ b/blog-site/public/page/8/index.html @@ -128,41 +128,6 @@

-
-
-

HashMap详解

-
- -
-
-

HashMap HashMap是一个散列表,它存储的内容是键值对(key-value)映射。 HashMap实现了Map接口,根据键的HashCode值存储数据,具有很快的访问......

-
-
- - -
-

JVM中的一些概念

@@ -427,7 +392,7 @@

JavaIO

-

Netty详解

+

Netty详解

@@ -623,6 +588,39 @@

JVM中的虚拟机栈

+
+
+

JVM中的程序计数寄存器

+
+ +
+
+

Java虚拟机定义了若干种程序运行期间会使用到的运行时数据区,其中有一些会随着虚拟机启动而创建,随着虚拟机退出而销毁。 另外一些则是与线程一一对应的,这些与线程对......

+
+
+ + +
+