2019年2月14日

windows 命令行报错:file(s) not in client view

摘要: 今天在执行p4 sync命令时报错:File(s) not in client view,查找后发现其实是未连接上p4服务器。需要重新设置P4PORT=服务器地址 即可解决(参考链接:https://perforce-user.perforce.narkive.com/0OHoquWw/p4-nee 阅读全文

posted @ 2019-02-14 20:36 MongoLiu 阅读(2257) 评论(0) 推荐(0)

winform listbox 使用DrawMode使用OwnerDrawVarialbe或OwnerDrawFixed无水平滚动条

摘要: 因为需要使用DrawMode自行DrawItem,所以需要将DrawMode设置为OwnerDrawVarialbe或OwnerDrawFixed模式,代码如下: 并对listbox增加事件:DrawItem事件设置为listBox_DrawItem 但是这样就无法使用默认方式出现水平滚动条,那么需 阅读全文

posted @ 2019-02-14 20:21 MongoLiu 阅读(1412) 评论(0) 推荐(0)

windows 命令行使用p4

摘要: 首先,p4的命令行真的恶心,要不是非要用我一定换成git(逃) 参考网站:https://www.perforce.com/manuals/v15.1/cmdref/p4_add.html 全程尝试各种命令的参数,真的很难受。以下是我用到的命令。亲试 1、revert: p4 revert -a - 阅读全文

posted @ 2019-02-14 15:24 MongoLiu 阅读(1147) 评论(0) 推荐(0)

导航