自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (5)
  • 收藏
  • 关注

转载 mysql查询第几行到第几行记录

1、查询第一行记录:     select   *   from   table  limit   1 2、查询第n行到第m行记录      select * from table1  limit n-1,m-n;      SELECT * FROM table LIMIT 5,10;返回第6行到第15行的记录      select * from employee limit 3,1

2011-11-01 16:06:35 1001

Running Lean: Iterate from Plan A to a Plan That Works

We live in an age of unparalleled opportunity for innovation. We're building more products than ever before, but most of them fail--not because we can't complete what we set out to build, but because we waste time, money, and effort building the wrong product. What we need is a systematic process for quickly vetting product ideas and raising our odds of success. That's the promise of Running Lean. In this inspiring book, Ash Maurya takes you through an exacting strategy for achieving a "product/market fit" for your fledgling venture, based on his own experience in building a wide array of products from high-tech to no-tech. Throughout, he builds on the ideas and concepts of several innovative methodologies, including the Lean Startup, Customer Development, and bootstrapping. Running Lean is an ideal tool for business managers, CEOs, small business owners, developers and programmers, and anyone who's interested in starting a business project.

2012-03-12

liferay development guide

liferay 6.0 官方资料.英文的,但讲的比较浅,适合入门。

2011-07-18

Liferay Portal 5.2 Systems Development (Packt, 2009, 1847194702)

非常详细的关于liferay portal的资料,毕竟liferay的资料少的可怜!

2011-07-18

利用JMeter进行Web测试

非常好的关于jmeter的资料。非常有助于上手和理解!不过当然不可能面面俱到,实际当中遇到的很多问题我的建议是查看官方文档!

2011-06-24

oracle10g+C#应用开发

本项目基于oracle10g,使用VC#编写

2011-01-13

空空如也

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

TA关注的人

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