2019年3月18日

(c++ std) 查找 vector 中的元素

摘要: You can use std::find from <algorithm>: std::find(vector.begin(), vector.end(), item) != vector.end() This returns a bool (true if present, false othe 阅读全文

posted @ 2019-03-18 16:46 liujx2019 阅读(25466) 评论(0) 推荐(0) 编辑

[SVN] Couldn't perform atomic initialization

摘要: It was because the partition that svn had been installed in, was full. 阅读全文

posted @ 2019-03-18 10:32 liujx2019 阅读(2481) 评论(0) 推荐(0) 编辑

导航