朱近之 IBM大中华区云计算中心总经理 云计算及物联网在智慧城市中的应用 云计算是下一代IT发展的趋势,帮助建立高效、节能、易管理和弹性的数据中心。物联网的构建将为我们的城市提供更多智能应用,使我们的城市可量化、互联互通和智能化。本主题将介绍云计算和物联网如何帮助建立智慧的城市。 主讲人介绍 朱近之女士现由IBM美国总部派到中国担任大中华区云计算中心总经理,负责在中国大陆、香港和台湾地区推进IBM创新解决方案的应用,包括为政府和大型企业提供云计算技术和其他企业创新解决方案。 朱近之女士受聘为中国电子学会云计算专家委员会的专家委员之一。朱女士的媒体采访被刊登于《职场》的封面报道。朱女士在国外IEEE期刊,《第一届云计算国际学术会议论文集》《中国电子报》,《中国计算机用户》以及其它专业期刊上发表了一系列云计算相关的文章。2010年初,朱女士出版了《智慧的云计算——物联网发展的基石》一书。 朱近之女士在麻省理工学院完成了大学本科学业,并在牛津大学获得工商管理硕士学位。她拥有在三大洲的四个国家的丰富工作经验,包括美国、英国、印度和中国。 Willy Chiu博士 IBM全球软件部云计算中心与高性能随需解决方案实验室副总裁 云计算- 变革的力量 云计算将推动继个人计算机和互联网之后的又一次IT变革。本主题将介绍云计算如何推动IT产业的新一轮变革,云计算对我们IT产业的深远影响以及未来IT业的发展方向。 主讲人介绍 在过去的十年里,赵博士一直领导着全球云计算中心,推进IBM蓝云计划。他一直与诸如谷歌等公司开展有关重大学术活动和技术的合作,以及为企业客户实施云计算。此外,他的团队在全球建立了九大云计算中心,包括美国,中国,日本,韩国,爱尔兰,南非,印度,巴西和越南,以帮助客户创新,设计和实施云计算。 此前,赵博士曾担任许多IBM软件集团管理职务,从领导高容量Web性能技术和可扩展性专家团队,到在新兴领域创建IBM第一个“数字图书馆”内容管理项目,实现把珍贵的收藏品数字化,包括梵蒂冈图书馆。 赵博士是在纽约州约克镇IBM托马斯华生研究中心加入IBM的。 所有演讲嘉宾:http://www.ciecloud.org/lector
分类 ‘Uncategorized’ 的归档
IBMer on 2nd China Cloud Computing Conference (21-22 May 2010)
Posted in Uncategorized, tagged cloud_computing on 2010/05/25 | Leave a Comment »
IBM CDL 五大技术团队访谈集锦
Posted in Uncategorized, tagged CDL, IBM on 2010/03/17 | Leave a Comment »
IBM CDL 五大技术团队访谈集锦
How to Cleanup failed IBM Systems Director 6.x Installation on AIX
Posted in Uncategorized, tagged Director, testing, tips on 2010/03/11 | Leave a Comment »
Symptom The installation of Dircector 6.x failed (just hung there). Then re-run dirinstall.server, saying: Installation Summary ——————– Name Level Part Event Result ———————————————————————- DirectorCommonAgent 6.x.0.0 ROOT APPLY FAILED DirectorCommonAgent 6.x.0.0 ROOT CLEANUP SUCCESS Installation of IBM Systems Director Server did not complete successfully. And run “installp –C” can’t solve this issue. Solution # smit maintain_software select [...]
IBM Systems Director
Posted in SysMgmt, Uncategorized, tagged Director, IBM, SysMgmt on 2010/03/04 | Leave a Comment »
Question: What is IBM Systems Director? Answer: IBM Systems Director is IBM’s family of platform management solutions designed to provide IT professionals with the tools they need to virtualize more and manage less of their IT infrastructure. Through IBM Systems Director, customers will be able to manage both physical and virtual IT resources spanning servers, [...]
Log4J Levels: ALL > TRACE > DEBUG > INFO > WARN > ERROR > FATAL > OFF
Posted in Uncategorized, tagged java, log4j, tips on 2009/11/17 | Leave a Comment »
Loggers may be assigned levels. The set of possible levels, that is DEBUG, INFO, WARN, ERROR and FATAL are defined in the org.apache.log4j.Level class. If a given logger is not assigned a level, then it inherits one from its closest ancestor with an assigned level. The root logger resides at the top of the logger [...]
Make work in both XML and HTML
Posted in Uncategorized, tagged escape, HTML, tips, Web, XML on 2008/11/19 | 1条评论»
HTML has many predefined entities, but XML has only five predefined entities: & (& or “ampersand”) < (< or “less than”) > (> or “greater than”) ' (‘ or “apostrophe”) " (” or “quotation mark”) “& #160;” is the decimal form of “& nbsp;” which represents a “Non-Breaking Space” in HTML/XHTML, whilst “& #xA0;” is [...]
Accessing Apache : permission denied
Posted in Uncategorized, tagged apache on 2008/06/11 | 2条评论»
When using an apache http server, do remember to set the files’ accessing mode to at least 644 : chmod 644 filename
File Path in Java
Posted in Uncategorized, tagged java on 2008/06/11 | 1条评论»
When open a file using Java, the absolute file path is different on various OS. On Linux: /usr/…/sample.xml On Windows: C:/windows/…/sample.xml (it’s / not \ neither \\) On Mac OS: I don’t eat Apple. Relative file path is also allowed.
Hello world!
Posted in Uncategorized on 2008/04/22 | Leave a Comment »
Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!