石博文
石博文
`src/server.rs` 里面的 `upload_picture` 函数 上传图片的时候失败,估计是上传的 POST 有地方写错了,看了半天也没找出原因,应该是一些字段漏掉了或者哪里 typo 了
Version of VSCode: 1.13.0 Version of the extension: 0.3.14 OS: Archlinux Description: feature request: auto save all files before execute `cargo run`
I'm using TP-LINK TL-WDN5200H, usb id is 148f:761a. got error when execute `ifconfig ra0 up` ``` [ 189.684544] RTUSB_VendorRequest failed(-110),TxFlags=0x0, ReqType=OUT, Req=0x6, Idx=0x9a0,pAd->Flags=0x0 [ 189.684547] VendrCmdMultiWrite_nBytes failed! [ 189.763295] #...
using reference is batter, because `Function` can't clone and in some situation we need to keep a handle for that function object.