Oracle 客户端官方绿色版

名称: Instant Client Package

下载: http://www.oracle.com/technology/software/tech/oci/instantclient/index.html

使用方法:

1. Download the appropriate Instant Client packages for your platform. All installations REQUIRE the Basic package.

下载适合你操作系统的Instant Client packages. 如果需要完整安装, 请选择”Instant Client Package – Basic”.

2. Unzip the packages into a single directory such as “instantclient”.

解压缩到任意目录, 比如”InstantClient”

3. Set the library loading path in your environment to the directory in Step 2 (“instantclient”). On many UNIX platforms, LD_LIBRARY_PATH is the appropriate environment variable. On Windows, PATH should be used.

将上一步的目录加入环境变量中, 大部分Unix平台使用LD_LIBRARY_PATH, Windows平台使用PATH

4. Start your application and enjoy.

开始享受Oracle的世界吧

在 Ubuntu 中安装 SunPinyin 输入法

How to install sunpinyin on ubuntu

1
2
3
4
$ sudo add-apt-repository ppa:ibus-dev/ibus-1.2-karmic
$ sudo apt-get update
$ sudo apt-get install ibus-sunpinyin
$ sudo apt-get upgrade

PS: 如果是Ubuntu 10.04, 需要把第一句换成:

1
$ sudo add-apt-repository ppa:ibus-dev/ibus-1.3-lucid

编译了数次源代码,时而成功,时而失败,之后找到了这篇文章(http://goo.gl/TKQE),记录下来,备查

Update: 部分机器使用此方法安装的SunPinyin, 只要一输入汉字, 就崩溃退出, 如果你也遇到这样情况, 还是老老实实的按照GoogleCode里面的步骤编译安装吧

SharePoint 2007 Maximum Limitations

Entity
Max permissible size
Site Name
128 characters
Site URL
255 characters
Display name
128 characters
Connection string
384 characters
Email address
128 characters
Version numbers
064 characters
Virtual Server Friendly Name
064 characters
SQL Database Name
123 characters
SQL Database Column
128 characters
SQL Database Table Name
128 characters
SQL Role Name
128 characters
Server Name
128 characters
Windows User Name
300 characters
Windows Password
300 characters
Dependencies per object
032 objects
Zone enumeration value
004 zones
Default SQL command timeout
300 seconds
Number of simultaneous workflows that can be run
015 counts

From: http://goo.gl/iLTe