-
2004-11-13
微软的Domain-Specific Language
微软发布了他的Domain-Specific Language,不过需要MS Visual Studio.Net 2005才能安装。 http://lab.msdn.microsoft.com/vs2005/teamsystem/workshop/dsltools/ 没有MS Visual Studio.Net 2005,没法试一试这个工具。粗看一下介绍,这应该是一个建模工具,类似于UML;不过,他利用模型生成的代码不再是固定的,而是.............. -
2004-10-23
服务器端线程模型
当前各种流行的分布计算技术,比如CORBA/CCM、RMI/EJB、COM/DCOM或SOAP/Web Services,服务器端的性能是至关重要的特性之一;同时,在使用这些分布计算技术组成的C/S方式服务器端的线程模型对性能的影响相当大。一般说来,对于一般的服务器端来说,其线程可以分为三种:1、IO线程。这种线程负责处理服务器端的网络通讯IO,比如网络连接的建立,以及网络报文的交换等。我们称这类线程为“Acceptor Thread”。如果没有足够数.............. -
2004-10-12
多种持续集成工具全面比较
http://damagecontrol.codehaus.org/Continuous+Integration+Server+Feature+Matrix 所比较的特性相当全面,还包括了最近推出了luntbuild(seems from china?)。我比较认同luntbuild,简练好用。.............. -
2004-09-16
Gnome2.8 Released
2.8支持窗口阴影,白安装了X.org 6.8.............. -
2004-09-16
安装X.org 6.8续
继续安装X.org以后,还需要两个工具来启动透明和阴影效果,他们是xcompmgr和 transset。首先下载他们的代码: cvs -d
server:anoncvs@cvs.freedesktop.org:/cvs/xapps login cvs -d
server:anoncvs@cvs.freedesktop.org:/cvs/xapps co transset cvs -d
server:anoncvs@cvs.freedesktop.org:/cvs/xapps co xcompmgr 分别编译: cd xcompmgr ..............
-
2004-09-15
安装X.org 6.8
听说X.org 6.8开始支持透明窗口和窗口阴影。于是想安装一个,just for fun. X.org是XFree86的替代。由于XFree86的Lisense变化,大多数linux distribution都抛弃了XFree86,换作X.org。 首先下载源代码,源代码一共有7个包,下载以后解压。进入目录,然后: make World sudo make install 接着重启图形界面: init 3 init 5 发现字体变得难看了。猜想是6.8比Fe.............. -
Sometimes, the machine we need to install linux is quite simple, say, no floppy or CD drive, or not support USB key boot. How to install linux in such situation becomes a FAQ. We provide a way to make it easy to install linux without floppy ,CD or USB key booting, on a machine with windows(>=2k).(Using Fedora as example) 1 Grub for dos This software is the key of my..............







