2009年5月13日星期三

eclipse 插件安装

eclipse 插件安装

Spring IDE for Eclipse在线安装网址:





http://springide.org/updatesite/

Ibator Automatic Eclipse Install

If you've already installed a
prior version of Ibator, simply run the Eclipse Update tool and the new
version will be found automatically.

If you've not previously installed Ibator, use the built in Eclipse install support by following these steps:

  1. Take the "Help>Software Updates..." Menu Option
  2. Select the "Available Software" Tab
  3. Press the "Add Site" button
  4. Enter the following information: Location:http://ibatis.apache.org/tools/ibator
  5. Press OK
  6. Check the box next to "Apache iBATIS Ibator Feature"
  7. Press the "Install" button
  8. Follow the remainder of the install wizard

Ibator Manual Eclipse Install

The automatic install is much
preferred, but you can also install Ibator manually if you desire. To
install manually, download the file IbatorForEclipse1.2.1.zip and unzip the file to some convenient location. After unzipping the update site archive, follow these steps in Eclipse:

  1. Take the "Help>Software Updates..." Menu Option
  2. Select the "Available Software" Tab
  3. Press the "Add Site" button
  4. Press the "Local" button
  5. Navigate to the location where you unzipped the site archive
  6. Press OK
  7. Check the box next to "Apache iBATIS Ibator Feature"
  8. Press the "Install" button
  9. Follow the remainder of the install wizard

没有评论:

指定目录的图片2值化

```python # -*- coding: utf-8 -*- """指定目录的图片,自适应2值化 """ import os from PIL import Image import numpy as np imp...