Home mail me! Syndicate this site using RSS

Archive for TAG: Python

Free UML 2 tool box – BOUML

BOUML is a free UML 2 tool box (under development) allowing you to specify and generate code in C++, Java, Idl, Php and Python.

BOUML runs under Unix/Linux/Solaris, MacOS X(Power PC and Intel) and Windows.

BOUML is very fast and doesn’t require much memory to manage several thousands of classes, see benchmark.

BOUML is extensible, and the external tools named plug-outs can be written in C++ or Java, using BOUML for their definition as any other program. The code generators and reverses are ones of the pre-defined plug-outs included in the BOUML distribution. See features.

BOUML是一个免费的UML2.0工具(还在开发中),可以生成C++, JAVA, IDL, PHP, Python的代码。

BOUML是一款跨平台的程序,支持Unix/Linux/Solaris, MacOS X(Power PC and Intel) 以及 Windows。

BOML执行速度非常快,而且不需要占用太多的内存就可以管理成百上千个类,具体可以看官方的性能评测

官方网址:http://bouml.free.fr
当前版本:v4.5,发布于2008年8月26日
下载地址:http://bouml.free.fr/download.html

3 Comments »

推荐Wine软件安装管理包–Wine-Doors

Wine-Doors是一款基于Gnome桌面的Windows软件安装管理包,使用非常方便,只需在软件列表中选择要安装的软件,Wine-Doors就会帮你搞定一切,不再需要自己动手来配置。

最新版本为:Wine-Doors 0.1 (Vinegar Finger)
Read more…

No Comments »

CentOS下安装Subversion&Trac

本文将采用Apache 2.2.3+Subversion1.4.2+Python 2.4.3+SQLite 3.3.6+Trac 0.10.4架设。

服务器IP为:192.168.1.200

1、Apache、Subversion、Python和SQLite均采用默认安装即可,yum即可安装。

# yum install httpd httpd-devel swig subversion mod_dav_svn sqlite python python-devel python-sqlite mod_python

2、配置Subversion

下面将使用myapp这个仓库来配置Subversion

# mkdir -p /var/www/svn
 
# cd /var/www/svn
 
# svnadmin create myapp
 
# chown -R apache:apache myapp
 
# vi /etc/httpd/conf.d/subversion.conf

Read more…

No Comments »