自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (4)
  • 收藏
  • 关注

转载 git 常用命令

git 常用命令 Git常用操作命令收集: 1) 远程仓库相关命令 检出仓库:$ git clone git://github.com/jquery/jquery.git 查看远程仓库:$ git remote -v 添加远程仓库:$ git remote add [name] [url] 删除远程仓库:$ git remote rm [name] 修改远程仓库:$ 

2016-10-25 13:24:40 276

原创 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 a git process crashed in this repository earlier. Make sure no other git process is running and remove the file manually to continue.

2016-10-25 13:22:29 752

原创 spring mvc redirect 重定向 跳转并传递参数 && mvc:view-controller直接转发页面

在项目中做form表单功能提交时,防止用户客户端后退或者刷新时重复提交问题,需要在服务端进行重定向跳转,具体跳转方式有以下几种方式: 公用代码: Java代码   @RequestMapping(value="/index",method = { RequestMethod.POST, RequestMethod.GET })   public  ModelAndView index(Ht...

2016-10-18 14:55:48 15291

原创 Spring MVC 流程图

Spring MVC工作流程图 图一 图二  Spring工作流程描述       1. 用户向服务器发送请求,请求被Spring 前端控制Servelt DispatcherServlet捕获;       2. DispatcherServlet对请求URL进行解析,得到请求资源标识符(URI)。然后根据

2016-10-18 13:44:20 484

原创 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, I would advice for: git pull --rebase git push The full syntax is: git

2016-10-18 10:52:01 591

原创 maven由IDEA插件转换为自己的jar包配置出现cannot reconnect

try to delete .m2 repository entirely then update your maven project again 问题解决  不过 特么jar包下载很长时间

2016-10-14 17:06:19 1945

原创 java.lang.NoClassDefFoundError: org/aspectj/weaver/tools/PointcutDesignatorHandler at java.lang.Cla

缺少jar包 如果是maven项目就在pom.xml添加如下依赖 dependency> groupId> org.aspectjgroupId > artifactId> aspectjweaverartifactId > version> 1.6.11version > dependency>

2016-10-14 13:35:59 5812

CPU-Z测试参数详解

cpu-z对系统测试的各项参数进行了 详细的分析和原理介绍~!让您成为“业内人士”。此文档必为卖家买家的必备神器!

2015-11-10

宾馆信息管理系统课程设计报告(大一)

大一的课程设计 一个宾馆信息管理系统 ,同时适用其他 管理系统课题 只需做稍加修改。

2015-09-08

《C语言程序设计》课后习题答案(第四版)谭浩强.docx

《C语言程序设计》课后习题答案(第四版)谭浩强 从此 课后习题再也不是事 帮助同学们练习c语言实践能力 提高技能

2014-11-20

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除