差異處

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

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
下次修改 Both sides next revision
pd:tasks [2019/07/28 22:30]
tony [已完成]
pd:tasks [2020/02/17 23:56]
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]] +
-  * 2019-02-29 React Hook - useContext [[web:​reactjs:​react_hook:​usecontext|link]] +
-  * 2019-03-10 React - How to test component with static method? [[web:​reactjs:​test:​teststaticmethod|link]] +
-  * 2019-03-17 Camel - Throttler Hello World [[java:​apache_camel:​throttler:​helloworld|link]] +
-  * 2019-03-17 Camel - Aggregator Hello World [[java:​apache_camel:​aggregator:​helloworld|link]] +
-  * 2019-03-23 Java - NotificationBuffer With DelayQueue [[java:​basic:​queue:​notificationbufferwithdelayqueue|link]] +
-  * 2019-04-21 PostgreSQL - Unattended installation on windows ​[[database:postgres:​unattended_installation_on_windows|link]] +
-  * 2019-06-11 WebDriverException:​ Message: Java heap space [[rf:rf:oom_java_heap_space|link]] +
-  * 2019-06-29 RobotFramework - How to trace the exception of java keyword library? [[rf:​rf:​debug:​trace_exception_of_javalib|link]] +
-  * 2019-07-08 RobotFramework - How to set message of report? [[rf:​rf:​basic:​set_test_message|link]] +
-  * 2019-07-14 ​Effective Java - Prefer lambdas to anonymous classes ​[[java:​effective_java:​lambdas_and_streams:prefer_lambdas_to_anonymous_classes|link]] +
-  * 2019-07-15 Effective Java - Check parameters for validity [[java:​effective_java:​methods:​check_parameters_for_validity|link]] +
-  * 2019-07-15 ​Effective Java - Use varargs ​judiciously [[java:​effective_java:​methods:use_varargs_judiciously|link]] +
-  * 2019-07-18 Effective Java - Prefer method references ​to lambdas ​[[java:​effective_java:​lambdas_and_streams:prefer_method_references_to_lambdas|link]] +
-  * 2019-07-20 Effective Java - Use caution when making streams parallel [[java:​effective_java:​lambdas_and_streams:​use_caution_when_making_streams_parallel|link]] +
-  * 2019-07-21 Effective Java - Prefer Collection to Stream as a return type [[java:​effective_java:​lambdas_and_streams:​prefer_collection_to_stream_as_a_return_type|link]] +
-  * 2019-07-21 Effective Java - Favor the use of standard functional interfaces [[java:​effective_java:​lambdas_and_streams:​favor_the_use_of_standard_functional_interfaces|link]] +
-  * 2019-07-23 Effective Java - Prefer side-effect-free functions in streams [[java:​effective_java:​lambdas_and_streams:​prefer_side-effect-free_functions_in_streams|link]] +
-  * 2019-07-28 Effective Java - Prefer try-with-resources to try-finally [[java:​effective_java:​creating_and_destroying_objects:​prefer_try-with-resources_to_try-finally|link]]+