自定义博客皮肤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)
  • 资源 (8)
  • 收藏
  • 关注

转载 关于Linux下如何安装Netbeans和JDK的方法

我使用的Linux系统是Fedora 10首先当然是下载了,在SUN的网站上都有,速度也很快http://www.sun.com两个软件都是多语言版的,由于是系统自动识别的所以对于用中文Linux的用户有点问题,我们最后讨论如何安装netbeans,这需要JDK的支持,所以我们先来看JDK关于JDK的安装:下载下面这两个文件的任意一个就可以,我选的是第一个jdk-6u11-

2012-12-16 14:47:31 2466

转载 ruby rails 地一个应用程序

Rails 向来以Web快速开发闻名,究竟有多快,体验了才知道,本文将带你一步步开发一个Rails Web程序,适合Ruby on Rails初学者入门。大部分内容是从英文教程翻译过来的,原文是基于Rails 2.*版本,对Rails 3.*有些已经不兼容,特地做了些修改。适用于于Rails 3.*版。英文原文链接http://wiki.rubyonrails.org/getting-

2012-12-16 13:32:55 387

转载 ruby rails 安装

Ubuntu 12.04 成功安装 ruby on rails ,ruby 1.9.3 ,rails3网上很多安装ROR的教程,但是明显的都已经过期了,很多步骤都对不上,所以走了许多许多弯路三天了啊,真是折磨啊,最新的 ruby-1.9.3 和 rails -3.1 安装成功! 献给同样苦恼的各位这里话有两种方法,方法一适合懒人,方法二适合爱折腾爱受虐倾向的 ··【方法一】

2012-12-16 13:28:41 424

转载 Hadoop 应用总结

网易 博客 发现小组风格 网易LOFTER-Android版下载>创建博客登录   加关注free9277 的博客错的时间遇上错的人首页日志相册音乐收藏博友关于我  日志

2012-12-12 17:07:15 359

转载 Ubuntu 12.04 Nvidia双显卡Bumblebee攻略

T:此软件包含N卡驱动,别自己没事找事再去装N卡驱动,后果自负。“附加驱动”任何关于显卡的提示直接无视掉今天本本才到,折腾了下。Ubuntu还真的方便。。。一次全通过。安装bumblebee:https://wiki.ubuntu.com/Bumblebee#Installation代码:sudo add-apt-repository ppa:bumblebee/stable

2012-12-11 18:01:46 450

转载 GPG 加密解密简明教程

您可以用合作网站帐号登录:# 注册 /登入最新文章Google+上的 Ubuntu 中文社群[活动]2012年度最受欢迎中国开源软件评选ScreenCloud:截图及分享工具2个 Indicator: Google-calendar-indicator 及 Indicator-system-monitorUberWriter :又一款 Linux 下的

2012-12-11 17:05:35 925

转载 Set up JBPM5.4 Final Installer to use MS SQL Server 2008 using JTDS

A. What I Am Going To DoB. The Setup StepsC. Lets Install it I have been using JBPM5.3 for some months and then I switch to JBPM5.4.After I download JBPM5.4.Final full installer, I thoug

2012-12-08 15:33:15 703

Cloud Design Patterns Examples

Cloud Design Patterns Examples 配套的代码,C#版本 微软 https://docs.microsoft.com/en-us/azure/architecture/patterns/

2018-09-30

APM之hystrix的使用

APM之hystrix的使用,改造老的项目,没有使用spring cloud全家桶的情况下如何使用

2018-09-30

cloud-design-patterns微软中文翻译版本

cloud-design-patterns微软中文翻译版本,AWS http://en.clouddesignpattern.org/index.php/Main_Page 微软 https://docs.microsoft.com/en-us/azure/architecture/patterns/

2018-09-30

Distributed Computing Pearls

Computers and computer networks are one of the most incredible inventions of the 20th century, having an ever-expanding role in our daily lives by enabling complex human activities in areas such as entertainment, education, and commerce. One of the most challenging problems in computer science for the 21st century is to improve the design of distributed systems where computing devices have to work together as a team to achieve common goals. In this book, I have tried to gently introduce the general reader to some of the most fundamental issues and classical results of computer science underlying the design of algorithms for distributed systems, so that the reader can get a feel of the nature of this exciting and fascinating field called distributed computing. The book will appeal to the educated layperson and requires no computer-related background. I strongly suspect that also most computer-knowledgeable readers will be able to learn something new. Gadi Taubenfeld is a professor and past dean of the School of Computer Science at the Interdisciplinary Center in Herzliya, Israel. He is an established authority in the area of concurrent and distributed computing and has published widely in leading journals and conferences. He authored the book Synchronization Algorithms and Concurrent Programming, published by Pearson Education. His primary research interests are in concurrent and distributed computing. Gadi was the head of the computer science division at Israel's Open University; member of technical staff at AT&T Bell Laboratories; consultant to AT&T Labs–Research; and a research scientist and lecturer at Yale University. Gadi served as the program committee chair of PODC 2013 and DISC 2008 and holds a Ph.D. in Computer Science from the Technion–Israel Institute of Technology.

2018-06-12

cloudsimL开篇论文

cloudsimL的开篇论文,建议先从这个文档开始阅读,然后查看googlcode的cloudsim的FAQ,然后看googlegroup里面有你需要知道的细节

2014-10-29

Java事务设计策略.

infoq 迷你书最近阅读了InfoQ上的电子书<<Java Transaction Strategy>>之后受益匪浅, 单独花了两周时间将其翻译了一下. 由于英语只是四级水准, 所以翻译内容中的不足之处也请见谅. 附件里第一份是翻译后的文档, 第二份是英文原文. 原文地址:http://www.infoq.com/minibooks/JTDS 下面列出文中映象深刻的几点: 事务模型的分类: 本地事务模式, 管理连接 编程式事务模式, 编程管理JTA事务 声明式事务模式, 以方法为单位,让容器使用配置信息来进行事务管理 最佳实践: 当为方法分配事务属性的时候,把类中对大部分方法最具限制性的属性作为类级别的默认属性, 然后再对有特殊需要的方法进行微调. 事务管理应该被包含在开始该事务的方法中. 因此,应该只让那些开启了新事务的方法去调用setRollbackOnly(). 如果一个方法需要一个事务环境但不负责对事务进行回滚的话,该方法应该使用Mandatory事务属性. X/Open XA 接口应该只被用于你想要在相同事务环境内协调多个资源(例如数据库或JMS消息)的情况.

2012-11-28

并行计算机访存模型并行计算机访存模型

并行计算机访存模型并行计算机访存并行计算机访存模型模型并行计算机访存模型

2011-07-01

空空如也

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

TA关注的人

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