., Ltd Dec 30 14:39:44 nicolas-desktop kernel: [ 7375.487566] usb 4-4: new full-speed USB devicenumber 4 using ohci-pciDec 30 14:39:45 nicolas-desktop kernel
] usb 4-4: New USB device found, idVendor=090c, idProduct=1000 [ 2398.924885] usb 4-4: Product: Silicon-Power64G[ 2398.924890] usb 4-4: Manufacturer: UFD 3.0
[ 2398.924894]
目前,我有一个名为Data的字符串流。我通过使用以下命令来查找字符串流的开头:然后,我尝试向字符串流的前8个字节写入2个整数(以前,前8个字节被设置为0)char* b = const_cast<char*>(Data.str().c_str());
for (int i = 0; i < dataLength为什么我的字符串流中的数据没有被正确覆盖?