自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

分布式应用与服务器架构专栏

成为分布式领域的专家

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

原创 Erlang学习进度情况(三)

最近发现新版里的Erlang代码中,将原来版本的异常处理合并到第3章里的内容了。在早期的07年的版本里,异常作为单独一章进行了介绍。 今天把07年版的前四章复习了一遍。 明天开始进行第5章的复习,前4章都是Erlang当中很基础的部分,通过对书本里的源码进行多次尝试一般都会理解其中的一些原理,难度不高。 第五章主要有以下几个内容: BIFs,内建函数 Binares,数据类型,严格来讲是

2012-03-28 18:27:11 2075 1

原创 Erlang学习进度情况(二)

guard使用深入 使用分隔符semicolons(;),那么guard的顺序如下列形式时: when G1;G2;.....;Gn  表示条件中至少有1个为True,那么整个表达式就为True。 使用commas(,)。那么guard的顺序如下列形式时: when G1,G2,.....,Gn 表示全部的条件都为True,那么整个表达式就为True。 字符串补充说明,字符串

2012-03-27 15:50:39 1969

原创 Erlang学习进度情况(一)

最近一段时间,已经完成了在linux、MAC OS、windows几个平台安装Erlang的开发环境和运行环境。 目前已重新复习了下Programming Erlang这本书的前三章内容。 内容如下: 基本Integer类型,没有长度限制,能表示多长就有多长。 变量声明,大写字母开头或者_ Float类型倒没什么特点 Atoms原子类型,类似与C++、java中的常量概念 Tuple

2012-03-24 17:01:48 2333

原创 erlang开发环境部署(windows)

最近部署了一个erlang的开发环境,在windows的系统下进行的,安装步骤如下: 1、下载erlang的windows安装包,到官方网站下载。http://www.erlang.org/ 2、下载eclipse3.6以上的版本,到官方网站下载。http://www.eclipse.org/downloads/,(注:当前官方网站上是Eclipse3.7) 3、下载完成后,分别安装部署er

2012-03-16 09:49:32 4942 11

原创 Mac安装Brew

安装命令如下: curl -LsSf http://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C/usr/local --strip 1 当brew安装成功后,就可以随意安装自己想要的软件了,例如wget,命令如下: sudo brew install wget   卸载的话,命令如下: sudo brew u

2012-03-12 15:27:19 15585 2

转载 Erlang vs Java memory architecture

I read a really, really interesting article on memory management strategies for the Erlang VM. It was written as a thesis by Jesper Wilhelmsson I thought it might be nice to discuss the difference

2012-03-11 11:08:27 6903

原创 linux下部署erlang环境

首先在官网上下载二进制文件http://www.erlang.org/download/otp_src_R15B.tar.gz 然后传到linux主机上, 解压: gunzip -c otp_src_R15B.tar.gz | tar xf - cd otp_src_R15B ./configure --prefix=/home/erlang 然后会出现以下信息: *****

2012-03-07 15:04:33 18185 1

Java Management Extensions

JMX可以用来管理网络,设备,应用程序等资源,当前规范为1.1版

2009-03-22

J2EE Connector Architecture and Enterprise Application Integration

J2EE Connector Architecture and Enterprise Application Integration

2009-03-22

企业应用架构模式中文版

企业应用架构模式中文版企业应用架构模式中文版企业应用架构模式中文版

2009-03-11

标准建模语言UML教程

UML即统一建模语言,是用来说明面向对象开发系统的产品、为系统建模、描述系统架构、描述商业架构和商业过程的标准建模语言。

2009-03-01

Pattern-Oriented+Software+Architecture_resource.management3

重新上传面向模式的软件体系结构 卷3:资源管理, 之前的下载后不能打开。

2009-01-03

SWT.The.Standard.Widget.Toolkit.Volume.1

SWT.The.Standard.Widget.Toolkit.Volume.1,SWT学习教程

2008-12-09

系统分析与设计技术(软考用书)

系统分析与设计技术(资料非常珍贵 很全面 张友生的)

2008-12-07

Pattern-Oriented+Software+Architecture_resource.management

面向模式的软件体系结构 卷3:资源管理 Pattern-Oriented Software Architecture Volume 3 Patterns

2008-11-22

深入java虚拟机深入java虚拟机

深入JVM,是完整版的,上次只传了部分,给大家带来不便。

2008-11-22

面向模式的软件体系结构 卷1

面向模式的软件体系结构 卷1:模式系统,好东西

2008-11-13

面向模式的软件体系结构 卷3

面向模式的软件体系结构 卷3: 资源管理

2008-11-13

Pattern.Oriented.Software.Architecture.Volume.2

面向模式的软件体系结构 卷2:并发和网络化对象

2008-11-13

Developing java Beans

介绍java.beans包里的内容,并介绍javabean的体系和模型。

2008-10-25

java集群_J2EEClustering

java的集群介绍与原理java的集群介绍与原理java的集群介绍与原理

2008-10-16

java performance Tuning

java性能调整,java编程更高效

2008-07-01

JNDI教程

JNDI(Java Naming and Directory Interface)教程

2008-04-19

java JVM standard

JVM的规范介绍,可能有点老

2008-04-19

java RMI

java的Remote Method Invocation

2008-04-19

spring_ldap

spring_ldap spring_ldap spring_ldap

2010-12-21

Pattern.Oriented.Software.Architecture.Volume.5

面向模式设计架构5面向模式设计架构5面向模式设计架构5

2010-06-26

Pattern.Oriented.Software.Architecture.Volume.4

面向模式架构卷4面向模式架构卷4面向模式架构卷4

2010-06-21

Java-Concurrency-in-Practice

I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6.

2010-02-01

iPhone Open Application Development

Certain technologies bring out everyone's hidden geek, and the iPhone did so instantly upon its release.

2010-01-30

Database Porgramming With Jdbc And Java 2nd Edition

OReilly - Database Porgramming With Jdbc And Java 2nd Edition

2009-11-07

j2me_in_a_nutshell

j2me_in_a_nutshell,j2me_in_a_nutshell

2009-10-23

Java™ Performance and Scalability Volume 1

Java™ Performance and Scalability Volume 1: Server-Side Programming Techniques

2009-10-08

Learning.Python.3rd.Edition

o'reilly Learning.Python.3rd.Edition

2009-09-20

Pattern.Oriented.Software.Architecture.Volume.4

Pattern.Oriented.Software.Architecture.Volume.4 Pattern.Oriented.Software.Architecture.Volume.4

2009-09-05

Game.Programming.with.Python.Lua.And.Ruby

Game.Programming.with.Python.Lua.And.RubyGame.Programming.with.Python.Lua.And.Ruby

2009-08-25

Parsing Techniques - A Practical Guide

Parsing Techniques - A Practical Guide Parsing Techniques - A Practical Guide

2009-08-15

Modern Compiler Implementation in Java Second Edition

Modern Compiler Implementation in Java Second Edition Modern Compiler Implementation in Java Second Edition

2009-08-09

Thinking in C++

Thinking in C++ Thinking in C++ Thinking in C++

2009-07-25

Erlang程序设计语言

本书是讲述下一代编程语言Erlang 的权威著作

2009-07-15

Python数据结构与算法

Python数据结构与算法Python数据结构与算法

2009-07-15

Garbage Collection Algorithms For Automatic Dynamic Memory Management

Garbage Collection Algorithms For Automatic Dynamic Memory Management

2009-04-23

空空如也

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

TA关注的人

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