自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Kevin的专栏

Coding makes the world richer.

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

原创 用java写MS Excel 文件

以下是在POI官网的Quick Guide上摘录的示例代码: InputStream inp = new FileInputStream("workbook.xls"); //InputStream inp = new FileInputStream("workbook.xlsx"); Workbook wb = WorkbookFactory.create(inp)

2012-10-30 00:52:11 957

原创 《机器学习》课程心得(2)

我从2012年8月份开始上Machine learning这门课,直到当年10月底,同时也在使用蕃茄工作法来管理自己时间。我对学习过程作了比较详细的记录,请看下面的图表 图1: 每日的‘蕃茄’ Pomodoro 的个数 图2: 按每周工作日来进行的数目统计 注: 1. 每个‘蕃茄’ Pomodoro是25分钟,加上3-5分钟的休息时间,所以每个蕃茄是

2012-10-28 21:05:39 995

原创 用java读MS Excel 文件

1. 首先要去下载Apache POI 包: http://poi.apache.org/ 2. 这个包会有两个依赖包, 也要把它下载了:dom4j-1.6.1.jar和 xmlbeans-2.4.0  (点击超链接就行) 3. 然后就是以下的读Excel 文件的代码,以下代码大部分是在Apache POI 官网的Quick Quide上摘录过来的,仅做了小小改动: String

2012-10-28 11:10:32 685

原创 《机器学习》课程心得(1)

天submit了Coursera上Machine learning 课程的最后一个programming exercise,呼一口气,顿时觉得整整两个月的努力一下子变得云淡风轻了。(链接地址:https://class.coursera.org/ml-2012-002/class/index) 总结 大概上我有几点体会: 1. Stanford 的老师Andrew Ng真不是盖的,能把一个领

2012-10-26 21:20:41 2209

原创 Octave 是写得很优雅的一个软件

在上Stanford在Coursera上的Machine learning, 里面要我们学会用octave,  那些矩阵的运算简直太优雅了,一下就写出来跟数学表达式差不多的东西,真的设计得不错。

2012-10-24 11:05:28 1460

托福OG(第三版) The.Official.Guide.to.the.TOEFL.iBT,Third.Edition

[托福官方指南第三版].The.Official.Guide.to.the.TOEFL.iBT,Third.Edition 托福OG(第三版)

2010-07-23

Concrete Mathematics

This book introduces the mathematics that supports advanced computer Programming and the analysis of algorithms. The primary aim of its well-known authors is to provide a solid and relevant base of mathematical skills--the skills needed to solve complex problems, to evaluate horrendous sums, and to discover subtle Patterns in data. It is an indispensable text and reference not only for computer scientists--the authors themselves rely heavily on it! but for serious users Of mathematics in virtually every discipline. Concrete mathematics is a blending of continuous and disCRETE mathematics: "More concretely," the authors explain, "it is the controlled manipulation of mathematical formulas,using a collection of techniques for solving problems." The subject mater is primarily an expansion of the Mathematical Preliminaries section in Knuth's c1assic Art of Computer Programming, but the style of presentation is more leisurely, and individual topics are covered more deeply. Several new topics have been added, and the most significant ideas have been traced to their historical roots. The book includes more than 500 exercises, divided into six categories. Complete answers are provided for all exercises, except research problems, making the book particularly valuable for self-study.  

2010-07-02

用Rational RequisitePro写用例规约(Use Case Specification)的心得

用Rational RequisitePro写用例规约(Use Case Specification)的心得

2009-11-11

Struts.The.Complete.Reference.2nd.Edition

McGraw.Hill.Struts.The.Complete.Reference.2nd.Edition.Dec.2006

2009-10-09

jsp文件上传下载模块

jsp文件上传下载模块 里面主要用到jspsmartupload组件

2009-05-03

jspsmartupload

jspsmartupload包. 08年12月更新的.

2009-05-03

软件工程师之路演示PPT

这是本人在岗位实践时做的一个演示PPT. 文件图文并茂,对怎样成为一个软件工程师有独到的思考.

2009-05-03

空空如也

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

TA关注的人

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