自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(159)
  • 收藏
  • 关注

原创 maven deploy plugins

mvn jetty:run mvn clean package cargo:redeploy [code="xml"] org.eclipse.jetty jetty-maven-plugin 9.3.6.v20151106 10 /my-context target/classe...

2015-12-24 00:18:13 234

原创 stopServerProcess.sh

[code="java"]# kill process identified by given nameif [ -z $1 ]thenecho "Usage: $0 "exit 1fikill -9 $(ps -ef | grep `whoami` | grep $1 | grep -v " grep \|$0" | awk '{print $2}')...

2015-10-08 17:57:27 261

原创 eclipse file sync

[img]http://dl2.iteye.com/upload/attachment/0112/0099/223fef99-2dbb-3e8a-b2fc-5807765a732a.png[/img]

2015-09-27 11:54:56 233

原创 english words

[code="java"]1.iterate v.反复说;重做;[计]迭代 ['ɪtəreɪt] ['ɪtəreɪt]1) Managing the caches Whenever you pass an object to save ( ) , update ( ) or saveOrUpdate ( ) , and whenever you retrieve an object usi...

2015-09-01 18:18:30 16409

原创 tttt

[code="java"]/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional inform...

2015-07-03 17:21:58 770

原创 蔚蓝郡成立业主委员会申请书

蔚蓝郡成立业主委员会申请书北秀社区:亿丰蔚蓝郡小区位于古墩路延伸段,104国道与绕城高速交汇处。由上海亿丰集团投资,浙江亿丰置业开发的高层住宅,并由开发商委托中都物业作为前期物业管理至今。本小区于2013年3月底交房,入住使用已达两年多,小区共有住宅900多户。入住率已达到30%以上,本小区已具备成立业主委员会的条件。同时,小区业主成立业委会的呼声较高,他们充分发挥主人翁精神,积极...

2015-06-29 20:58:16 235

原创 jpa demo

jpa demo

2015-06-22 23:34:02 147

原创 steve0603

[code="java"]0|||8|||SS will be late, traffic jam|||2015-06-04 17:44:04|||0:0:0:0:0:0:0:18|||14|||get started|||2015-06-04 17:44:22|||0:0:0:0:0:0:0:114|||22|||anything to talk about before going...

2015-06-04 18:21:24 169

原创 english speech

[code="java"]xinpengfei:Latest data has choosen DTCC GTR global trader repost a post arrived old is Eli to free more Kfoury mi otra parte they post it is Rapunzel related overall Punk to report a ...

2015-06-02 14:10:39 172

原创 核验单

核验单核验单核验单

2015-05-05 21:39:31 216

原创 httpclient response body

[code="java"]@Test public void testHttpClient3() throws Exception { HttpClientBuilder httpClientBuilder = HttpClientBuilder.create(); CloseableHttpClient closeableHttpClient = httpClientBuil...

2015-05-05 20:32:36 984

原创 hibernate

http://sourceforge.net/projects/hibernate/files/hibernate4/http://www.perforce.com/perforce/r14.2/manuals/p4v/streams.about.html[code="java"]# kill process identified by given nameif...

2015-04-07 08:27:58 133

原创 Remote run in teamcity+perforce

Pre-requisites:1, make sure your maven project created on perforce (hw in this example) and imported in eclipse.2, make sure build profile configured on teamcity (hwàhwbuild in this example)3, ...

2015-03-19 07:52:45 228

原创 Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set

出现一个如题的错误,后来才知道原来是mysql密码错误造成的[code="java"]Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.sprin...

2015-03-18 20:45:26 283

原创 TeamCity Plugin 安装 -- Static UI

1.   简介With the help of this plugin you can add any HTML, JS or CSS to various pages of TeamCity UI.Plugin configuration files are located under .BuildServer/config/_static_ui_extensions.Use ...

2015-03-17 18:08:35 309

原创 CAS 单点登录(Single Sign On)

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  ...

2015-03-16 22:30:14 199

原创 teamcity 插件演示之CheckStyle

TeamCity CheckStyle Plugin使用1.   添加checkstyle插件 2.   添加site 的build step 这样在mvn site运行后,在target目录下将生成checkstyle-result.xml文件 3.   配置xml report  4.   构建构建时我们将看到inspection ...

2015-03-16 17:02:30 284

原创 maven report plugin

[code="java"] org.apache.maven.plugins maven-checkstyle-plugin 2.16 com.puppycrawl.tools checkstyle 6.9 ...

2015-03-14 21:34:00 258

原创 好看的手画图

studay

2015-03-13 12:27:34 207

原创 photo

housework photo[code="java"]package com.wsria.demo.filter;import java.io.IOException;import javax.servlet.Filter;import javax.servlet.FilterChain;import javax.servlet.FilterConfig;...

2015-03-09 21:26:20 183

原创 camel - read file content via consumer template

[code="java"]Exchange exchangeCosumer = consumer.receive(sourceFtp, 120000); fileObj = exchangeCosumer.getIn().getBody(GenericFile.class);String content = GenericFileConverter.genericFile...

2015-02-25 11:03:07 106

原创 spring-boot-sample-data-jpa

spring-boot-sample-data-jpa

2015-02-25 07:54:06 139

原创 english words

[code="java"]718.commodity n.日用品,商品,物品 Intra-Commodity comex is a trademark of commodity exchange, inc719.tray n. 托盘;文件盒;隔底匣;(无线电的)发射箱 to stop the server, right click on the system tray icon ...

2015-02-09 13:05:50 196

原创 tongue twisters

走遍美国字幕(第一集)http://wenku.baidu.com/link?url=l4YC3dXF1aW86PF-LcO9kE1_BYs9TO4VdhDDBnd40zDOk-BcYIAyQZ71R7Q3W2W-R-6vtgQCnMRudHuiS4xy97TS1Z6OnsY1Cixv3noGAtOhttp://zhidao.baidu.com/link?url=byDRS5GPpF2...

2015-01-27 19:50:29 4120

原创 English All Words

[code="java"]1.inventory n. 存货,存货清单;详细目录;财产清册Gadget inventoryWidget inventory2.interceptor 拦截器 you may be wondering what an actual interceptor looks like. 3.failover 故障转移 故障切换 容错 u...

2015-01-24 13:46:46 1639

原创 FileCopierWithCamel

[code="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...

2015-01-23 22:21:15 92

原创 Cycle3-Group1

[code="java"]旁白,太子丹,阿三,西门吹雪,荆轲,妻子,大臣甲, 大臣乙,卫兵丙,秦王,卫兵甲,卫兵乙The man wants to kill the king旁白:It was war periods time, the war among different countries seemed endless. Every kings or ministers trie...

2015-01-21 12:24:19 221

原创 english around cheating

[code="java"]Fraud, Cheater, Swindler, juggler, deceiver 骗子Police Station 公安局Post Office 邮局Summons 传票Money-Laundering 洗钱Security Account 安全账户Take sb. To Court 将某人告上法庭Indict, Sue, charg...

2015-01-21 12:21:30 72

原创 camelHome

camelHome ppt

2015-01-18 22:10:07 73

原创 useful link

http://stackoverflow.com/questions/3726357/why-does-ie9-switch-to-compatibility-mode-on-my-websitehttp://www.mkyong.com/java/access-restriction-the-type-base64encoder-is-not-accessible-due-to-rest...

2015-01-13 12:08:10 151

原创 player0109change

[code="java"] commons-httpclient commons-httpclient 3.1 [/code]DBUtil.java[code="java"] public static Map getWordDicMap() {// int page, int rows, String sidx,// St...

2015-01-09 17:21:22 102

原创 player1225change

PlayerServlet[code="java"]import java.io.BufferedInputStream;import java.io.BufferedOutputStream;import java.io.File;import java.io.FileInputStream;import java.io.IOException;import java...

2014-12-25 22:07:44 89

原创 parse parameter

parse parameter

2014-12-15 20:05:02 348

原创 html5 player

http://www.feelcss.com/demo/html5-player/music-player.html

2014-12-13 09:28:39 124

原创 spring boot parameter

http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html

2014-12-11 22:01:57 114

原创 english notification

Let me express my deepest gratitude for the privilege of addressing this convention. 很荣幸能有此机会在这个大会上致辞,感激之情,无以言表。My grandfather had big/larger dreams for his son. 祖父对父亲寄予厚望The family moved ...

2014-12-11 19:26:17 105

原创 MyShell

[code="java"]import com.jcraft.jsch.*;import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;import java.io.PipedInputStream;import java.io.PipedOutput...

2014-12-09 21:37:27 314

原创 info

ant libhttp://stackoverflow.com/questions/2902072/teamcity-ant-build-classpath-how-to-add-additional-jarshttp://mojo.codehaus.org/wagon-maven-plugin/usage.htmlhttp://stackoverflow.com/questi...

2014-12-07 21:44:34 107

原创 Maven3应用入门session

Maven3应用入门session

2014-12-03 21:02:27 161

原创 spring boot xsl

spring boot xsl

2014-12-01 21:59:23 163

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除