Thursday, February 23, 2012 4:45

‘IT Leading News’ News

Subscribe to RSS feed

Lotus Notes and Domino

Thursday, March 4, 2010 21:44

Download a free trial version of IBM® Lotus Notes® 8 software -- showcasing a modern, Web-like look-and-feel in a familiar Lotus Notes client format. It’s visually appealing, highly consistent and feature rich. Offering e-mail, calendar and scheduling, personal journal, to-do lists, support for innovative business solutions ...

Tagged with:

Microsoft launches open-source blogging platform

Monday, January 19, 2009 14:05

On Monday, Microsoft launched Oxite, an open-source blogging platform. However, the software maker was quick to underline that the product is aimed at developers and not intended to directly compete with popular blogging software such as WordPress or Movable Type. Microsoft posted the ...

Tagged with: ,

CVS Study Note

Monday, January 5, 2009 13:26

CVS  Concurrent Version System repository cvs -d /home/cvsroot init cvs import -m "message" $project_name $vedorag $releasetag working directory [:method:][[user][:password]@]hostname[:[port]]/path/to/repository local        :local:/usr/local/cvsroot pserver        :pserver:dli:dbrg2004@doublebridge.com.cn:/cvsdata/repository ssh/rsh        CVS_RSH=ssh/rsh ext        :ext:lidnux@doublebridge.com.cn:/cvsdata/repository checkout cvs -d /home/cvsroot checkout $project_name cvs checkout $project_name cvs co $project_name update cvs update cvs up cvs update -d diff cvs diff $file_name cvs diff -r $tag_1 -r $tag_2 $file_name commit cvs commit $file_name        # a editer($CVSEDITOR $EDITOR $VISUAL) ...

Tagged with:

Bugzilla安装笔记

Monday, January 5, 2009 13:25

/usr/bin/perl -MCPAN -e 'install "GD"' bugzilla安装步骤(For RHEL AS4): 先装apche-1.3.34 解压:tar zxvf apache-1.3.34.tar.gz 安装:./configure --prefix=/usr/local/apache --enable-module=so (修改httpd.conf文件,在"DefaultType text/plain"下添加一行"AddDefaultCharset GB2312") 再装mysql-4.0.26 解压:tar zxvf mysql-4.0.26.tar.gz 安装:./configure --prefix=/usr/local/mysql --with-charset=gbk 建bugs数据库和bugs用户:grant all privileges on bugs.* to 'bugs'@'%' identified by 'bugs'; 最后解压bugzilla到/usr/local/下面 # cd /usr/local/bugzilla # ./checksetup.pl 安装缺少的perl模块: AppConfig Mail::Mailer Date::Format IO-stringy MIME-Base64 MIME::Parser Template (PathTools-3.24) (CGI.pm-3.25) (DBI-1.53) 安装:perl Makefile.PL make (make test) make install groupadd apache 修改localconfig文件 $db_host = IP地址 $db_pass = 'bugs' ./checksetup.pl # ln -s /usr/local/bugzilla /var/www/bugzilla(之前可能需要mkdir /var/www) Alias /bugzilla/ "/var/www/bugzilla/" <Directory "/var/www/bugzilla/">; Options ExecCGI AllowOverride Limit </Directory> AddHandler cgi-script .cgi(将其前面的#注释掉,使之生效) DirectoryIndex index.html ...

Tagged with:

Open souroce HRM software – Orange HRM

Sunday, January 4, 2009 20:41

OrangeHRM aims to be the world’s leading open source HRM solution for small and medium sized enterprises (SMEs) by providing a flexible and easy to use HRM system affordable for any company worldwide. The project was started during fall 2005 and the first beta release was made in January 2006. Today ...

JavaFx is available now

Friday, December 19, 2008 8:19

JavaFX is an expressive rich client platform for creating and delivering rich Internet experiences across all the screens of your life. JavaFX offers users unparalleled freedom and flexibility to create rich Internet applications and content quickly and easily across multiple screens, including mobile phones, desktops, televisions, and other consumer ...

Tagged with: