公告板
版本库
filestore
活动
搜索
登录
hicSDK
/
nvrServer
C++版本的nvr Server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
commit
wangzhengquan
2020-06-12
21afe7a2024b0158904ebe08a9d3f5f914792484
[hicSDK/nvrServer.git]
/
service
/
test_properties.c
1
2
3
4
5
6
7
8
#include "usg_common.h"
#include "properties_config.h"
int main() {
PropertiesConfig config("../data/config.txt");
std::cout << config.get("local_url") << std::endl;
}