差異處

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

連向這個比對檢視

pd:tasks:done_2019 [2023/06/25 09:48] (目前版本)
行 1: 行 1:
 + ​====== 2019 Done Tasks ====== 
 +  * 2019-01-12 CompletableFuture - Avoid blocking inside CompletableFuture chains. It costs. [[java:​java:​java8:​concurrent:​blockingoperationwithcompletablefuture:​blocking_inside_cf|link]] 
 +  * 2019-01-13 CompletableFuture - Avoid transition task from one thread to another. It costs. [[java:​java:​java8:​concurrent:​blockingoperationwithcompletablefuture:​avoid_transition_task|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]] 
 +  * 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]] 
 +  * 2019-01-22 REST API - Response Code [[java:​web:​restapi:​response_code|link]] 
 +  * 2019-01-23 Add Lazy Launch CompletableFuture的JDK8範例與測試 [[java:​java:​java8:​concurrent:​blockingoperationwithcompletablefuture:​build_chain_before_execution|link]] 
 +  * 2019-01-30 Spring In JUnit HelloWorld! [[java:​spring:​test:​springinjunithellowworld|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]] 
 +  * 2019-08-10 Backup linux files to windows cifs [[linux:​backup:​rsync_to_windows_cifs|link]] 
 +  * 2019-09-04 Analysis driver with BinScope [[cpp:​wdm:​security:​analysis_with_binscope|link]] 
 +  * 2019-09-04 Eclypsium screwed drivers detection [[cpp:​wdm:​security:​eclypsium_screwed-drivers_detection|link]] 
 +  * 2019-09-14 Opening cbs.log failed of Reinstall with IO Before and After [[cpp:​wdm:​hck:​oepn_cbs_log_failed|link]] 
 +  * 2019-10-20 Gradle - Pack Zip Hello World [[java:​gradle:​packziphelloworld|link]] 
 +  * 2019-11-30 升級RobotFramework從3.0到3.1.2 [[rf:​rf:​upgrade:​3.0to3.1.2|link]]