1 Star 2 Fork 0

龙雨城 / RH_Douyin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
getUserID.h 436 Bytes
一键复制 编辑 原始数据 按行查看 历史
龙雨城 提交于 2022-05-07 14:19 . 修正
#pragma once
#include<iostream>
#include<vector>
#include<string>
#include<regex>
#include<io.h>
#include<objbase.h>
#include<stdio.h>
#include<unordered_map>
std::vector <std::string> getFiles(std::string realpaths, std::regex reg);
std::string getID(std::string dbname);
std::vector<std::string> getUserID(std::vector<std::string>& dbnames);
std::unordered_map<std::string, std::string> makeIDPairs(std::vector<std::string> userid);
C++
1
https://gitee.com/long-yucheng/rh_-douyin.git
git@gitee.com:long-yucheng/rh_-douyin.git
long-yucheng
rh_-douyin
RH_Douyin
master

搜索帮助