├── .gitattributes ├── README.md ├── SUMMARY.md ├── continuous_integration └── README.md ├── hibernate ├── README.md ├── get_and_load.md ├── hibernate_three.md ├── is_sessionfactory_thread-safe.md ├── sorted_and_ordered_collection.md ├── what_is_session_in_hibernate.md ├── what_is_sessionfactory_in_hibernate.md └── what_is_the_file_extension_used_for_hibernate_mapping_file.md ├── images └── java_run_time_data_areas.jpeg ├── j2ee ├── -_transaction.md ├── README.md ├── creat_servlet.md ├── dao.md ├── ear,_jar_and_war_files.md ├── jsp.md ├── jsp__include_page_=___and____include_file_=.md ├── jsp_directives.md ├── jsp_expressions.md ├── jsp_language.md ├── jsp_lifecycle.md ├── jsp_translation.md ├── jspforward_page=___responsesendredirecturl.md ├── scope_for_the__jsp__usebean__tag_-.md ├── types_of_comments.md ├── types_of_directive_tags.md ├── uri_url.md ├── what_are_jsp_declarations.md ├── what_are_the_four_components_of_j2ee_application.md ├── what_are_the_phases_of_the_servlet_life_cycle.md ├── what_are_types_of_j2ee_clients.md ├── what_do_you_understand_by_jsp_actions.md ├── what_does_application_client_module_contain.md ├── what_does_web_module_contain.md ├── what_is_hibernate.md ├── what_is_j2ee.md ├── what_is_servlet.md └── what_must_be_implemented_by_all_servlets.md ├── java ├── 5_exemple.md ├── ==_equal.md ├── README.md ├── aaa.md ├── abstract.md ├── abstract_question.md ├── abstraction.md ├── array.md ├── arraylist_vector.md ├── article11.md ├── article_differe.md ├── checked_exception.md ├── class_variable.md ├── collection.md ├── collection_questions.md ├── construcor_override.md ├── difference_between_and_symbol.md ├── different_ways_to_handle_exceptions.md ├── does_garbage_collection_guarantee_that_a_program_will_not_run_out_of_memory.md ├── does_java_support_multiple_inheritance.md ├── encapsulation.md ├── equals_and_==.md ├── error_and_an_exception.md ├── exception_question1.md ├── externalizable_interface.md ├── feature.md ├── final,_finally,_finalize.md ├── final.md ├── gabage_collection.md ├── hashcode__equal.md ├── hashmap_hashtable.md ├── hashmap_hashtable_linkedhashmap_treemap.md ├── heap_stack.md ├── how_are_this_and_super_used_with_constructors.md ├── how_can_i_customize_the_seralization_process_ie_how_can_one_have_a_control_over_the_serialization_process.md ├── how_do_i_serialize_an_object_to_a_file.md ├── how_java_enabled_high_performance.md ├── how_to_set_muliti-thread.md ├── ide.md ├── if_i_want_an_object_of_my_class_to_be_thrown_as_an_exception_object,_what_should_i_do.md ├── if_i_write_return_at_the_end_of_the_try_block,_will_the_finally_block_still_execute.md ├── inherit_string_class.md ├── initialization_and_cleanup.md ├── int_integer.md ├── integer_==.md ├── interface.md ├── interfqce_abstraction.md ├── is_it_necessary_that_each_try_block_must_be_followed_by_a_catch_block.md ├── java_data_types.md ├── java_multi.md ├── list,_set,_map_interface.md ├── list_map.md ├── list_set_map_diff.md ├── list_some_java_keywordsunlike_c,_c++_keywords.md ├── matrice_a_deux_dimensions_java.md ├── multi-thread.md ├── orient_object.md ├── polymorphism.md ├── probleme_sur_chaine.md ├── programme.md ├── question_interface_1.md ├── question_interface_2.md ├── reflection.md ├── run-time_data_areas.md ├── serialization.md ├── sleep_and_wait.md ├── static.md ├── static_questions.md ├── static_wya.md ├── stream_writer.md ├── string_class.md ├── string_object.md ├── string_question.md ├── string_questions.md ├── stringbuffer__stringbuilder.md ├── stringbuffer_questions.md ├── stringbuilder.md ├── super_gai_nian.md ├── super_question_1.md ├── supergetclass.md ├── synchroniz.md ├── synchronized.md ├── the_difference_between_static_variables_and_instance_variables.md ├── this_question.md ├── thread_runnable.md ├── transient.md ├── try_catch_finally.md ├── visitor_pattern.md ├── what_are_synchronized_methods_and_synchronized_statements.md ├── what_ate_object-oriented_features.md ├── what_do_you_know_about_java.md ├── what_do_you_mean_by_object.md ├── what_happens_to_the_static_fields_of_a_class_during_serialization.md ├── what_is_a_instance_variable.md ├── what_is_a_local_variable.md ├── what_is_abstract.md ├── what_is_daemon_thread_and_which_method_is_used_to_create_the_daemon_thread.md ├── what_is_difference_between_path_and_classpath.md ├── what_is_singleton_class.md ├── what_is_the_base_class_of_all_classes.md ├── what_is_the_common_usage_of_serialization.md ├── what_is_the_difference_between_a_jdk_and_a_jvm.md ├── what_is_the_difference_between_preemptive_scheduling_and_time_slicing.md ├── what_is_the_differren_between abstract class and interface.md ├── what_kind_of_variables_a_class_can_consist_of.md ├── what_method_must_be_implemented_by_all_threads.md ├── what_one_should_take_care_of_while_serializing_the_object.md ├── when_a_thread_is_created_and_started,_what_is_its_initial_state.md ├── when_you_serialize_an_object,_what_happens_to_the_object_references_included_in_the_object.md ├── which_methods_of_serializable_interface_should_i_implement.md └── working_zone.md ├── jdbc ├── callable_statement.md ├── connection_pooling.md ├── stored_procedure_and_how_do_you_call_it_in_jdbc.md ├── what_are_the_steps_in_the_jdbc_connection.md ├── what_does_the_classfornamemyclass_do.md └── what_is_difference_between_statement_and_prepared_statement.md ├── linux ├── README.md ├── find_file.md └── list_file.md ├── scrum ├── README.md ├── how_to_scrum.md ├── scrum_chara.md └── whats_sprint.md ├── spring ├── README.md ├── are_singleton_beans_thread.md ├── autowire.md ├── autowired_inject_resource.md ├── bean_lifecycle.md ├── bf_and_ac.md ├── can_you_inject_null_and_empty_string_values_in_spring.md ├── how_can_you_inject_java_collection_in_spring.md ├── how_do_add_a_bean_in_spring_application.md ├── how_do_you_provide_configuration_metadata_to_the_spring_container.md ├── introduction.md ├── ioc_good.md ├── ioc_tyoe.md ├── join_point.md ├── pointcut.md ├── qc.md ├── spring_bean_scope.md ├── types_of_advice.md ├── what_are_benefits_of_using_spring.md ├── what_are_spring_beans.md ├── what_are_the_different_modules_in_spring_framework.md ├── what_are_types_of_ioc_containers_explain_them.md ├── what_is_annotation-based_container_configuration.md ├── what_is_aop.md ├── what_is_dependency_injection.md ├── what_is_spring.md ├── what_is_spring_configuration_file.md ├── what_is_spring_ioc_container.md └── which_di.md └── sql ├── README.md ├── full_join.md ├── inner_join.md ├── leftright_join.md ├── multi_to_multi.md ├── one_to_multi.md ├── one_to_one.md ├── union.md ├── union_all.md ├── what_type_of_joins_have_you_used.md ├── what_type_of_wildcards_have_you_used.md └── where_having.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /continuous_integration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/continuous_integration/README.md -------------------------------------------------------------------------------- /hibernate/README.md: -------------------------------------------------------------------------------- 1 | # Hibernate 2 | -------------------------------------------------------------------------------- /hibernate/get_and_load.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/hibernate/get_and_load.md -------------------------------------------------------------------------------- /hibernate/hibernate_three.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/hibernate/hibernate_three.md -------------------------------------------------------------------------------- /hibernate/is_sessionfactory_thread-safe.md: -------------------------------------------------------------------------------- 1 | # SessionFactory 是线程安全的吗? 2 | 3 | 是的 4 | -------------------------------------------------------------------------------- /hibernate/sorted_and_ordered_collection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/hibernate/sorted_and_ordered_collection.md -------------------------------------------------------------------------------- /hibernate/what_is_session_in_hibernate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/hibernate/what_is_session_in_hibernate.md -------------------------------------------------------------------------------- /hibernate/what_is_sessionfactory_in_hibernate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/hibernate/what_is_sessionfactory_in_hibernate.md -------------------------------------------------------------------------------- /hibernate/what_is_the_file_extension_used_for_hibernate_mapping_file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/hibernate/what_is_the_file_extension_used_for_hibernate_mapping_file.md -------------------------------------------------------------------------------- /images/java_run_time_data_areas.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/images/java_run_time_data_areas.jpeg -------------------------------------------------------------------------------- /j2ee/-_transaction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/-_transaction.md -------------------------------------------------------------------------------- /j2ee/README.md: -------------------------------------------------------------------------------- 1 | # What are considered as a web component? 2 | -------------------------------------------------------------------------------- /j2ee/creat_servlet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/creat_servlet.md -------------------------------------------------------------------------------- /j2ee/dao.md: -------------------------------------------------------------------------------- 1 | # DAO 2 | -------------------------------------------------------------------------------- /j2ee/ear,_jar_and_war_files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/ear,_jar_and_war_files.md -------------------------------------------------------------------------------- /j2ee/jsp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/jsp.md -------------------------------------------------------------------------------- /j2ee/jsp__include_page_=___and____include_file_=.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/jsp__include_page_=___and____include_file_=.md -------------------------------------------------------------------------------- /j2ee/jsp_directives.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/jsp_directives.md -------------------------------------------------------------------------------- /j2ee/jsp_expressions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/jsp_expressions.md -------------------------------------------------------------------------------- /j2ee/jsp_language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/jsp_language.md -------------------------------------------------------------------------------- /j2ee/jsp_lifecycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/jsp_lifecycle.md -------------------------------------------------------------------------------- /j2ee/jsp_translation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/jsp_translation.md -------------------------------------------------------------------------------- /j2ee/jspforward_page=___responsesendredirecturl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/jspforward_page=___responsesendredirecturl.md -------------------------------------------------------------------------------- /j2ee/scope_for_the__jsp__usebean__tag_-.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/scope_for_the__jsp__usebean__tag_-.md -------------------------------------------------------------------------------- /j2ee/types_of_comments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/types_of_comments.md -------------------------------------------------------------------------------- /j2ee/types_of_directive_tags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/types_of_directive_tags.md -------------------------------------------------------------------------------- /j2ee/uri_url.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/uri_url.md -------------------------------------------------------------------------------- /j2ee/what_are_jsp_declarations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/what_are_jsp_declarations.md -------------------------------------------------------------------------------- /j2ee/what_are_the_four_components_of_j2ee_application.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/what_are_the_four_components_of_j2ee_application.md -------------------------------------------------------------------------------- /j2ee/what_are_the_phases_of_the_servlet_life_cycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/what_are_the_phases_of_the_servlet_life_cycle.md -------------------------------------------------------------------------------- /j2ee/what_are_types_of_j2ee_clients.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/what_are_types_of_j2ee_clients.md -------------------------------------------------------------------------------- /j2ee/what_do_you_understand_by_jsp_actions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/what_do_you_understand_by_jsp_actions.md -------------------------------------------------------------------------------- /j2ee/what_does_application_client_module_contain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/what_does_application_client_module_contain.md -------------------------------------------------------------------------------- /j2ee/what_does_web_module_contain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/what_does_web_module_contain.md -------------------------------------------------------------------------------- /j2ee/what_is_hibernate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/what_is_hibernate.md -------------------------------------------------------------------------------- /j2ee/what_is_j2ee.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/what_is_j2ee.md -------------------------------------------------------------------------------- /j2ee/what_is_servlet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/what_is_servlet.md -------------------------------------------------------------------------------- /j2ee/what_must_be_implemented_by_all_servlets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/j2ee/what_must_be_implemented_by_all_servlets.md -------------------------------------------------------------------------------- /java/5_exemple.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/5_exemple.md -------------------------------------------------------------------------------- /java/==_equal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/==_equal.md -------------------------------------------------------------------------------- /java/README.md: -------------------------------------------------------------------------------- 1 | # Java 2 | 3 | 第一部分是 Java 的基础面试题 补充ing 4 | -------------------------------------------------------------------------------- /java/aaa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/aaa.md -------------------------------------------------------------------------------- /java/abstract.md: -------------------------------------------------------------------------------- 1 | # abstract 程序题 2 | -------------------------------------------------------------------------------- /java/abstract_question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/abstract_question.md -------------------------------------------------------------------------------- /java/abstraction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/abstraction.md -------------------------------------------------------------------------------- /java/array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/array.md -------------------------------------------------------------------------------- /java/arraylist_vector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/arraylist_vector.md -------------------------------------------------------------------------------- /java/article11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/article11.md -------------------------------------------------------------------------------- /java/article_differe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/article_differe.md -------------------------------------------------------------------------------- /java/checked_exception.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/checked_exception.md -------------------------------------------------------------------------------- /java/class_variable.md: -------------------------------------------------------------------------------- 1 | # 类变量 classs variable 2 | 3 | 在类里但在方法外, 加了 static 关键字. 也可以叫做静态变量 4 | -------------------------------------------------------------------------------- /java/collection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/collection.md -------------------------------------------------------------------------------- /java/collection_questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/collection_questions.md -------------------------------------------------------------------------------- /java/construcor_override.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/construcor_override.md -------------------------------------------------------------------------------- /java/difference_between_and_symbol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/difference_between_and_symbol.md -------------------------------------------------------------------------------- /java/different_ways_to_handle_exceptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/different_ways_to_handle_exceptions.md -------------------------------------------------------------------------------- /java/does_garbage_collection_guarantee_that_a_program_will_not_run_out_of_memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/does_garbage_collection_guarantee_that_a_program_will_not_run_out_of_memory.md -------------------------------------------------------------------------------- /java/does_java_support_multiple_inheritance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/does_java_support_multiple_inheritance.md -------------------------------------------------------------------------------- /java/encapsulation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/encapsulation.md -------------------------------------------------------------------------------- /java/equals_and_==.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/equals_and_==.md -------------------------------------------------------------------------------- /java/error_and_an_exception.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/error_and_an_exception.md -------------------------------------------------------------------------------- /java/exception_question1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/exception_question1.md -------------------------------------------------------------------------------- /java/externalizable_interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/externalizable_interface.md -------------------------------------------------------------------------------- /java/feature.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/feature.md -------------------------------------------------------------------------------- /java/final,_finally,_finalize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/final,_finally,_finalize.md -------------------------------------------------------------------------------- /java/final.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/final.md -------------------------------------------------------------------------------- /java/gabage_collection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/gabage_collection.md -------------------------------------------------------------------------------- /java/hashcode__equal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/hashcode__equal.md -------------------------------------------------------------------------------- /java/hashmap_hashtable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/hashmap_hashtable.md -------------------------------------------------------------------------------- /java/hashmap_hashtable_linkedhashmap_treemap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/hashmap_hashtable_linkedhashmap_treemap.md -------------------------------------------------------------------------------- /java/heap_stack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/heap_stack.md -------------------------------------------------------------------------------- /java/how_are_this_and_super_used_with_constructors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/how_are_this_and_super_used_with_constructors.md -------------------------------------------------------------------------------- /java/how_can_i_customize_the_seralization_process_ie_how_can_one_have_a_control_over_the_serialization_process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/how_can_i_customize_the_seralization_process_ie_how_can_one_have_a_control_over_the_serialization_process.md -------------------------------------------------------------------------------- /java/how_do_i_serialize_an_object_to_a_file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/how_do_i_serialize_an_object_to_a_file.md -------------------------------------------------------------------------------- /java/how_java_enabled_high_performance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/how_java_enabled_high_performance.md -------------------------------------------------------------------------------- /java/how_to_set_muliti-thread.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/how_to_set_muliti-thread.md -------------------------------------------------------------------------------- /java/ide.md: -------------------------------------------------------------------------------- 1 | # 列举出2个 IDE 2 | 3 | Netbeans, Eclipse, etc. 4 | -------------------------------------------------------------------------------- /java/if_i_want_an_object_of_my_class_to_be_thrown_as_an_exception_object,_what_should_i_do.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/if_i_want_an_object_of_my_class_to_be_thrown_as_an_exception_object,_what_should_i_do.md -------------------------------------------------------------------------------- /java/if_i_write_return_at_the_end_of_the_try_block,_will_the_finally_block_still_execute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/if_i_write_return_at_the_end_of_the_try_block,_will_the_finally_block_still_execute.md -------------------------------------------------------------------------------- /java/inherit_string_class.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/inherit_string_class.md -------------------------------------------------------------------------------- /java/initialization_and_cleanup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/initialization_and_cleanup.md -------------------------------------------------------------------------------- /java/int_integer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/int_integer.md -------------------------------------------------------------------------------- /java/integer_==.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/integer_==.md -------------------------------------------------------------------------------- /java/interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/interface.md -------------------------------------------------------------------------------- /java/interfqce_abstraction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/interfqce_abstraction.md -------------------------------------------------------------------------------- /java/is_it_necessary_that_each_try_block_must_be_followed_by_a_catch_block.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/is_it_necessary_that_each_try_block_must_be_followed_by_a_catch_block.md -------------------------------------------------------------------------------- /java/java_data_types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/java_data_types.md -------------------------------------------------------------------------------- /java/java_multi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/java_multi.md -------------------------------------------------------------------------------- /java/list,_set,_map_interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/list,_set,_map_interface.md -------------------------------------------------------------------------------- /java/list_map.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/list_map.md -------------------------------------------------------------------------------- /java/list_set_map_diff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/list_set_map_diff.md -------------------------------------------------------------------------------- /java/list_some_java_keywordsunlike_c,_c++_keywords.md: -------------------------------------------------------------------------------- 1 | # 列出 Java 独有的关键字 2 | 3 | import, super, finally, etc. 4 | -------------------------------------------------------------------------------- /java/matrice_a_deux_dimensions_java.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/matrice_a_deux_dimensions_java.md -------------------------------------------------------------------------------- /java/multi-thread.md: -------------------------------------------------------------------------------- 1 | # Multi-Thread 2 | -------------------------------------------------------------------------------- /java/orient_object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/orient_object.md -------------------------------------------------------------------------------- /java/polymorphism.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/polymorphism.md -------------------------------------------------------------------------------- /java/probleme_sur_chaine.md: -------------------------------------------------------------------------------- 1 | # Problem on chain 2 | 3 | 4 | -------------------------------------------------------------------------------- /java/programme.md: -------------------------------------------------------------------------------- 1 | # Programme 2 | -------------------------------------------------------------------------------- /java/question_interface_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/question_interface_1.md -------------------------------------------------------------------------------- /java/question_interface_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/question_interface_2.md -------------------------------------------------------------------------------- /java/reflection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/reflection.md -------------------------------------------------------------------------------- /java/run-time_data_areas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/run-time_data_areas.md -------------------------------------------------------------------------------- /java/serialization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/serialization.md -------------------------------------------------------------------------------- /java/sleep_and_wait.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/sleep_and_wait.md -------------------------------------------------------------------------------- /java/static.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/static.md -------------------------------------------------------------------------------- /java/static_questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/static_questions.md -------------------------------------------------------------------------------- /java/static_wya.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/static_wya.md -------------------------------------------------------------------------------- /java/stream_writer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/stream_writer.md -------------------------------------------------------------------------------- /java/string_class.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/string_class.md -------------------------------------------------------------------------------- /java/string_object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/string_object.md -------------------------------------------------------------------------------- /java/string_question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/string_question.md -------------------------------------------------------------------------------- /java/string_questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/string_questions.md -------------------------------------------------------------------------------- /java/stringbuffer__stringbuilder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/stringbuffer__stringbuilder.md -------------------------------------------------------------------------------- /java/stringbuffer_questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/stringbuffer_questions.md -------------------------------------------------------------------------------- /java/stringbuilder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/stringbuilder.md -------------------------------------------------------------------------------- /java/super_gai_nian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/super_gai_nian.md -------------------------------------------------------------------------------- /java/super_question_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/super_question_1.md -------------------------------------------------------------------------------- /java/supergetclass.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/supergetclass.md -------------------------------------------------------------------------------- /java/synchroniz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/synchroniz.md -------------------------------------------------------------------------------- /java/synchronized.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/synchronized.md -------------------------------------------------------------------------------- /java/the_difference_between_static_variables_and_instance_variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/the_difference_between_static_variables_and_instance_variables.md -------------------------------------------------------------------------------- /java/this_question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/this_question.md -------------------------------------------------------------------------------- /java/thread_runnable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/thread_runnable.md -------------------------------------------------------------------------------- /java/transient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/transient.md -------------------------------------------------------------------------------- /java/try_catch_finally.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/try_catch_finally.md -------------------------------------------------------------------------------- /java/visitor_pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/visitor_pattern.md -------------------------------------------------------------------------------- /java/what_are_synchronized_methods_and_synchronized_statements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/what_are_synchronized_methods_and_synchronized_statements.md -------------------------------------------------------------------------------- /java/what_ate_object-oriented_features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/what_ate_object-oriented_features.md -------------------------------------------------------------------------------- /java/what_do_you_know_about_java.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/what_do_you_know_about_java.md -------------------------------------------------------------------------------- /java/what_do_you_mean_by_object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/what_do_you_mean_by_object.md -------------------------------------------------------------------------------- /java/what_happens_to_the_static_fields_of_a_class_during_serialization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/what_happens_to_the_static_fields_of_a_class_during_serialization.md -------------------------------------------------------------------------------- /java/what_is_a_instance_variable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/what_is_a_instance_variable.md -------------------------------------------------------------------------------- /java/what_is_a_local_variable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/what_is_a_local_variable.md -------------------------------------------------------------------------------- /java/what_is_abstract.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/what_is_abstract.md -------------------------------------------------------------------------------- /java/what_is_daemon_thread_and_which_method_is_used_to_create_the_daemon_thread.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/what_is_daemon_thread_and_which_method_is_used_to_create_the_daemon_thread.md -------------------------------------------------------------------------------- /java/what_is_difference_between_path_and_classpath.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/what_is_difference_between_path_and_classpath.md -------------------------------------------------------------------------------- /java/what_is_singleton_class.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/what_is_singleton_class.md -------------------------------------------------------------------------------- /java/what_is_the_base_class_of_all_classes.md: -------------------------------------------------------------------------------- 1 | # 所有类的基类是哪个类? 2 | 3 | java.lang.Object 4 | -------------------------------------------------------------------------------- /java/what_is_the_common_usage_of_serialization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/what_is_the_common_usage_of_serialization.md -------------------------------------------------------------------------------- /java/what_is_the_difference_between_a_jdk_and_a_jvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/what_is_the_difference_between_a_jdk_and_a_jvm.md -------------------------------------------------------------------------------- /java/what_is_the_difference_between_preemptive_scheduling_and_time_slicing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/what_is_the_difference_between_preemptive_scheduling_and_time_slicing.md -------------------------------------------------------------------------------- /java/what_is_the_differren_between abstract class and interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/what_is_the_differren_between abstract class and interface.md -------------------------------------------------------------------------------- /java/what_kind_of_variables_a_class_can_consist_of.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/what_kind_of_variables_a_class_can_consist_of.md -------------------------------------------------------------------------------- /java/what_method_must_be_implemented_by_all_threads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/what_method_must_be_implemented_by_all_threads.md -------------------------------------------------------------------------------- /java/what_one_should_take_care_of_while_serializing_the_object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/what_one_should_take_care_of_while_serializing_the_object.md -------------------------------------------------------------------------------- /java/when_a_thread_is_created_and_started,_what_is_its_initial_state.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/when_a_thread_is_created_and_started,_what_is_its_initial_state.md -------------------------------------------------------------------------------- /java/when_you_serialize_an_object,_what_happens_to_the_object_references_included_in_the_object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/when_you_serialize_an_object,_what_happens_to_the_object_references_included_in_the_object.md -------------------------------------------------------------------------------- /java/which_methods_of_serializable_interface_should_i_implement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/which_methods_of_serializable_interface_should_i_implement.md -------------------------------------------------------------------------------- /java/working_zone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/java/working_zone.md -------------------------------------------------------------------------------- /jdbc/callable_statement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/jdbc/callable_statement.md -------------------------------------------------------------------------------- /jdbc/connection_pooling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/jdbc/connection_pooling.md -------------------------------------------------------------------------------- /jdbc/stored_procedure_and_how_do_you_call_it_in_jdbc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/jdbc/stored_procedure_and_how_do_you_call_it_in_jdbc.md -------------------------------------------------------------------------------- /jdbc/what_are_the_steps_in_the_jdbc_connection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/jdbc/what_are_the_steps_in_the_jdbc_connection.md -------------------------------------------------------------------------------- /jdbc/what_does_the_classfornamemyclass_do.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/jdbc/what_does_the_classfornamemyclass_do.md -------------------------------------------------------------------------------- /jdbc/what_is_difference_between_statement_and_prepared_statement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/jdbc/what_is_difference_between_statement_and_prepared_statement.md -------------------------------------------------------------------------------- /linux/README.md: -------------------------------------------------------------------------------- 1 | # Linux 2 | 3 | 4 | -------------------------------------------------------------------------------- /linux/find_file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/linux/find_file.md -------------------------------------------------------------------------------- /linux/list_file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/linux/list_file.md -------------------------------------------------------------------------------- /scrum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/scrum/README.md -------------------------------------------------------------------------------- /scrum/how_to_scrum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/scrum/how_to_scrum.md -------------------------------------------------------------------------------- /scrum/scrum_chara.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/scrum/scrum_chara.md -------------------------------------------------------------------------------- /scrum/whats_sprint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/scrum/whats_sprint.md -------------------------------------------------------------------------------- /spring/README.md: -------------------------------------------------------------------------------- 1 | # Spring 2 | -------------------------------------------------------------------------------- /spring/are_singleton_beans_thread.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/are_singleton_beans_thread.md -------------------------------------------------------------------------------- /spring/autowire.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/autowire.md -------------------------------------------------------------------------------- /spring/autowired_inject_resource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/autowired_inject_resource.md -------------------------------------------------------------------------------- /spring/bean_lifecycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/bean_lifecycle.md -------------------------------------------------------------------------------- /spring/bf_and_ac.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/bf_and_ac.md -------------------------------------------------------------------------------- /spring/can_you_inject_null_and_empty_string_values_in_spring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/can_you_inject_null_and_empty_string_values_in_spring.md -------------------------------------------------------------------------------- /spring/how_can_you_inject_java_collection_in_spring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/how_can_you_inject_java_collection_in_spring.md -------------------------------------------------------------------------------- /spring/how_do_add_a_bean_in_spring_application.md: -------------------------------------------------------------------------------- 1 | # How do add a bean in spring application? 2 | -------------------------------------------------------------------------------- /spring/how_do_you_provide_configuration_metadata_to_the_spring_container.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/how_do_you_provide_configuration_metadata_to_the_spring_container.md -------------------------------------------------------------------------------- /spring/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/introduction.md -------------------------------------------------------------------------------- /spring/ioc_good.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/ioc_good.md -------------------------------------------------------------------------------- /spring/ioc_tyoe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/ioc_tyoe.md -------------------------------------------------------------------------------- /spring/join_point.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/join_point.md -------------------------------------------------------------------------------- /spring/pointcut.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/pointcut.md -------------------------------------------------------------------------------- /spring/qc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/qc.md -------------------------------------------------------------------------------- /spring/spring_bean_scope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/spring_bean_scope.md -------------------------------------------------------------------------------- /spring/types_of_advice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/types_of_advice.md -------------------------------------------------------------------------------- /spring/what_are_benefits_of_using_spring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/what_are_benefits_of_using_spring.md -------------------------------------------------------------------------------- /spring/what_are_spring_beans.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/what_are_spring_beans.md -------------------------------------------------------------------------------- /spring/what_are_the_different_modules_in_spring_framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/what_are_the_different_modules_in_spring_framework.md -------------------------------------------------------------------------------- /spring/what_are_types_of_ioc_containers_explain_them.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/what_are_types_of_ioc_containers_explain_them.md -------------------------------------------------------------------------------- /spring/what_is_annotation-based_container_configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/what_is_annotation-based_container_configuration.md -------------------------------------------------------------------------------- /spring/what_is_aop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/what_is_aop.md -------------------------------------------------------------------------------- /spring/what_is_dependency_injection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/what_is_dependency_injection.md -------------------------------------------------------------------------------- /spring/what_is_spring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/what_is_spring.md -------------------------------------------------------------------------------- /spring/what_is_spring_configuration_file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/what_is_spring_configuration_file.md -------------------------------------------------------------------------------- /spring/what_is_spring_ioc_container.md: -------------------------------------------------------------------------------- 1 | # IoC container 是什么? 2 | 3 | 管理 bean 的生命周期 (从创建,配置等等再到摧毁) 4 | 5 | 通过 dependency injection (DI) 管理构成一个应用各个部件 6 | -------------------------------------------------------------------------------- /spring/which_di.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/spring/which_di.md -------------------------------------------------------------------------------- /sql/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/sql/README.md -------------------------------------------------------------------------------- /sql/full_join.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/sql/full_join.md -------------------------------------------------------------------------------- /sql/inner_join.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/sql/inner_join.md -------------------------------------------------------------------------------- /sql/leftright_join.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/sql/leftright_join.md -------------------------------------------------------------------------------- /sql/multi_to_multi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/sql/multi_to_multi.md -------------------------------------------------------------------------------- /sql/one_to_multi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/sql/one_to_multi.md -------------------------------------------------------------------------------- /sql/one_to_one.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/sql/one_to_one.md -------------------------------------------------------------------------------- /sql/union.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/sql/union.md -------------------------------------------------------------------------------- /sql/union_all.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/sql/union_all.md -------------------------------------------------------------------------------- /sql/what_type_of_joins_have_you_used.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/sql/what_type_of_joins_have_you_used.md -------------------------------------------------------------------------------- /sql/what_type_of_wildcards_have_you_used.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/sql/what_type_of_wildcards_have_you_used.md -------------------------------------------------------------------------------- /sql/where_having.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DONGChuan/Code-Note-Book/HEAD/sql/where_having.md --------------------------------------------------------------------------------