自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

贾亮的专栏

Do something hard

  • 博客(22)
  • 资源 (5)
  • 收藏
  • 关注

原创 Hadoop的实质是什么

1. 一句话就是分而治之。2. 通过

2014-05-30 15:56:55 917

转载 Hadoop-- 海量文件的分布式计算处理方案

http://blog.csdn.net/calvinxiu/article/details/1506112

2014-05-30 10:34:27 657

转载 Hadoop 101: Programming MapReduce with Native Libraries, Hive, Pig, and Cascading

和Hadoop交互的四种方法:1. Native Li

2014-05-30 10:33:23 1403

转载 Hadoop中的Word Count例子到底是怎么回事?

1. 不管是国外还是国内,一提到Hadoop的入门

2014-05-30 10:29:02 1559

原创 grep from file list

grep from file listxargs grep -ins 'results'

2014-05-27 14:26:42 822

原创 使用grep -v时候,想去除多个pattern

grep -v with multiple patternsgrep test somefile | grep -v -e error -e critical -e warninggrep test somefile | grep -vE '(error|critical|warning)'grep test somefile | grep -vE 'error|critical|wa

2014-05-27 14:01:03 12151

转载 Spring AOP + AspectJ annotation

In this tutorial, we show you how to integrate AspectJ annotation with Spring AOP framework. In simple, Spring AOP + AspectJ allow you to intercept method easily.Common AspectJ annotations :  

2014-05-27 13:44:04 548

转载 Spring AOP Example

Spring AOP (Aspect-oriented programming) framework is used to modularize cross-cutting concerns in aspects. Put it simple, it’s just an interceptor to intercept some processes, for example, when a met

2014-05-27 13:27:39 529

转载 Spring Auto-Wiring Beans

In Spring framework, you can wire beans automatically with auto-wiring feature. To enable it, just define the “autowire” attribute in .    In Spring, 5 Auto-wiring modes are supported.   

2014-05-27 13:23:35 656

转载 Spring Auto scanning components

Normally you declare all the beans or components in XML bean configuration file, so that Spring container can detect and register your beans or components. Actually, Spring is able to auto scan, detec

2014-05-27 13:19:51 528

转载 Spring Expression Language (Spring 3.0)

The Spring EL is similar with OGNL and JSF EL, and evaluated or executed during the bean creation time. In addition, all Spring expressions are available via XML or annotation.In this tutorial, we s

2014-05-27 13:14:47 585

转载 Define custom @Required-style annotation in Spring

如果你的code中已经定义了@Required

2014-05-27 13:05:05 541

转载 Spring inject Date into bean property

http://www.mkyong.com/spring/spring-how-to-pass-a-date-into-bean-property-customdateeditor/

2014-05-27 12:53:34 488

转载 在配置文件中如何给List赋值

name="lists"> > >1> bean="PersonBean" /> class="com.mkyong.common.Person"> name="name" value="mkyongList" /> name="address" value="address" /> name="age" value="28" /> >

2014-05-27 11:25:01 1781

转载 Spring bean scopes

In Spring, bean scope is used to decide which type of bean instance should be return from Spring container back to the caller.5 types of bean scopes supported :singleton – Return a single bean i

2014-05-27 11:09:37 487

转载 JSP/Java Servlet Container

List of Servlet containersThe following is a list of applications which implement the Java Servlet specification from Sun Microsystems, divided depending on whether they are directly sold or n

2014-05-27 11:06:38 1116

转载 Constructor injection type ambiguities in Spring /使用Spring时,构造函数注入的歧义

http://www.mkyong.com/spring/constructor-injection-type-ambiguities-in-spring/

2014-05-27 10:57:36 578

转载 Spring loosely coupled example

其实Spring的http://www.mkyong.com/spring/spring-loosely-coupled-example/

2014-05-27 10:50:28 510

转载 Struts + Spring + Hibernate integration example

The overall integration architecture is look like following :Struts (Web page) ---> Spring DI --> Hibernate (DAO) ---> Databasehttp://www.mkyong.com/struts/struts-spring-hibernate-integr

2014-05-27 10:45:13 485

原创 如何让tar从文件中读取要压缩的文件

tar file with file listtar -zcvf allfiles.tar.gz -T mylist.txt

2014-05-26 09:51:01 1945

原创 在Eclipse中使用picasso

1. 什么是picasso?它是Eclipse的插件,用来debugSW

2014-05-26 09:47:46 1473

原创 Eclipse的preference的位置

Eclipse的preference位置一般在workspace目录下面的:

2014-05-26 09:43:42 7718

Soft-Test.zip

Soft-Test sample ADC_tutorial DFT_TOC DSPSampling FunctionalTest RF_Test ScanSample SRAM

2021-01-20

SEMI E37-0298 HIGH-SPEED SECS MESSAGE SERVICES (HSMS) GENERIC.pdf

SEMI E37-0298 HIGH-SPEED SECS MESSAGE SERVICES (HSMS) GENERIC SERVICES

2021-01-20

RF engineering basic concepts the Smith chart.pdf

The Smith chart is a very valuable and important tool that facilitates interpretation of S-parameter measurements. This paper will give a brief overview on why and more importantly on how to use the chart. Its definition as well as an introduction on how to navigate inside the chart are illustrated. Useful examples show the broad possibilities for use of the chart in a variety of applications.

2020-05-05

Waveform Generation Language from Fluence Technology, Inc

The Waveform Generation Language (WGL) is a data description language. It is used to convey an editable ASCII representation of the data contained in a Waveform DataBase (WDB), allowing you to use your system’s text editor to fully customize the database

2020-04-29

Standard Test Interface Language (STIL) for Digital Test Vectors原版

Standard Test Interface Language (STIL) for Digital Test Vectors原版

2020-04-27

空空如也

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

TA关注的人

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