Cryptography deals with methods of secret communication that transform a message (the plaintext) into a disguised form (the ciphertext) so that no one ...
分类:
其他好文 时间:
2017-01-21 17:09:55
阅读次数:
291
原文地址:http://huoding.com/2011/11/08/126 去年我写过一篇《OAuth那些事儿》,对OAuth做了一些简单扼要的介绍,今天我打算写一些细节,以阐明OAuth如何从1.0改变成1.0a,继而改变成2.0的。 OAuth1.0 在OAuth诞生前,Web安全方面的标准协 ...
分类:
其他好文 时间:
2017-01-18 15:11:14
阅读次数:
274
练习spring的后置增强时遇到了如下问题: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'itemAction2' defined in class path reso ...
分类:
编程语言 时间:
2017-01-01 22:44:42
阅读次数:
339
主要的后端架构:Spring+SpringMVC+Mybatis+Shiro+Maven IDE:IntelliJ IDEA 15.0.2 jdk:1.8.0_66 系统完整源码 https://github.com/Wellat/Factor 系统目录结构 跑起来效果 搭建步骤 1、用Idea创建 ...
分类:
编程语言 时间:
2016-12-21 23:57:07
阅读次数:
957
一 storm 相关术语 二 storm集群架构图 2. 数据处理流程 3. 拓扑图分析 storm主要特点 storm与 yarn结合 ,storm 运行在yarn之上 storm安装 ...
分类:
其他好文 时间:
2016-12-21 18:30:31
阅读次数:
206
VMware中装配Win2012再配置Hyper-v,解决虚拟机监控程序已经在运行中的方法 找到虚拟机存放的位置,用记事本打开Windows Server 2012.vmx,在最后添加两行并保存: ...
1 2 7 8 9 index.jsp 10 11 12 13 spring 14 org.springframework.web.servlet.DispatcherServlet 15 16 17 contextConfigLocation ... ...
分类:
其他好文 时间:
2016-12-19 14:20:25
阅读次数:
174
一、安装dotnet 1.下载运行环境 https://www.microsoft.com/net/download/linux 下载Runtime:https://go.microsoft.com/fwlink/?LinkID=825888 >yum install libunwind libic ...
分类:
Web程序 时间:
2016-12-16 22:00:36
阅读次数:
294
Graph, DFS (1) Build the map, the key is dividend, the value is also a map whose key is divisor and value is its parameter. For example, a / b = 2.0, ...
分类:
其他好文 时间:
2016-12-02 07:46:34
阅读次数:
198
什么叫异常处理? 什么叫异常(Exception)?顾名思义就是非正式的情况,出现了不希望出现的意外,异常处理就是遇到这种意外时准备的对策和解决方案。比如您开着一辆劳斯莱斯在公路上行走,突然前面出现一个小孩,幸好您眼疾手快紧急刹车,而避免了一场交通事故。在这个例子中突然出现的小孩就是异常,紧急刹车就 ...
分类:
其他好文 时间:
2016-12-01 12:01:14
阅读次数:
245