码迷,mamicode.com
首页 >  
搜索关键字:preferences    ( 2442个结果
eclipse风格的编辑器的快捷键
良好的快捷键的使用,不仅可以提高编辑效率,同时可以方便排查代码的bug。 对于中级用户,可以采用以下菜单: Help -> Show Active Keybindings... Window -> Preferences: General -> Keys General -> C/C++ Gener ...
分类:系统相关   时间:2019-12-15 10:59:34    阅读次数:106
unable to find utility "simctl", not a developer tool or in PATH解决方案
解决方案就是去xcode设置里面,将Command line Tools设置一下,在Xcode>preferences>Locations里面,设置之后再运行终端即可 ...
分类:其他好文   时间:2019-12-13 19:45:25    阅读次数:84
eclipse 经常自动调试进入debug模式
最近调试项目的时候,总是自己开始debugger 整的整个人都不好了 所以附赠解决方法 Window——》Preferences——》Java——》Debug——》Suspend Execution,将suspend execution on uncaught exceptions前的勾去掉——》A ...
分类:系统相关   时间:2019-12-13 15:28:14    阅读次数:154
eclispe: 修改所有文件默认编码为UTF-8
1、修改 workspace text file encoding 依次点击windows -> Preferences -> general -> Workspace,修改如图的编码为UTF-8 2、修改资源文件编码 依次点击windows -> Preferences -> general -> ...
分类:其他好文   时间:2019-12-11 10:59:35    阅读次数:92
IntelliJ IDEA在mac中完全删除方法
cd /Applications/ rm -r IntelliJ\ IDEA.app/ rm -r /Users/apple/Library/Logs/IntelliJIdea2019.3/ rm -r /Users/apple/Library/Preferences/IntelliJIdea201 ...
分类:系统相关   时间:2019-12-10 17:22:58    阅读次数:877
Eclipse中如何安装Git插件
现在的Eclipse一般都自带Git插件。 检查Eclipse是否有Git插件: 方法一:Help—>About Eclipse,出现下面的图标,说明Eclipse中已有Git插件,就不用安装了。 方法二:Window—>Preferences—>Team,如果有Git目录则说明Eclipse中已有 ...
分类:系统相关   时间:2019-12-09 23:02:56    阅读次数:119
vs code 安装 theme后set color theme出错: cannot read property id of undefinded
问题描述: 如题 解决方案: https://github.com/sdras/night owl vscode theme/issues/176 Hm, strange. Have you tried shift + ctrl P and then Preferences: Color Theme ...
分类:其他好文   时间:2019-12-09 21:54:01    阅读次数:121
解决eclipse打开文件乱码
解决办法 需要设置的几处地方为: Window->Preferences->General ->Content Type->Text->JSP 最下面设置为UTF-8 Window->Preferences->General->Workspace 面板Text file encoding 选择UTF ...
分类:系统相关   时间:2019-12-06 19:57:21    阅读次数:140
eclipse 克隆 https 地址的 Git 仓库报错:cannot open git-upload-pack
解决方法:Window >Preferences >Team>Git>User settings点击Add Entry设置key:http.sslVerify value:false,设置好之后点击"OK" 再重新clone项目时就没问题啦! 当然命令也是可以解决滴: 1.克隆远程仓库时,用env命 ...
分类:Web程序   时间:2019-12-06 11:47:25    阅读次数:129
plsql常用快捷键
plsql使用技巧 1、类SQL PLUS窗口:File->New->Command Window,这个类似于oracle的客户端工具sql plus,但比它好用多了。 2、设置关键字自动大写:Tools->Preferences->Editor,将Keyword case选择Uppercase。这 ...
分类:数据库   时间:2019-12-05 12:58:17    阅读次数:86
2442条   上一页 1 ... 13 14 15 16 17 ... 245 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!