自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(10)
  • 资源 (10)
  • 收藏
  • 关注

转载 awk用法

awk 用法:awk ' pattern {action} '  变量名 含义 ARGC 命令行变元个数 ARGV 命令行变元数组 FILENAME 当前输入文件名 FNR 当前文件中的记录号 FS 输入域分隔符,默认为一个空格 RS 输入记录分隔符 NF 当前记录里域个数 NR 到目前为止记录数 OFS 输出域分隔符 ORS 输出记录分隔符

2015-05-20 09:27:57 336

翻译 Axis2与Spring的集成

这是从axis.apache.org官网上学习的笔记,具体大家可以见 链接配置与Spring的集成有两种方式,一种是运行在Servlet容器中的模式,另一种就是无需中间件的运行模式。 运行在Servlet容器 首先配置web.xml文件,内容如下<listener> <listener-class>org.springframework.web.context.ContextLo

2015-05-18 22:53:54 867

原创 leetcode:Minimum Size Subarray Sum

Given an array of n positive integers and a positive integer s, find the minimal length of a subarray of which the sum ≥ s. If there isn’t one, return 0 instead.For example, given the array [2,3,1,2,4,

2015-05-16 23:07:36 254

原创 leetcode:Add and Search Word - Data structure design

Design a data structure that supports the following two operations:void addWord(word) bool search(word) search(word) can search a literal word or a regular expression string containing only letters a

2015-05-16 14:43:36 523

原创 leetcode:Course Schedule II

There are a total of n courses you have to take, labeled from 0 to n - 1.Some courses may have prerequisites, for example to take course 0 you have to first take course 1, which is expressed as a pair:

2015-05-16 12:59:56 355

原创 leetcode:Implement Trie (Prefix Tree)

Implement Trie (Prefix Tree) Total Accepted: 2015 Total Submissions: 8299 My Submissions Question Solution Implement a trie with insert, search, and startsWith methods.Note: You may assume that all

2015-05-14 00:13:23 394

原创 leetcode:Course Schedule

Course Schedule Total Accepted: 2492 Total Submissions: 12389 My Submissions Question Solution There are a total of n courses you have to take, labeled from 0 to n - 1.Some courses may have prerequis

2015-05-13 23:54:46 304

翻译 Axis2的使用

java2wsdl.bat的使用 java2wsdl -cp -cn <要暴露的Java类服务> -of <生成的wsdl文件名>services.xml的定义文件<service name="StockQuoteService" scope="application"> <description> Stock Quote Sample Service </des

2015-05-13 20:58:52 527

转载 linux常用系统监控命令

转载之chinaunixtop - 进程活动 top提供一个当前运行系统实时动态的视图,也就是正在运行进程。在默认情况下,显示系统中CPU使用率最高的任务,并每5秒钟刷新一次vmstat -系统活动、硬件及系统信息 使用vmstat命令可以得到关于进程、内存、内存分页、堵塞IO、traps及CPU活动的信息。w - 显示谁已登录,他们正在做什么? w命令显示系统当前用户及其运行进程的信息。up

2015-05-12 15:54:09 566

翻译 axis2的目录结构

axis2的目录对于axis2/java是学习java语言的一个webservice框架可从apache官网上可以下载 当前版本为axis2-1.6.2-bin,对于axis2既可以部署在java中间件中,也可以以单独启动运行,他的目录分布如下:-bin:下面是写脚本,用于运行standalone的模式-conf:axis.xml,包括了axis2的常见配置-repository +--mo

2015-05-11 22:17:43 1836

redis二进制包及配置文件说明

redis的二进制版本配置文件demo

2016-12-20

maven仓库缺少lib

用于上传maven(1)缺少lib,csdn限制了每次上传的文件大小

2016-11-10

maven仓库(1)缺少lib

用于搭建maven私有仓库,用于本地备份

2016-11-10

redis3集群搭建

用于描述redis3集群的搭建

2016-07-31

axis2与spring集成

axis2与spring的集成,在application中配置要发布的Java类,然后配置aar文件,在aar打包文件中的services.xml要嵌入 <parameter name="ServiceObjectSupplier">org.apache.axis2.extensions.spring.receivers.SpringServletContextObjectSupplier</parameter> <parameter name="SpringBeanName">springAwareService</parameter>

2015-05-14

zookeeper示例代码

zookeeper示例代码

2015-04-29

Web 服务编程技巧和窍门: 手工创建的 SOAP 消息中命名空间的处理

使用java进行webservice的开发Demo

2015-04-03

空空如也

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

TA关注的人

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