Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我修改了一个文件,然后就不需要这个修改了。我怎样才能回到文件的原始状态。我的意思是在本地进行的未签入、提交或推送的修改。
谢谢
从命令行:
bk unedit file
或者运行 bk citool 并选择 Discard 按钮。
我有一个带有 3 个标题列的 HTML5 表。它们colspan=2每一个,共有 6 列宽。每个标题下有 2 个与该标题相对应的正文列。我已经将各个列左对齐,但现在我希望整个正文中心对齐,以便与标题对齐。我已经尝试过margin: 0 auto确保我有一个width定义但它不起作用的技巧。
colspan=2
margin: 0 auto
width
这是它现在的样子:
1 objective-c - NSUndoManager :在一个运行循环周期中分离多个更改