自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

原创 oracle命令整理

sqlplus常用操作1. 忘记密码(已system为例) a.sqlplus /nolog b.conn /as system c.alter user system identified by 新密码2. system/easipass //系统账号登录3. show user;//查看当前用户名4. host c...

2019-03-28 18:04:43 125

转载 Spring 配置异常解决办法之Referenced file contains errors (http://www.sp

Referenced file contains errors (http://www.springframework.org/schema/beans/spring-beans-3.0.xsd). For more information, right click on the message in the Problems View and select "Show Details..

2017-10-18 14:12:21 19472 7

转载 linux解压*.tgz出现异常的解决办法

1.在做varnish配置的时候,从官网上下载了varnish-4.0.3.tgz版本  用命令tar -zxvf varnish-4.0.3.tgz解压时,出现以下异常:    tar: 它似乎不像是一个 tar 归档文件tar: 跳转到下一个头tar: 由于前次错误,将以上次的错误状态退出2.解决办法:    一、执行命令gzip -d varnish-4.

2017-10-16 15:28:30 10831

转载 centos7 linux下安装gcc

http://blog.csdn.net/hhq163/article/details/52052415centos7下安装gmp遇到 configure:error:no usable m4 in$path or /user/5bin解决方案查看以下网址:安装M4http://www.xitongmen.com/sap/linux/2052.html

2017-10-13 11:00:01 1174

转载 idea上传项目到gitHub

http://blog.csdn.net/u011493599/article/details/54378461

2017-10-12 11:21:50 252

转载 vm安装centos7

https://jingyan.baidu.com/article/eae0782787b4c01fec548535.html

2017-10-12 09:38:59 200

转载 在linux下搭建git服务器

http://www.cnblogs.com/dee0912/p/5815267.html

2017-10-12 09:31:19 182

转载 LINUX中常用操作命令

http://www.daniubiji.cn/archives/25#Linux简介及Ubuntu安装

2017-10-12 09:29:41 165

原创 单引号出现u0027时,解决方法

java中使用Gson gson = new Gson(),进行对象转化json格式时,单引号会被转换成u0027代码。这时Gson的创建方式换成Gson gson = new GsonBuilder().disableHtmlEscaping().create();然后在调用gson.toJson()方法。这时问题就解决了。

2017-06-12 17:46:43 14108

空空如也

空空如也

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

TA关注的人

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