其他
饥饿程序员
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解决Idea不能实时编译的问题
https://my.oschina.net/fdblog/blog/172229转载 2019-04-20 17:33:38 · 1044 阅读 · 0 评论 -
IDEA中Git的使用
https://www.cnblogs.com/javabg/p/8567790.html转载 2019-05-21 09:32:24 · 184 阅读 · 0 评论 -
cygwin 设置多 tab 窗口页面切换
一、准备安装包: following packages marked for install: gcc-g++ make w32api-headers git 二、执行操作 git clone https://github.com/juho-p/fatty.git cd fatty make cp src/fatty.exe /bin 三、执行命令 1、fatty.exe-...原创 2019-05-22 15:31:41 · 2082 阅读 · 0 评论 -
idea merge into current 是啥意思?
把远程的master代码合并到当前的dev本地分支原创 2019-05-28 13:24:42 · 33969 阅读 · 0 评论 -
No plugin found for prefix 'exec' in the current project and the plugin groups (Failure to transfer)
这个问题困扰了我很长时间,百度找了很久都没有找到解决方法,最后发现可能是因为服务商网络问题导致访问被禁止了,然后我就换用阿里云的库,替换maven官网的库,找到maven安装地址或者解压地址的conf目录下的settings.xml; 增加: <mirror> <id>nexus-aliyun</id> ...原创 2019-06-18 12:14:01 · 5626 阅读 · 4 评论
分享