造冰箱的大熊猫@cnblogs 2019/1/24 在LibreOffice(5.1.6.2)中,要禁止或者使能首字母自动大写功能,点击菜单项“Tools>>AutoCorrect Options”,激活“AutoCorrect”对话框.在对话框的“Options”标签下,“Capitalize first letter of every sentence”选项控制首字母自动大写功能. 点击鼠标右键看大图 在Microsoft Office中(以Word 2007为例),要禁止或者使能首字母…
IntelliJ IDEA可以自动优化导入包,但是有多个同名的类位于不同的包时,需要自己手动使用Alt + Enter进行导入. Settings→Editor→General→Auto Import 选中Optimize imports on the fly和Add unambiguous imports on the fly Optimize imports on the fly:自动去掉一些没有用到的包 Add unambiguous imports on the fly:自动帮我们优化导…