Home mail me! Syndicate this site using RSS

Archive for Software


Google Chrome 浏览器测试版发布

Google Chrome

大家一直期待的Google浏览器,终究还是出来了,与其说是GOOGLE自己要开发浏览器,还不如说是这款浏览器是被Microsoft给逼出来的。我相信如果大家相信GOOGLE的不作恶精神的话,应该会马上接受她。

连带Mac和Linux版本的推出,不知道此时此刻FireFox和Microsoft的心情会是如何?

官方描述:从外观即可看出,Google Chrome的设计简单、高效,是一款真正的Web浏览工具。与谷歌主页一样,Google Chrome的特点是简洁、快速。Google Chrome支持多标签浏览,每个标签页面都在独立的”沙箱”内运行,在提高安全性的同时,一个标签页面的崩溃也不会导致其他标签页面被关闭。Google Chrome基于更强大的Javascrīpt V8引擎,这是当前Web浏览器所无法实现的。

详细资料请查看:http://www.techcrunch.com/2008/09/01/meet-chrome-googles-windows-killer/

官方地址:http://www.google.com/chrome

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

Free Virtual Desktop Manager for Windows

The Sysinternals team at Microsoft today released another useful software utility for Windows called Desktops to help people who run multiple applications at the same time.

Desktops (v1.0) is a Virtual Desktop Manager that lets you create up to four different desktop screens for arranging all those open applications in a more logical and productive manner.

For instance, you could put all work related programs in the first desktop window, chat programs in another virtual window and so on. This makes life less confusing when you have dozens of programs running simultaneously on the desktop.

The software runs in your Windows taskbar. And you can very easily switch from one virtual desktop to another by pressing the keyboard shortcut or through your mouse.

Sofee Domain Typo Generator released

Sofee Domain Typo Generator will take a domain name you specify and generator a list of suggestions of likely human mis-spellings and mis-typings for that domain.

The typo methods we do are:

  • Wrong key (QWERTY keyboard) typos (e.g. google.com -> goofle.com)
  • Missed character typos (e.g. google.com -> goole.com)
  • Transposed character typos (e.g. google.com -> goolge.com)
  • Double character typos (e.g. google.com -> googgle.com)
  • Look alikes typos (e.g. google.com -> g00gle.com)

Sofee Domain Typo Generator Screenshot

Click here for detail.

CNNIC域名抢注工具 Screenshot

很简单的写了一个,只包含最基本的功能,就是定时自动抢注,哈哈,发个截图先!

CNNIC域名抢注工具截图

话说回来,CNNIC真不行,居然只提供JAVA的接口,C++的都不提供,害我还得把JAVA的证书格式导成OPENSSL认识的pkcs8格式,弄了很久。

FastCGI Extension for PHP hosting on IIS5.1/IIS6.0

MS终于给IIS推出了FastCGI扩展了,这使PHP在IIS上作为CGI方式运行是提供了更好的性能和安全性。

用IIS作为WEB服务器的朋友们不妨尝试一下。

相关链接:

Eclipse PDT (PHP Development Tools) 1.0 Released Today

Eclipse和Zend公司推出的一款基于Eclipse的IDE编辑器,Linux用户可又多了一种选择,呵呵,偶还没试用过,不知道具体怎么样?不过想想应该跟Zend Studio的功能差不多,可以集成Zend Debugger或Xdebug,不知道以后Zend是否会放弃Zend Studio商业计划,而全身心的投入PDT的研发。

下载地址:http://download.eclipse.org/tools/pdt/downloads/?release=R20070917

更多信息请访问:http://www.eclipse.org/pdt/

支持国货,WPS Office 2007正式发布!

官方介绍:

软件名称: WPS Office 2007 个人版
最新版本: 6.3.0.1339
发布时间: 2007.08.30
语言种类: 简体中文
系统需求: Windows 2000/XP/Vista
软件大小: 23M

WPS Office 2007个人版对个人用户永久免费,包含WPS文字、WPS表格、WPS演示三大功能模块,与MS Office无障碍兼容。

本人于去年开始就投入WPS的怀抱了,日常的使用完全没有问题,完全可以替代微软的OFFICE了,呼吁一下,大家也支持国货吧!

WPS官方地址:http://wps.kingsoft.com/product/ge.shtml

jQuery 1.1.4 发布了!

jQuery 1.1.4发布了,作为1.1.x分支的最后一个版本,之后发布的版本就会是1.2版了。

从介绍来看,这个版本与1.1.3.1版的区别主要还是速度和性能上的大幅提升(特别是selector部分,提升非常大),以及BUG的修复。文件的大小似乎也慢慢开始大起来了,1.1.4版已加到21K了…

更多资料请访问jQuery官方网站:jQuery.com

Xdebug 2.0.0 finally released

xdebug2
Derick Rethans 于2007年7月18日正式发布了Xdebug 2,官方网址:http://xdebug.org/

该工具用于排错确实很不错,支持堆栈跟踪、远程调试、代码分析等等,值得推荐,下面是他的原话:

It is finally here, Xdebug 2.0.0 has arrived! After about four years of work I finally found it ready to release. Have fun! After almost four years of work, Xdebug 2 is finally ready. With improved functionality and many new features it is ready to totally change the way you develop in PHP. Some of the new features and updates include improved stack traces, execution traces to files, code coverage analysis and much improved remote debugging support. Xdebug’s documentation has also been rewritten for more clarity.
As with most open source projects, it’s very hard to know who are actually the users of the project. As I would like to know my users better, I would invite everybody who finds Xdebug useful to send me a postcard with their location. (Address is here at the top of the page). I am looking forwards to find out who you are!

还有款调试器也非常不错,历史比较悠久,就是NuSphere公司(老牌的PHP IDE开发商)开发的DBG,也可以集成到一些IDE开发工具中(例如:NuSphere PhpED、PHP Eclipse等)。


Next Page »