自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Eric的专栏

有路,把它找出来!没路,走出一条路!

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

转载 IT创业企业成功的核心DNA

       近期一直在研究google,阿里巴巴的成功历史,发现很多值得学习的地方。       首先的说明一下,为什么会研究google和阿里巴巴呢?我觉得这两家企业代表了目前互联网行业最流行的两种模式,因此,非常具有代表性,从中我们可以学习到很多东西。       对google来说,是典型的核心技术+商业这种模式,对阿里巴巴来说,是传统经济和互联网结合良好的范例。目前很多公司都很推崇这两种

2009-02-16 10:20:00 496

转载 浅析大型网站的架构

【IT168 技术文档】   一个小型的网站,比如个人网站,可以使用最简单的html静态页面就实现了,配合一些图片达到美化效果,所有的页面均存放在一个目录下,这样的网站对系统架构、性能的要求都很简单,随着互联网业务的不断丰富,网站相关的技术经过这些年的发展,已经细分到很细的方方面面,尤其对于大型网站来说,所采用的技术更是涉及面非常广,从硬件到软件、编程语言、数据库、WebServer、

2009-02-12 09:51:00 353

转载 《程序员》杂志:我的数据库学习“曲线”

 编者按:牛新庄,数据库维护、优化和架构专家;曾获得国内数据库领域最高荣誉——“2006年中国首届杰出数据库工程师”;数年前曾被IBM全球软件部以年薪60万元人民币聘用,而他却婉然拒绝。这样一个躲藏在幕后的“牛人”,有着怎样的学习、发展之路?为此,本刊特邀牛新庄博士,请他讲述一个真实版的“数据库之路”。选定发展方向    1999年,我在开始读研时就给自己确定了以后的发展方向。

2009-02-10 12:29:00 578

转载 Facebook的成功秘诀是什么

关键字: sns, facebook SNS是2008年中国互联网最火爆的现象了,无数的SNS网站一夜之间纷纷涌现,前仆后继,慰为壮观:校内、海内、开心、一起、蚂蚁以及无数的Facebook克隆SNS网站陷入了一场空前惨烈的厮杀当中,每个人都生怕错过互联网下一个the bigthing的机会,一波接一波的抄袭、炒做和竞争令人应接不暇、眼花缭乱。我也未能免俗,从2006

2009-02-03 14:21:00 1555

原创 写出漂亮代码的七种方法

首先我想说明我本文阐述的是纯粹从美学的角度来写出代码,而非技术、逻辑等。以下为写出漂亮代码的七种方法:1, 尽快结束 if语句例如下面这个JavaScript语句,看起来就很恐怖:1 function findShape(flags, point, attribute, list) {2    if(!findShapePoints(flags, point

2009-02-03 10:33:00 423

AJAX A Beginner’s Guide

This book is dedicated to making web applications look and act like desktop applications that run on your computer. As we advance into the Internet Age, the difference between the desktop and the Internet is going to keep diminishing.

2009-08-13

Hibernate 开发指南

本文是由笔者2003 年底一个咨询项目中,为客户做的持久层设计培训文案整理而来。 其中的内容涉及Hibernate 的使用,以及一部分笔者实际咨询项目中的经验积累,另一方面,大部分是笔者在Hibernate 的官方论坛中与众多技术专家交流所得。既来于斯,则归于斯。希望能聊有所用。

2009-05-25

架构风格与基于网络的软件架构设计

软件架构的研究探索了如何以最佳的方式划分一个系统、如何标识组件、组件之间如何 通信、信息如何沟通、系统的元素如何能够独立地进化,以及上述的所有东西如何能够使用 形式化的和非形式化的符号加以描述。我的工作的动机是希望理解和评估基于网络的应用的 架构设计,通过有原则地使用架构约束,从而从架构中获得所希望的功能、性能和社会学几 方面的属性。一种架构风格是一组已命名的、协作的架构约束。

2009-02-17

Bigtable: A Distributed Storage System for Structured Data

Bigtable is a distributed storage system for managing structured data that is designed to scale to a very large size: petabytes of data across thousands of commodity servers. Many projects at Google store data in Bigtable, including web indexing, Google Earth, and Google Finance. These applications place very different demands on Bigtable, both in terms of data size (from URLs to web pages to satellite imagery) and latency requirements (from backend bulk processing to real-time data serving). Despite these varied demands, Bigtable has successfully provided a exible, high-performance solution for all of these Google products. In this paper we describe the simple data model provided by Bigtable, which gives clients dynamic control over data layout and format, and we describe the design and implementation of Bigtable.

2009-01-20

Java debugging

Many developers don't realize how much getting rid of software bugs can cost. If you are a Java developer, this tutorial is a must-read. With the tools that are available today, it is vital that developers become just as good debuggers as they are programmers. This tutorial assumes you have basic knowledge of Java programming. If you have training and experience in Java programming, take this course to add to your knowledge. If you do not have Java programming experience, we suggest you take Introduction to Java for COBOL Programmers , Java for C/C++ Programmers , or another introductory Java course.

2009-01-19

ER modeling for database

entity relationship modeling is by far the most common way to execute the analytical result of an early stage in the construction of a new database. the eBook describe the principles for ER modeling, as well as important terms used in modeling a new database.

2009-01-19

FastObjects™ JDO Technical Documentation

This document does not represent a commitment on the part of Versant. The software is furnished under a license agreement or nondisclosure agreement and may be used or copied only in accordance with the terms of the agreement. It is against the law to copy the software on any medium except as specifically allowed in the license or nondisclosure agreement. No part of this manual may be reproduced or transmitted in any form or by anymeans, electronic or mechanical, including photocopying and recording, or for any purpose without the express written permission of Versant.

2008-12-29

空空如也

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

TA关注的人

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