会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ieayoio
个人网站:http://www.ieayoio.com/
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
2016年1月30日
git push 冲突
摘要: 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
阅读(189)
评论(0)
推荐(0)
2016年1月29日
IDEA/AS快捷键收集&习惯
摘要: 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
阅读(957)
评论(0)
推荐(0)
2016年1月28日
ubuntu命令收集
摘要: 软件操作: - 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
阅读(359)
评论(0)
推荐(0)
ubuntu快捷键收集
摘要: 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
阅读(183)
评论(0)
推荐(0)
2016年1月25日
ubuntu中wine下安装QQ
摘要: 原文:http://jingyan.baidu.com/article/359911f55da27057fe0306d8.html可以把win改成最新版
阅读全文
posted @ 2016-01-25 12:34 ieayoio
阅读(193)
评论(0)
推荐(0)
ubuntu下安装无线网卡去驱动Qualcomm-Atheros-QCA9377
摘要: 文件(文档和压缩包):http://pan.baidu.com/s/1mhktFT2
阅读全文
posted @ 2016-01-25 11:49 ieayoio
阅读(4166)
评论(0)
推荐(0)
2016年1月22日
spring mvc添加静态资源访问时@Controller无效的解决
摘要: web.xml中的url-pattern设置为/,添加mvc:resources访问静态资源时,@Controller无效的问题web.xml: srpingmvc org.springframework.web.servlet.DispatcherServlet ...
阅读全文
posted @ 2016-01-22 18:02 ieayoio
阅读(876)
评论(0)
推荐(0)
git更新到远程服务器代码
摘要: gitcommit -a 在vi里输入一些内容 wq退出,git pull, git push
阅读全文
posted @ 2016-01-22 17:23 ieayoio
阅读(298)
评论(0)
推荐(0)
git的基本使用
摘要: 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
阅读(174)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
公告