差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
pd:tasks [2020/10/25 23:10]
tony [已完成]
pd:tasks [2024/01/23 22:17] (目前版本)
tony [已完成]
行 1: 行 1:
 ====== To Do List ====== ====== To Do List ======
-===== 尚未開始 ===== +
-  * ElasticSearch。 +
-  * Postgres/​Hibernate With Json Type。 +
-  * React Pattern。 +
-  * Dynamic Threadpool。 +
-  * Queuing theory。+
 ===== 進行中 ===== ===== 進行中 =====
   * Study how to implement chrome extension. [[survey:​chrome|link]]   * Study how to implement chrome extension. [[survey:​chrome|link]]
行 40: 行 35:
   * 2020-08-30 Effective Java - Return empty collections or arrays, not nulls [[java:​effective_java:​methods:​return_empty_collections_or_arrays_not_nulls|link]]   * 2020-08-30 Effective Java - Return empty collections or arrays, not nulls [[java:​effective_java:​methods:​return_empty_collections_or_arrays_not_nulls|link]]
   * 2020-10-25 EventBus Basic Usage [[java:​guava:​eventbusbasicusage|link]]   * 2020-10-25 EventBus Basic Usage [[java:​guava:​eventbusbasicusage|link]]
 +
 +  * 2021-03-18 SonarLint [[java:​sonarlint:​fixbug:​s1143|S1143]]
 +  * 2021-07-03 DeepClone with Jackson [[java:​jackson:​deepclone|link]]
 +  * 2021-07-04 Effective Java - Return optionals judiciously [[java:​effective_java:​methods:​return_optionals_judiciously|link]]
 +  * 2021-07-10 Pypass invalid options of getopts [[linux:​shell_script:​bypass_invalid_options_of_getopts|link]]
 +  * 2021-08-07 WireMock - Record Disconnection Behavior [[java:​wiremock:​record-disconnection-behavior|link]]
 +  * 2021-08-15 WireMock - Record Webhook Events [[java:​wiremock:​record-events-from-webhook|link]]
 +  * 2021-08-16 Launch WireMock with mappings file of JUnit [[java:​wiremock:​launch-wiremock-with-mappings-of-junit|link]]
 +
 +  * 2022-01-30 Apache Ivy - 使用dependencytree找library相依性 [[java:​ivy:​ant_dependencytree|link]]
 +  * 2022-02-04 Log4j2 - Change log level at runtime [[java:​log4j2:​changeloglevelatruntime|link]]
 +  * 2022-02-04 Log4j2 - Reload Log4j configuration [[java:​log4j2:​reloadconfiguration|link]]
 +  * 2022-03-26 Effective Java - Strive for failure atomicity [[java:​effective_java:​exceptions:​strive_for_failure_atomicity|link]]
 +  * 2022-03-29 Burp suite - Frameable response (potential Clickjacking) [[security:​burp_suite:​frameable_response_potential_clickjacking|link]]
 +  * 2022-04-06 Effective Java - Don't ignore exceptions [[java:​effective_java:​exceptions:​don_t_ignore_exceptions|link]]
 +  * 2022-04-10 Log4j2 - Hello World! [[java:​log4j2:​helloworld|link]]
 +  * 2022-04-10 Indicate Log4j2 Configuration File [[java:​log4j2:​indicateconfigurationfile|link]]
 +  * 2022-04-10 MDC with Log4j2 [[java:​log4j2:​mdc|link]]
 +  * 2022-04-10 Log4j2 Appenders [[java:​log4j2:​appenders|link]]
 +  * 2022-04-10 在Log4j2設定TimeAndSizeRollingAppender [[java:​log4j2:​timeandsizerollingappender|link]]
 +  * 2022-04-12 Effective Java - Use checked exceptions for recoverable conditions and runtime exceptions for programming errors [[java:​effective_java:​exceptions:​checked_vs_unchecked|link]] ​
 +  * 2022-04-13 Effective Java - Favor the use of standard functional interfaces [[java:​effective_java:​lambdas_and_streams:​favor_the_use_of_standard_functional_interfaces|link]]
 +  * 2022-04-17 Effective Java - Throw exceptions appropriate to the abstraction [[java:​effective_java:​exceptions:​throw_exceptions_appropriate_to_the_abstraction|link]]
 +  * 2022-06-12 REST API - URL related rules [[java:​web:​restapi:​url_rules|link]]
 +  * 2022-09-10 Data Alignment in PostgreSQL [[database:​postgres:​alignment|link]]
 +  * 2022-11-09 Mount Https Iso at local [[linux:​network:​mount_https_iso_at_local|link]]
 +
 +  * 2023-01-14 Support old ciphers of SSHD [[linux:​commonsetting:​ssh:​sshd_old_cipher|link]]
 +  * 2023-05-30 RHEL PowerButton預設行為 [[linux:​power:​power_buttons_behavior_rhel|link]]
 +
 +  * 2024-01-14 Docker - Basic Commands [[docker:​docker:​basic_commands|link]]
 +  * 2024-01-23 Setup HTTPS + PHP with docker [[docker:​docker:​setup_https_php|link]]