panda_test
panda_test
When will it be released?

> That's weird. Could you please share more information about your environment? What happens if you create the account with the `/machineaccount` parameter set as `no`? OS : Microsoft Windows...
> 我现在已经成功使用Deviceiocontrol获取文件的句柄以及父句柄,目前使用的是C++ STL库的map作为存储结构,在一百万文件中先遍历查找文件名test再生成查找结果的文件完整路径用时大概在2-3s左右(我设计的生成路径算法在所有文件的路径都被生成的情况下的复杂度为n*log(n),n来自于遍历所有文件,log(n)来自于查找文件对应的父级目录)。 > > ```c++ > //文件信息的结构 > class FileInfo > { > 上市: > 字符串文件名; > 字符串fileRef; > 字符串fileParentRef; > 字符串fullPath; > 弦卷 > FileInfo(字符串fn,字符串fr,字符串fpr,字符串c) > { >...