自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

天道酬勤

Mama said, life's like a box of chocolate, you never know what you gonna get next.

  • 博客(3)
  • 资源 (7)
  • 收藏
  • 关注

原创 埃拉托斯特尼筛法(简单检定素数的方法)

命题:给一个数n,求解其范围内的所有素数埃拉托斯特尼筛法简单说明是:若要得到不大于某个自然数n的所有素数,只要在2 ... n中将不大于n的平方根的素数的倍数全部剔除即可。http://wenku.baidu.com/view/9305105077232f60ddcca16b.h

2011-07-29 06:00:55 1208

原创 sort的应用

Linux下的Sort命令可以用来处理排序,一般的格式为sort file1但如果文本的内容包括数字,应该如果办呢,可以用sort -n file1

2011-07-20 06:33:30 538

原创 Java中字节流和字符流的区别

字节流与字符流主要的区别是他们的的处理方式字节流是最基本的,所有的InputStream和OutputStream的子类都是,主要用在处理二进制数据,它是按字节来处理的但实际中很多的数据是文本,又提出了字符流的概念,它是按虚拟机的encode来处理,也就是要进行字符集的转化这两个之间通过 InputStreamReader,OutputStreamWriter来关联,实际上是通过byte[]

2011-07-13 06:10:44 660

Code Generation in Action

 Developers using code generation are producing higher quality code faster than their hand-coding counterparts. And, they enjoy other advantages like maintainability, consistency and abstraction. Using the new CG methods they can make a change in one place, avoiding multiple synchronized changes you must make by hand.

2009-12-16

Working Effectively with Legacy Code

Working Effectively with Legacy Code By Michael C. Feathers Publisher : Prentice Hall PTR Pub Date : September 22, 2004 ISBN : 0-13-117705-2 Pages : 456 Slots : 1.0 Get more out of your legacy systems: more performance, functionality, reliability, and manageability Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? Do you understand it? If the answer to any of these questions is no, you have legacy code, and it is draining time and money away from your development efforts. In this book, Michael Feathers offers start-to-finish strategies for working more effectively with large, untested legacy code bases. This book draws on material Michael created for his renowned Object Mentor seminars: techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control

2009-11-04

实用英语系列--美国生活英语笔记

介绍一些在美国生活的实用英语。 很实用的介绍哦

2009-11-04

access 2007 for starters the missing manual

This fast-paced book teaches you the basics of Access 2007 so you can start using this popular database program right away. You'll learn how to work with Access' most useful features to design databases, maintain them, search for valuable nuggets of information, and build attractive forms for quick-and-easy data entry.

2008-12-01

navigating your it career

This content was adapted from Internet.com's Datamation, ServerWatch, and IT Career Planet Web sites. Contributors: James Maguire, Jennifer Zaino, Paul Rubens, Katherine Spencer Lee, and George Spafford.

2008-10-01

clr via C#, second edition

这是一本很经典的C#的读物。相信读后你一定能从中得到许多有益的体会。

2008-09-30

空空如也

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

TA关注的人

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