自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (2)
  • 收藏
  • 关注

原创 this is a <test> <!-- very good >

ddsdsfsfs

2014-09-28 14:36:57 143

JUnit +Spring注解 单元测试配置

项目中碰到了Junit和Spring整合的问题,对于通过注解方式注入的bean,稍微有点麻烦,总结如下:   1. 在项目pom.xml中添加对spring-test包的依赖,非maven工程可直接通过build path添加该包          &lt;dependency&gt;          &lt;groupId&gt;org.springframework&lt;/gro...

2013-04-11 15:55:20 187

Linux内核模块编译小结

这两天在看《The Linux Kernel Module Programming Guide》,自己尝试从书中的样例入手,编写简单的内核模块。在编译的过程中遇到了一些问题,总结如下。 1. 编写模块代码hello.c #include #include #include static int hello_init(void) { ...

2012-02-08 17:11:00 190

原创 How to: Compile Linux kernel 2.6(转载)

[color=red][b](原文地址:http://www.cyberciti.biz/tips/compiling-linux-kernel-26.html)[/b][/color]How to: Compile Linux kernel 2.6 by NIXCRAFT on SEPTEMBER 29, 2005 · 131 COMMENTS Compiling custom kern...

2012-02-07 19:34:58 110

Thinking in Java (4th)

不用多说了,经典的JAVA程序设计书籍; 希望对大家有所帮助

2009-08-04

空空如也

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

TA关注的人

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