Menghe

导航

2012年1月26日 #

Google Foes Fighting Social Search Ignore One Truth

摘要: Google's decision about a week ago to integrate content from its Google+ social network into its search listings was met with immediate criticism from competitors like Twitter, which argued that the mixed bag of links would make its more relevant content harder to find.Over the weekend, the figh 阅读全文

posted @ 2012-01-26 23:07 孟和 阅读(134) 评论(0) 推荐(0) 编辑

For RIM, New CEO Is Not Enough

摘要: Jim Balsillie always seemed ready to pick a fight. RIM’s other co-CEO and co-founder, Mike Laziridis, always seemed ready for a hug. Their yin and yang drove an unmistakable passion within and around RIM, helping to build it into a company worth more than $70 billion not long ago. As with so many co 阅读全文

posted @ 2012-01-26 23:06 孟和 阅读(127) 评论(0) 推荐(0) 编辑

XBMC Running On Raspberry Pi

摘要: "The Raspberry Pi Foundation has a news release aboutRaspberry Pi running XBMC smoothly, turning the board into a media center the size of deck of cards. Looking at Pi's low price, small size and hardware 1080p support, this could make an interesting HTPC project. Included is a video demons 阅读全文

posted @ 2012-01-26 22:52 孟和 阅读(214) 评论(0) 推荐(0) 编辑

2012 Japan Prize Honors Magnet Creator and Cancer Researchers

摘要: "The 2012Japan Prize, one of the world's most prestigious science and technology honors, has beenawarded to three American medical experts who are fighting cancer as well as to a Japanese inventorwhose magnet technology has implications for energy conservation. In years past, the prize (whi 阅读全文

posted @ 2012-01-26 22:51 孟和 阅读(194) 评论(0) 推荐(0) 编辑

MIT Media Lab Rolls Out Folding Car

摘要: "You think European cars are small now, wait till the Hiriko takes to the roads in Spain's northern Basque country. The two-seater is about the size of a SmartCar, butwhen parked, the car can actually fold. After folding, the car takes up about a third of a normal parking space. The Hiriko, 阅读全文

posted @ 2012-01-26 22:50 孟和 阅读(180) 评论(0) 推荐(0) 编辑

Android Kinect Projector Interface

摘要: "A guy who goes by the online handle DDRBoxman decided it would be fun to blow up his Samsung Galaxy Nexus display onto the wall by connecting his phone to a projector. He then connected the whole thing to a PC and, thanks to Microsoft's open-source Kinect platform for Windows, he was able 阅读全文

posted @ 2012-01-26 22:50 孟和 阅读(200) 评论(0) 推荐(0) 编辑

HP To Open Source WebOS

摘要: "This year the artists formerly known as Palm had quite a rough few months with HP dumping the hardware side of their own webOS mobile computing platform – their most recent move, having been announced just last month, is live today: open sourced webOS for all. While the actual main product whi 阅读全文

posted @ 2012-01-26 22:49 孟和 阅读(157) 评论(0) 推荐(0) 编辑

Canadian SOPA Could Target YouTube

摘要: "The music industry is seeking over a dozen changes to Canadian anti-piracy billC-11, including website blocking, Internet termination for alleged repeat infringers, and an expansion of the "enabler" provision that is supposedly designed to target pirate sites. Meanwhile, the Entertai 阅读全文

posted @ 2012-01-26 22:49 孟和 阅读(148) 评论(0) 推荐(0) 编辑

Autonomous Vehicles and the Law

摘要: "Google's autonomous cars have demonstrated thatself-driving vehicles are now largely workableand could greatly limit human error, but questions of legal liability, privacy and insurance regulation have yet to be addressed. Simple questions, likewhether the police should have the right to p 阅读全文

posted @ 2012-01-26 22:48 孟和 阅读(221) 评论(0) 推荐(0) 编辑

Most-Wanted Features in Entity Framework

摘要: The EF team has setup auservoice forumto let users request and vote for features. We are highlighting the current top 7 most-voted-for feature requests, along with possible workarounds you can use today.These are the top requested features as of today -Improved SQL Generation(status=Started)The requ 阅读全文

posted @ 2012-01-26 22:46 孟和 阅读(250) 评论(0) 推荐(0) 编辑

如何在 WebSphere Application Server V8 中配置 DB2 受信任上下文

摘要: 引言DB2 受信任上下文指的是 DB2 中这样一种对象:它可以使应用程序与 DB2 之间建立受信任的连接。当用户使用某一用户名建立与 DB2 的连接时,DB2 会检查用这个用户名建立的连接是否符合已经定义的某一受信任上下文对象,如果符合,那么由这个用户名建立的连接就是一个受信任的连接。受信任的连接会增强安全功能。通常情况下,某一受信任上下文会定义必要的属性,基于该受信任上下文的受信任的连接会将所有与数据库相关的操作限制在该连接的范围之内。比如只有该受信任上下文所信任的 IP 地址、所信任的用户才能通过该连接与数据库进行交互。三层应用程序模型在客户端和数据库之间加入了中间件一层,伴随着基于 WE 阅读全文

posted @ 2012-01-26 21:27 孟和 阅读(690) 评论(0) 推荐(0) 编辑

Configure single sign-on between Tivoli Access Manager v6.1/WebSEAL and Tivoli Integrated Portal v1.1.x

摘要: IntroductionThe advantages of integrating Tivoli Access Manager (TAM) version 6.1 and Tivoli Integrated Portal (TIP) version 1.1.x are contained in this article. Detailed instructions show you how to configure single sign-on between Tivoli Access Manager/WebSEAL and Tivoli Integrated Portal using Ti 阅读全文

posted @ 2012-01-26 21:26 孟和 阅读(1741) 评论(0) 推荐(0) 编辑

浅析 DB2 中的并行处理

摘要: 并行处理与并发控制说起数据库中的并行处理(Parallel Processing In Database),往往容易让人理解为众所周知的并发处理(Concurrent Processing)。从中文的字面意思来看,二者似乎并没有什么区别,但事实上,他们并不是一回事,并发处理只是并行处理的一个方面。并行处理,指的是在数据库系统中,多个任务在某段时间内同时运行。从不同层次来看,有应用程序 / 事务之间的并行处理、应用 / 事务内部不同数据库分区间的并行处理,以及数据库分区内部的并行处理。通常来说,不同应用程序 / 事务的并行处理,被称作并发处理。数据库中的并发处理(也叫并发控制,Concurren 阅读全文

posted @ 2012-01-26 21:25 孟和 阅读(1164) 评论(0) 推荐(0) 编辑

IBM DB2 pureScale 在 Power 平台上的性能调优

摘要: 简介DB2 pureScale 是 cluster 环境下的 DB2,它采用了 DB2 for z/OS 系统中经典的 Sysplex 架构,为分布式平台带来以前仅 DB2 for z/OS 拥有的集中锁定和缓存功能。I/O 性能调优是系统性能调优的一个重要方面,尤其对于数据库系统而言,更是如此。I/O 上的性能瓶颈往往会成为整个系统的性能瓶颈,表现出来的特征就是 I/O 系统数据读写的速度无法满足系统计算的需求,宝贵的计算资源被浪费在等待 I/O 操作上。DB2 pureScale 是一个复杂的系统,它的 I/O 性能调优至上而下涉及从数据库、操作系统、文件系统,到存储的各个层面,只有综合考 阅读全文

posted @ 2012-01-26 21:24 孟和 阅读(746) 评论(0) 推荐(0) 编辑

为 IBM Lotus Expeditor 创建网络感知应用程序

摘要: Lotus Expeditor Client 提供了一种广泛的网络管理框架,可使应用程序具备网络感知功能。它使应用程序能够访问客户机平台的网络状态以及与远端资源的连接性;它也可以将网络状态的变化通知给实现中的应用程序。Lotus Expeditor 网络框架还可以扩展,提供了两个扩展点,应用程序可用这两个扩展点来提供网络故障的定制检测和处理。本文展示了 Lotus Expeditor Client 的网络功能,并通过一个详细示例介绍了如何让应用程序具网络感知功能。先决条件本文需要您对 Java 以及 Eclipse 插件开发有足够的理解。而且还需要您拥有 Lotus Expeditor 的基础 阅读全文

posted @ 2012-01-26 21:23 孟和 阅读(247) 评论(0) 推荐(0) 编辑

使用 IBM Lotus Expeditor micro broker MQTT 客户机发布消息

摘要: 消息传递中间件提供了业务集成解决方案上下文中可靠灵活的连接服务。MQ Telemetry Transport (MQTT) 是 IBM 众多的消息传递中间件技术之一,是受 Lotus Expeditor micro broker 支持的一种协议。MQTT 是基于 TCP/IP 的发布/订阅消息传递协议,针对低负荷网络的通信而设计。micro broker 是一种小型的消息代理(只有不足 2 MB 的 Java 代码),主要在小型的应用程序型设备上部署,通常设备都在离企业数据中心很远的位置。在本文中,将创建一个能够连接到 Lotus Expeditor micro broker 的示例发布程序, 阅读全文

posted @ 2012-01-26 21:22 孟和 阅读(418) 评论(0) 推荐(0) 编辑

将 J2EE 项目迁移到 IBM Lotus Expeditor V6.1

摘要: menghe@cn.ibm.comIBM Lotus Expeditor 这种 IBM 产品支持用熟悉的编程模型将 J2EE 应用程序迁移到客户机上。IBM Lotus Expeditor Toolkit 使开发人员不需要为了在 Lotus Expeditor 运行时上运行而重写 J2EE 项目。在本文中,将讲解如何迁移 J2EE 项目。要想从本文获得最大的收获,您应该熟悉 Java™ 和 J2EE 以及使用 Eclipse 3.x 技术进行插件开发的方法。请记住,J2EE 项目不是插件项目,但 Lotus Expeditor 项目是插件项目。Lotus Expeditor 项目包含插件项目特 阅读全文

posted @ 2012-01-26 21:20 孟和 阅读(213) 评论(0) 推荐(0) 编辑

基于 Lotus Expeditor on Device 的手机银行交易开发

摘要: menghe@cn.ibm.com前言随着 3G 无线网络的发展、手持设备上网速度的提高、手持设备的性能提高、移动技术和规范的发展、以及越来越庞大的手持设备上网用户群,手机等无线手持设备渠道已经成为银行多渠道平台的一个非常重要的组成部分。所以,近年来国内外很多银行也都纷纷加大了手机渠道的投入。从手机银行的架构来说,主要有两种方式:B/S(Browser/Server)和 C/S(Client/Server);从手机银行业务来讲,则包括手机银行交易开发,以及手机特色业务(如基于位置的服务)二者。由于篇幅所限,这一篇文章主要介绍手机银行的一些特点,以及基于 Lotus Expeditor,也就是 阅读全文

posted @ 2012-01-26 21:19 孟和 阅读(400) 评论(0) 推荐(0) 编辑

Lotus Expeditor

摘要: Lotus® Expeditor 软件(原名:IBM WebSphere Everyplace Deployment)是 IBM 的通用桌面客户端整合框架,包括用于构建、部署、维护移动及富客户应用程序的客户端、服务器和开发工具包。其基于 OSGi 和 Eclipse 的开放平台可以允许您创建面向服务架构(SOA)的解决方案。http://www.ibm.com/developerworks/cn/lotus/products/expeditor/ 阅读全文

posted @ 2012-01-26 21:17 孟和 阅读(171) 评论(0) 推荐(0) 编辑

实战IBM Lotus Sametime 8.5 Web Client API

摘要: IBM Lotus Sametime 8.5 Web 客户端概述Lotus Sametime 8.5 版本开始支持纯网页版的客户端,并且提供了灵活的网页版客户端的定制方式。这就让企业应用开发人员可以通过一些公共 API 将 Lotus Sametime 的即时聊天,会议等功能绑定到企业应用中,企业应用因此能使其用户具有实时沟通协作的能力。公共 API 简介Sametime Web 版公共 API 从架构上自底向上可以分为三个层次:REST API,基本功能模块以及 UI API。REST API 是一些底层的与 Sametime 服务器交互数据的 API,这一层比较复杂并且不影响 Sameti 阅读全文

posted @ 2012-01-26 21:16 孟和 阅读(542) 评论(0) 推荐(0) 编辑