Github
地址:https://github.com/Snailclimb/springboot-integration-examples(SpringBoot和其他常用技术的整合,可能是你遇到的讲解最详细的学习案例,力争新手也能看懂并且能够在看完之后独立实践。
【java】 【mysql】 【数据库】 【spring】 【配置】 【测试】 【springboot】 …
Nov
30
2018
Oct
11
2018
依赖 //mysql 驱动 compile group: 'mysql', name:
'mysql-connector-java', version: '5.1.21' //druid compile group:
'com.
【java】 【mysql】 【spring】 【配置】 【springboot】 【string】 【Annotation】 【class】 …
Aug
31
2018
Aug
25
2018
Aug
13
2018
简单记录以备学习,如果有误请指出。 一、核心类 Observer_info:观察者 rpl_handler.hclass
Observer_info { //插件观察者 public: void *observer;
//这个void指针是具体的观察者,使用指针函数实现多态 st_plugin_int *plugin_int;
plugin_ref plugin Observer_info(void *ob, st_plugin_int *p); };
实际观察者 及void* 指向的对象,其中全部都是函数指针,这里通过函数指针指向了具体的函数,实现了插件的功能。
【mysql】 【函数】 【void】 【插件】 …
Jul
22
2018
Jul
06
2018
Jul
03
2018
Jul
02
2018
Jun
12
2018