- 浏览: 109802 次
- 性别:
- 来自: 杭州
最新评论
文章列表
CAS 单点登录(Single Sign On)
- 博客分类:
- Java
1. 证书配置
a) 创建证书
keytool -genkey -alias FCM -keyalg RSA -keystore c:/keys/fcmkey
b) 导出证书
keytool -export -file c:/keys/fcm.crt -alias FCM -keystore c:/keys/fcmkey
c) 为客户端的JVM导入证书
TeamCity CheckStyle Plugin使用
1. 添加checkstyle插件
2. 添加site 的build step
这样在mvn site运行后,在target目录下将生成checkstyle-result.xml文件
3. 配置xml report
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.16</version>
<dependencies>
<dependency>
<groupId>c ...
housework photo
package com.wsria.demo.filter;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
...
Exchange exchangeCosumer = consumer.receive(sourceFtp, 120000); fileObj = exchangeCosumer.getIn().getBody(GenericFile.class);
String content = GenericFileConverter.genericFileToString(fileObj, exchange);
spring-boot-sample-data-jpa
english words
- 博客分类:
- English
718.commodity n.日用品,商品,物品 Intra-Commodity
comex is a trademark of commodity exchange, inc
719.tray n. 托盘;文件盒;隔底匣;(无线电的)发射箱
to stop the server, right click on the system tray icon and select [exit]
720.Troi 特洛伊
how could troi p ...
走遍美国字幕(第一集)
http://wenku.baidu.com/link?url=l4YC3dXF1aW86PF-LcO9kE1_BYs9TO4VdhDDBnd40zDOk-BcYIAyQZ71R7Q3W2W-R-6vtgQCnMRudHuiS4xy97TS1Z6OnsY1Cixv3noGAtO
http://zhidao.baidu.com/link?url=byDRS5GPpF2Q9TAGrJYrgDRV1iRohVjcj_C-nDTmGrs2M1NPaVkub5vPlNAc3eE6DItGHTeCYnkKwykCYv7c8_
http://www.uebersetzung.at/ ...
English All Words
- 博客分类:
- English
1.inventory n. 存货,存货清单;详细目录;财产清册
Gadget inventory
Widget inventory
2.interceptor 拦截器
you may be wondering what an actual interceptor looks like.
3.failover 故障转移 故障切换 容错
use 0 to never failover(give up immediately)
4.archetype n. 原型
the maven archetypes that are provided by camel ...
FileCopierWithCamel
- 博客分类:
- Java
package camelinaction;
import java.util.Scanner;
import org.apache.camel.CamelContext;
import org.apache.camel.Exchange;
import org.apache.camel.Processor;
import org.apache.camel.builder.RouteBuilder;
import org.apache.camel.impl.DefaultCamelContext;
import org.apache.camel.model.Rou ...
旁白,太子丹,阿三,西门吹雪,荆轲,妻子,大臣甲, 大臣乙,卫兵丙,秦王,卫兵甲,卫兵乙
The man wants to kill the king
旁白:It was war periods time, the war among different countries seemed endless. Every kings or ministers tried to find some supermen to work for them——to be the killing tools for their political purposes. As time goes by, i ...
Fraud, Cheater, Swindler, juggler, deceiver 骗子
Police Station 公安局
Post Office 邮局
Summons 传票
Money-Laundering 洗钱
Security Account 安全账户
Take sb. To Court 将某人告上法庭
Indict, Sue, charge, accuse 起诉
Prosecute 对..提起公诉
Police Officer 警官
Judge 法官
Prosecutor 检察官
Procuratorate 检察院
Account Freeze 账 ...
useful link
- 博客分类:
- link
http://stackoverflow.com/questions/3726357/why-does-ie9-switch-to-compatibility-mode-on-my-website
http://www.mkyong.com/java/access-restriction-the-type-base64encoder-is-not-accessible-due-to-restriction/
read email: http://www.rgagnon.com/javadetails/java-0613.html
http://mchr3k.github.io/org.in ...