差異處

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

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
下次修改 Both sides next revision
pd:tasks [2019/07/15 00:07]
tony
pd:tasks [2020/08/09 00:03]
tony [已完成]
行 11: 行 11:
  
 ===== 已完成 ===== ===== 已完成 =====
-  * [[pd:​tasks:​done_2011|2011]] [[pd:​tasks:​done_2012|2012]] [[pd:​tasks:​done_2013|2013]] [[pd:​tasks:​done_2014|2014]] [[pd:​tasks:​done_2015|2015]] [[pd:​tasks:​done_2016|2016]] [[pd:​tasks:​done_2017|2017]] [[pd:​tasks:​done_2018|2018]]+  * [[pd:​tasks:​done_2011|2011]] [[pd:​tasks:​done_2012|2012]] [[pd:​tasks:​done_2013|2013]] [[pd:​tasks:​done_2014|2014]] [[pd:​tasks:​done_2015|2015]] [[pd:​tasks:​done_2016|2016]] [[pd:​tasks:​done_2017|2017]] [[pd:​tasks:​done_2018|2018]] [[pd:​tasks:​done_2019|2019]]
  
-  * 2019-01-12 CompletableFuture - Avoid blocking inside CompletableFuture chains. It costs. ​[[java:java:java8:​concurrent:blockingoperationwithcompletablefuture:blocking_inside_cf|link]] +  * 2020-01-23 Jetty can't start of pure IPv6 env on windows ​[[java:supportipv6:pure_ipv6_issue_of_jetty_on_windows|link]] 
-  * 2019-01-13 CompletableFuture - Avoid transition task from one thread to another. It costs. ​[[java:java:java8:concurrent:blockingoperationwithcompletablefuture:avoid_transition_task|link]] +  * 2020-01-24 Java Service Wrapper service can't start of pure IPv6 env [[java:supportipv6:java_service_wrapper_cant_start|link]] 
-  * 2019-01-13 CompletableFuture ​Carefully avoid transition task from one thread ​to another. It costs. ​[[java:java:java8:concurrent:​blockingoperationwithcompletablefuture:​carefully_avoid_transition_task_of_callback|link]] +  * 2020-01-24 調教IPv6測試環境 ​[[java:supportipv6:tune_test_env|link]] 
-  * 2019-01-13 CompletableFuture ​It may be useful to build chain of actions before execution. ​[[java:java:java8:concurrent:​blockingoperationwithcompletablefuture:​build_chain_before_execution|link]] +  * 2020-01-26 Windows上使用IPv6所遇到的UNC路徑限制 [[pc:windows:network:ipv6:​unc_path_limitation|link]] 
-  * 2019-01-22 REST API Response Code [[java:web:restapi:response_code|link]] +  * 2020-01-28 Effective Java Avoid thread ​groups ​[[java:effective_java:concurrency:avoid_thread_groups|link]] 
-  * 2019-01-23 Add Lazy Launch CompletableFuture的JDK8範例與測試 ​[[java:java:java8:concurrent:blockingoperationwithcompletablefuture:build_chain_before_execution|link]] +  * 2020-02-02 Effective Java Use lazy initialization judiciously ​[[java:effective_java:concurrency:use_lazy_initialization_judiciously|link]] 
-  * 2019-01-30 Spring In JUnit HelloWorld! ​[[java:spring:test:springinjunithellowworld|link]] +  * 2020-02-17 Effective Java Synchronize access to shared mutable data [[java:effective_java:concurrency:synchronize_access_to_shared_mutable_data|link]] 
-  * 2019-02-22 React Hook - useState ​[[web:reactjs:react_hook:usestate|link]] +  * 2020-02-21 Setup IPv6 DHCP Server on CentOS7 ​[[linux:commonsetting:dhcp:setup_ipv6_dhcp_on_centos7|link]] 
-  * 2019-02-29 React Hook useContext ​[[web:reactjs:react_hook:usecontext|link]] +  * 2020-04-25 Code Coverage With PowerMock on static method [[java:​junit:powermockito:code_coverage_with_powermock_on_static_method|link]] 
-  * 2019-03-10 React - How to test component with static method? [[web:reactjs:test:teststaticmethod|link]] +  * 2020-05-02 JUnit4 : TemporaryFolder Rule [[java:junit4:rules:temporaryfolder|link]] 
-  * 2019-03-17 Camel - Throttler Hello World [[java:apache_camel:throttler:helloworld|link]] +  * 2020-07-25 SonarLint | Eclipse HelloWorld ​[[java:sonarlint:eclipse_hellow_world|link]] 
-  * 2019-03-17 Camel - Aggregator Hello World [[java:apache_camel:aggregator:helloworld|link]] +  * 2020-08-01 SonarLint | Return of boolean expressions should not be wrapped into an "if-then-else"​ statement (java:​S1126) ​[[java:sonarlint:fixcodesmell:s1126|link]] 
-  * 2019-03-23 Java NotificationBuffer With DelayQueue ​[[java:basic:queue:notificationbufferwithdelayqueue|link]] +  * 2020-08-01 SonarLint | How to filter folder or files in Eclipse? [[java:sonarlint:eclipse_filter_configs:filter_folder_or_files|link]] 
-  * 2019-04-21 PostgreSQL ​Unattended installation on windows ​[[database:postgres:unattended_installation_on_windows|link]] +  * 2020-08-02 SonarLint | How to filter issues by description? ​[[java:sonarlint:eclipse_filter_configs:filter_by_issue_desc|link]] 
-  * 2019-06-11 WebDriverExceptionMessageJava heap space [[rf:rf:oom_java_heap_space|link]] +  * 2020-08-02 SonarLint | How to sort or group issues by severity? ​[[java:sonarlint:eclipse_filter_configs:sortorgroup_by_severity|link]] 
-  * 2019-06-29 RobotFramework ​How to trace the exception of java keyword library? ​[[rf:rf:debug:trace_exception_of_javalib|link]] +  * 2020-08-02 SonarLint ​[[java:sonarlint:fixcodesmell:s2178|S2178]] [[java:​sonarlint:​fixbug:​s2095|S2095]] [[java:​sonarlint:​fixbug:​s2275|S2275]] [[java:​sonarlint:​fixvulnerability:​s2755|S2755]] [[java:​sonarlint:​fixcodesmell:​s128|S128]] 
-  * 2019-07-08 RobotFramework ​How to set message of report? ​[[rf:rf:basic:set_test_message|link]] +  * 2020-08-02 SpotBugs plugin ​Find Security Bugs [[java:findbug:plugins:​find-sec-bugs|link]] 
-  * 2019-07-14 Effective Java - Prefer lambdas to anonymous classes ​[[java:​effective_java:​lambdas_and_streams:prefer_lambdas_to_anonymous_classes|link]] +  * 2020-08-03 SonarLint [[java:sonarlint:fixcodesmell:​s3973|S3973]] ​[[java:sonarlint:fixcodesmell:​s2131|S2131]] 
-  * 2019-07-15 Effective Java - Check parameters for validity ​[[java:effective_java:methods:check_parameters_for_validity|link]]+  * 2020-08-04 Effective Java Override clone judiciously ​[[java:effective_java:methods_common_to_all_objects:override_clone_judiciously|link]] 
 +  * 2020-08-05 SonarLint ​[[java:sonarlint:fixcodesmell:s2696|S2696]] 
 +  * 2020-08-08 Effective Java - Avoid excessive synchronization ​[[java:​effective_java:​concurrency:avoid_excessive_synchronization|link]] 
 +  * 2020-08-08 SonarLint ​[[java:sonarlint:fixvulnerability:s4423|S4423]]