2016年5月10日

eclipse简单注释规范

摘要: 设置注释模板的入口: Window->Preference->Java->Code Style->Code Template Types/*** @ClassName: ${type_name}* @Description: ${todo}(这里用一句话描述这个类的作用)* @author wlsu 阅读全文

posted @ 2016-05-10 16:28 找到属于自己的天空 阅读(162) 评论(0) 推荐(0) 编辑

密码加密md5和sha

摘要: package cn.springmvc.util;import java.security.MessageDigest;import java.security.NoSuchAlgorithmException;public class SecurityIDUtil { /** * Encrypt 阅读全文

posted @ 2016-05-10 16:12 找到属于自己的天空 阅读(283) 评论(0) 推荐(0) 编辑

Spring_Springmvc_mybatis一般配置

摘要: web.xml配置 <?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javae 阅读全文

posted @ 2016-05-10 15:28 找到属于自己的天空 阅读(1053) 评论(0) 推荐(0) 编辑

SVN安装详解

摘要: (一)安装服务器端1. 先安装VisualSVN-Server-2.6.0.msi 2.点击Next SVN服务端已经安装好了 选中Repositores >选中“新建” >点击“Repository”会弹出窗口: Repositores就是SVN仓库 Repositores下面就是每个分支了 最后 阅读全文

posted @ 2016-05-10 14:58 找到属于自己的天空 阅读(209) 评论(0) 推荐(0) 编辑

导航