开始研究Android系统

October 1st, 2009

Gphone有几个让人惊喜的功能:

重力感应

方向感应?

金属探测

颜色探测,这个任何具有摄像功能的手机都可以做出来

GPS

触摸屏,这个不稀奇了

但是G1,android系统的QQ还没开发出来。

媒体播放功能有待增强。

drupal 常用模块

September 27th, 2009

contemplate:实现对teaser和body模板的重写。结合CCK实现自己对node输出的配置。通过查看Teaser和body 变量,取得输出字段的值。

slider 实现http://www.panic.com/coda/ 中的著名效果。详细介绍http://drupalmodules.com/module/slider

http://drupalmodules.com/top-favorites?page=8

Validation API 表单验证

ACL 权限控制API 文档:http://symbiotix.net/collab/drupal-access-control-part-2-acl-module-explained

 free theme http://drupal-theme.net/theme/color-paper-drupal-theme

 

Internet Explorer 8 Compatibility View

September 26th, 2009

Microsoft自己维护着一个Compatibility View List, 当访问该List中的站点时,IE8会自动启用Compatibility View,也就是将Browser Mode切换到Internet Explorer 8 Compatibility View。接着我在地址栏输入以下地址,检查了一下我本地最近更新的List:

IE8中打开以下链接

res://iecompat.dll/iecompatdata.xml

Protected: url s

September 26th, 2009

This post is password protected. To view it please enter your password below:


ICE 轻量级分布式通讯中间件php&java

September 26th, 2009

Ice 是 Internet Communications Engine 的简称,出自ZeroC名门之下。
Ice 是一种面向对象的中间件平台。从根本上说,这意味着Ice 为构建面向对象的客户-服务器应用提供了工具、API 和库支持。Ice 应用适合于异构平台环境中使用:客户和服务器可以采用不同的编程语言,可以运行在不同的操作系统和机器架构上,并且可以使用多种网络技术进行通信。无论部署环境如何,这些应用的源码都是可移植的。

其采用C/S 模式结构,支持同步调用方式和异步调用方式,异步派发调用方式。支持跨语言的对象调用。多种语言之间采用共同的Slice(Specification Language for Ice)进行沟通。支持ice到C,JAVA,C#,VB,Python,Ruby,PHP等多种语言的映射。

Ice源代码发布包包含一系列的第三方产品:
• Berkeley DB, developed by Oracle (http://www.oracle.com)

• bzip2/libbzip2, developed by Julian R. Seward (http://sources.redhat.com/bzip2)

• The OpenSSL Toolkit, developed by the OpenSSL Project (http://www.openssl.org)

• SSLeay, developed by Eric Young (mailto:eay@cryptsoft.com)

• Expat, developed by James Clark (http://www.libexpat.org)

• STLport, developed by the STLport Standard Library Project (http://www.stlport.org)

• mcpp, developed by Kiyoshi Matsui (http://mcpp.sourceforge.net)
See the Ice source distribution for the license agreements for each of these products.