上一页 1 2 3 4 5 6 7 8 ··· 26 下一页
摘要: @Data@Embeddable@NoArgsConstructor @AllArgsConstructor@JsonNaming(value = LowerCaseWithUnderscoresStrategy.class)public class AccountHolder { @... 阅读全文
posted @ 2015-06-01 15:50 samu 阅读(316) 评论(0) 推荐(0) 编辑
摘要: public static ConfigurableApplicationContext context = null; public static void main( String[] args ) throws Exception { //1. start ... 阅读全文
posted @ 2015-06-01 13:53 samu 阅读(2518) 评论(0) 推荐(0) 编辑
摘要: import java.io.File;import javax.servlet.Servlet;import lombok.extern.slf4j.Slf4j;import org.springframework.boot.autoconfigure.AutoConfigureAfter;imp... 阅读全文
posted @ 2015-06-01 13:37 samu 阅读(7114) 评论(0) 推荐(0) 编辑
摘要: 1.创建mydemo项目cd d:\myworkmvn archetype:create -DgroupId=com.example.mydemo -DartifactId=mydemo生成mydemo目录,删除该目录下src目录,修改pom.xml,将packaging值修改为:pom2. 然后... 阅读全文
posted @ 2015-05-30 15:05 samu 阅读(558) 评论(0) 推荐(0) 编辑
摘要: (1)客户端向服务器提出请求,发出SSL握手信号。 (2)服务器发出回应,并出示服务器证书(公钥),显示服务器站点身份。 (3)客户端验证服务器证书,并生成一个随机的会话密钥,密钥长度达到128位。 (4)客户端用服务器的公钥加密该会话密钥,产生加密会话密钥。 (5)客户端对该会话密钥进行签名,... 阅读全文
posted @ 2015-05-29 17:46 samu 阅读(205) 评论(0) 推荐(0) 编辑
摘要: DES加密介绍 DES是一种对称加密算法,所谓对称加密算法即:加密和解密使用相同密钥的算法。DES加密算法出自IBM的研究,后来被美国政府正式采用,之后开始广泛流传,但是近些年使用越来越少,因为DES使用56位密钥,以现代计算能力,24小时内即可被破解。虽然如此,在某些简单应用中,我们还是可以使用... 阅读全文
posted @ 2015-05-28 14:54 samu 阅读(319) 评论(0) 推荐(0) 编辑
摘要: http://www.tuicool.com/articles/ENfe2uhttps://github.com/tobiasflohre/movie-databaseWhat is the best way to build a web application?I know, tough ques... 阅读全文
posted @ 2015-05-28 11:54 samu 阅读(424) 评论(0) 推荐(0) 编辑
摘要: http://www.citicsf.com/download/ctp/ 阅读全文
posted @ 2015-05-27 10:21 samu 阅读(269) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-05-21 16:19 samu 阅读(3) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-05-21 15:24 samu 阅读(2) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 26 下一页