上一页 1 ··· 4 5 6 7 8
摘要: git commit -am "test 3" git pull 用自己的:git checkout --ours xxxx路径xxxx 用他人的:git checkout --theirs xxxx路径xxxx 手动修改 git push 阅读全文
posted @ 2016-01-30 15:53 ieayoio 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 1.Alt+Enter单包引入 2.Ctrl+O (在类中)快速重写父类方法 3.Ctrl+F12显示类结构 4.代码提示 -Ctrl+Alt+空格 代码提示 -Ctrl+Shift+回车 在末尾自动添加“;” 5.psvm+Tab快速生成main方法 6.sout+Tab快速生成System.ou 阅读全文
posted @ 2016-01-29 14:46 ieayoio 阅读(946) 评论(0) 推荐(0) 编辑
摘要: 软件操作: - sudo apt-get install xxx 安装软件 - sudo apt-get --purge remove XXX 卸载软件 - sudo apt-get -f install 修复安装 - sudo dpkg -i [fileName.deb] 安装deb结尾的文件(不 阅读全文
posted @ 2016-01-28 14:43 ieayoio 阅读(357) 评论(0) 推荐(0) 编辑
摘要: Ctrl+Alt+T 终端 -Ctrl+Shift+C 终端复制 -Ctrl+Shift+V 终端粘贴 -Ctrl+L 清屏 -Ctrl+; 从剪切板中获得输入提示(不小心点到被诡异的提示吓到了) -Ctrl+A 光标移动到最前段 -Ctrl+E 光标移动到最末尾 super+S 打开工作区 -Ct 阅读全文
posted @ 2016-01-28 14:40 ieayoio 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 原文:http://jingyan.baidu.com/article/359911f55da27057fe0306d8.html可以把win改成最新版 阅读全文
posted @ 2016-01-25 12:34 ieayoio 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 文件(文档和压缩包):http://pan.baidu.com/s/1mhktFT2 阅读全文
posted @ 2016-01-25 11:49 ieayoio 阅读(3998) 评论(0) 推荐(0) 编辑
摘要: web.xml中的url-pattern设置为/,添加mvc:resources访问静态资源时,@Controller无效的问题web.xml: srpingmvc org.springframework.web.servlet.DispatcherServlet ... 阅读全文
posted @ 2016-01-22 18:02 ieayoio 阅读(868) 评论(0) 推荐(0) 编辑
摘要: gitcommit -a 在vi里输入一些内容 wq退出,git pull, git push 阅读全文
posted @ 2016-01-22 17:23 ieayoio 阅读(295) 评论(0) 推荐(0) 编辑
摘要: git教程:http://www.runoob.com/git/git-tutorial.htmlssh key的生成:https://help.github.com/articles/generating-ssh-keys/#platform-windows廖雪峰:http://www.liaox... 阅读全文
posted @ 2016-01-22 14:33 ieayoio 阅读(155) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8