10 2016 档案

git 常用命令
摘要:git 常用命令Git常用操作命令收集:1) 远程仓库相关命令检出仓库:$ git clone git://github.com/jquery/jquery.git查看远程仓库:$ git remote -v添加... 阅读全文

posted @ 2016-10-25 13:25 cbam 阅读(96) 评论(0) 推荐(0)

If no other git process is currently running, this probably means a git process crashed in this repo
摘要:If no other git process is currently running, this probably means agit process crashed in this repository ... 阅读全文

posted @ 2016-10-25 13:22 cbam 阅读(82) 评论(0) 推荐(0)

spring mvc redirect 重定向 跳转并传递参数 && mvc:view-controller直接转发页面
摘要:在项目中做form表单功能提交时,防止用户客户端后退或者刷新时重复提交问题,需要在服务端进行重定向跳转,具体跳转方式有以下几种方式:公用代码:Java代码 @RequestMapping(value="/ind... 阅读全文

posted @ 2016-10-18 14:56 cbam 阅读(556) 评论(0) 推荐(0)

Spring MVC 流程图
摘要:Spring MVC工作流程图图一图二 Spring工作流程描述 1. 用户向服务器发送请求,请求被Spring 前端控制Servelt DispatcherServlet捕获; 2. Dis... 阅读全文

posted @ 2016-10-18 13:44 cbam 阅读(123) 评论(0) 推荐(0)

IDEA 安装破解版JRebel插件实现热部署记录
摘要:插件特性:jrebel支持方法修改,新增方法... 阅读全文

posted @ 2016-10-18 13:36 cbam 阅读(148) 评论(0) 推荐(0)

github中git push origin master出错:error: failed to push some refs to
摘要:94 down vote accepted If the GitHub repo has seen new commits pushed to it, while you were working locally... 阅读全文

posted @ 2016-10-18 10:52 cbam 阅读(135) 评论(0) 推荐(0)

maven由IDEA插件转换为自己的jar包配置出现cannot reconnect
摘要:try to delete .m2 repository entirely then update your maven project again 问题解决 不过 特么jar包下载很长时间 ... 阅读全文

posted @ 2016-10-14 17:06 cbam 阅读(678) 评论(0) 推荐(0)

java.lang.NoClassDefFoundError: org/aspectj/weaver/tools/PointcutDesignatorHandler at java.lang.Cla
摘要:缺少jar包 如果是maven项目就在pom.xml添加如下依赖 org.aspectj aspectjweaver 1.6.11 ... 阅读全文

posted @ 2016-10-14 13:36 cbam 阅读(365) 评论(0) 推荐(0)