随笔分类 - 工具
摘要:1. 安装软件:https://pan.baidu.com/s/15oIzTDojpignoR5MiZ-Q1A 安装并注册 2. 进入到目录,并打开: 1. /Users/toov5/Library/Preferences, 2. open com.apple.HIToolbox.plist 3.
阅读全文
摘要:常用的必须记住的 alt+f7 : 查找在哪里使用 相当于eclipse的ctrl+shift+G command+alt+f7 : 这个是查找选中的字符在工程中出现的地方,可以不是方法变量类等,这个和上面的有区别的 command+F7 : 可以查询当前元素在当前文件中的引用,然后按F3可以选择
阅读全文
摘要:查看远程仓库地址命令: git remote -v 比较看修改了啥子: git diff filename
阅读全文
摘要:参考: https://blog.csdn.net/lvyuan1234/article/details/53418818 右键,open 操作前提是所有项目移除,并且右键clean掉相关数据! 修改出:
阅读全文
摘要:参考:https://blog.csdn.net/zl544434558/article/details/47857343 在一个eclipse启动多个tomcat,修改tomcat的端口是不可以的,需要修改tomcat的shutdown端口、tomcat访问端口、jvm启动端口 修改步骤: 1 双
阅读全文
摘要:经常使用mac和linux 这次使用window开发了一些小项目 废话不多说: git init git add . git commit -m 'note' git remote add origin 你的远程库地址 比如 git remote add origin https://github.
阅读全文