# 特性
1. 支持 **数据源分组** ,适用于多种场景 纯粹多库 读写分离 一主多从 混合模式。
2. 支持数据库敏感配置信息 **加密** ENC()。
3. 支持每个数据库独立初始化表结构schema和数据库database。
4. 支持 **自定义注解** ,需继承DS(3.2.0+)... ...
分类:
编程语言 时间:
2020-12-18 13:08:12
阅读次数:
2
动态链接库-C/C++ 创建dll 动态链接库 DLL(Dynamic Link Libarary) DLL中包含若干共有的代码、数据、可以供其他模块使用 但是只有经过export导出后才允许被外部正常调用。 可以使用火绒剑这个软件查看进程的各种调用的dll文件 首先采用vs2019新建dll项目 ...
分类:
编程语言 时间:
2020-12-17 12:30:14
阅读次数:
2
ldd list dynamic dependencies 列出动态依赖关系 使用方法例: $ ldd darknet linux-vdso.so.1 => (0x00007ffe1c956000) libopencv_highgui.so.3.4 => /usr/local/lib/libopen ...
分类:
系统相关 时间:
2020-12-14 13:48:10
阅读次数:
11
一、MoveBase框架 上图中move_base节点提供用于配置,运行和与交互的ROS界面。上面显示了move_base节点及其与其他组件的交互的高级视图。主要包含了global_panner与local_panner,分别用于总体路径规划与局部路径规划。 预期的机器人行为: base_local ...
分类:
其他好文 时间:
2020-12-10 10:40:16
阅读次数:
2
TSynDictionary mormot.core.json.pas /// thread-safe dictionary to store some values from associated keys // - will maintain a dynamic array of values, ...
分类:
其他好文 时间:
2020-12-07 12:26:55
阅读次数:
5
Basic Info 这是CMU 15-213的Malloc Lab,本来没打算做,被同学安利了一波~ 需要用C实现A Dynamic Storage Allocator,类似于libc中的malloc/free/realloc,整体来看难度较大。 开始没什么思路,看了下CSAPP动态内存分配那一节 ...
分类:
其他好文 时间:
2020-12-02 12:40:09
阅读次数:
5
Docker启动容器报错。Error response from daemon: driver failed programming external connectivity on endpoint mysql3308 (9b142778c31ebc6d13e9c2e0feaa027fbb025c... ...
分类:
数据库 时间:
2020-12-01 12:26:21
阅读次数:
14
POST ultiwill_http/_mapping/doc { "doc":{ "dynamic":"false" } } ...
分类:
其他好文 时间:
2020-11-30 16:06:53
阅读次数:
7
Programming Concepts Series: The Stack and the Heap Compiled and Interpreted Languages Concurrency Static vs. Dynamic Type Checking Type Introspection ...
分类:
其他好文 时间:
2020-11-26 15:03:39
阅读次数:
6
Programming Concepts Series: The Stack and the Heap Compiled and Interpreted Languages Concurrency Static vs. Dynamic Type Checking Type Introspection ...
分类:
其他好文 时间:
2020-11-26 15:02:41
阅读次数:
5