2017年9月2日

初探持续集成框架--->jenkins 安装及使用

摘要: 1.jenkins介绍 Jenkins是一个开源软件项目,是基于Java开发的一种持续集成工具,用于监控持续重复的工作,旨在提供一个开放易用的软件平台,使软件的持续集成变成可能。 Jenkins的安装要保证系统中已经安装好了jdk,最好是jdk1.5以上。 2.下载地址 https://pkg.je 阅读全文

posted @ 2017-09-02 20:50 Xiaox-xin 阅读(221) 评论(0) 推荐(0)

Centos7-服务命令总结

摘要: Centos 系统服务脚本目录:/usr/lib/systemd/ 系统: /usr/lib/systemd/system 用户:/usr/lib/systemd/usr服务以.service结尾 服务文件:[Unit] Description=nginx After=network.target 阅读全文

posted @ 2017-09-02 15:32 Xiaox-xin 阅读(198) 评论(0) 推荐(0)

安装--->Tomcat监控工具Probe

摘要: 1.Porbe介绍 psi-probe用于对Tomcat进行监控,比tomcat的manager强大很多。 2.下载 probe-2.3.3.zip 或者 probe.war 3.将下载好的war包,或者zip文件,放在tomcat的webapp目录下 4.配置tomcat-users.xml文件 阅读全文

posted @ 2017-09-02 14:23 Xiaox-xin 阅读(3459) 评论(1) 推荐(0)

2017年8月31日

类加载器

摘要: 阅读全文

posted @ 2017-08-31 09:34 Xiaox-xin 阅读(94) 评论(0) 推荐(0)

2017年8月28日

为什么要用Spring IOC

摘要: 对象,创建统一管理 规范的生命周期管理 灵活的依赖注入 一致的获取对象 阅读全文

posted @ 2017-08-28 00:04 Xiaox-xin 阅读(93) 评论(0) 推荐(0)

2017年8月27日

业务接口设计总结

摘要: 1.站在”使用者“角度设计接口 2.三个方面: a.方法定义粒度 b.参数 c.返回类型(类型/异常) 阅读全文

posted @ 2017-08-27 23:26 Xiaox-xin 阅读(180) 评论(0) 推荐(0)

2017年8月21日

Hessian HelloWorld

摘要: Hessian介绍: Hessian是一个轻量级的remoting onhttp工具,使用简单的方法提供了RMI的功能。 相比WebService,Hessian更简单、快捷。采用的是二进制RPC协议,因为采用的是二进制协议,所以它很适合于发送二进制数据。 引入jar包 3.编写entity 注意: 阅读全文

posted @ 2017-08-21 17:19 Xiaox-xin 阅读(159) 评论(0) 推荐(0)

2017年8月18日

日期控件的使用,My97DatePicker

摘要: 1.下载My97DatePicker资源 下载地址 :http://www.my97.net/dp/down.asp 2.添加到项目中 3.在jsp页面中引入 eg: <script type="text/javascript" src="/resources/My97DatePicker/Wdat 阅读全文

posted @ 2017-08-18 20:00 Xiaox-xin 阅读(178) 评论(0) 推荐(0)

2017年8月17日

实战JAVA虚拟机 JVM故障诊断与性能优化(五)---->常用的GC参数

摘要: 阅读全文

posted @ 2017-08-17 20:20 Xiaox-xin 阅读(138) 评论(0) 推荐(0)

2017年8月16日

idea 启动debug时 throw new ClassNotFoundException(name);

摘要: 在debug界面,View Breakpoints 不要勾选 阅读全文

posted @ 2017-08-16 16:42 Xiaox-xin 阅读(599) 评论(0) 推荐(0)

导航