天生我才必有用

Mono 1.2.6 发布

Posted in C# & .Net    作者:Ray    2007年十二月14日

微软开发框架的开源版本现在能够在更多现有.NET应用程序上运行.该项目由 Novell支持,允许为Windows框架编写的应用程序在Linux和其它非微软平台上运行.最新版本全面支持.NET 1.1,并部分与.NET 2.0兼容,包括支持Windows Forms.

Mono 按ECMA标准ECMA-335定义的标准执行.NET,ECMA-335指定通用语言基础构架(Common Language Infrastructure)、一个C#编译器和与微软相似的类库,虽然这些并非ECMA标准的工作范围.Mono可在Linux、Mac OS X、Solaris和Windows上运行,并被第三方应用到其它平台上,包括Symbian OS.

新的版本更新包括以下内容:

  1. Native Windows.Forms driver for MacOS X allows Winforms-based applications to run without an X server.
  2. Support for the ASP.NET AJAX APIs and controls.
  3. Support for FastCGI deployments: ASP.NET can now be deployed on a multitude of servers that implement the FastCGI protocol (lighttpd for example) in addition to Apache.
  4. Windows.Forms now supports the WebControl on Windows and Linux using Mozilla.
  5. Runtime will now consume much less memory for 2.0-based applications due to various optimizations in generics support as well as including many new performance improvements and an updated verifier and an implementation of CoreCLR security.
  6. C# compiler is quickly approaching full 3.0 support, most of the basics work right now (except support for System.Query.Expression AST generation).
  7. Mono 1.2.6 can now be used as an SDK for creating Silverlight 1.1 applications on all platforms. This allows developers to create applications that target Silverlight without requiring a Windows installation.

其实免费的东东也很不错的。点击下载

标签: , ,

微软推出中文版地图服务

Posted in 技术    作者:Ray    2007年十二月14日

Virtual Earth 中国团队终于推出了中文 Live Search 地图服务。
该服务现在已经有中国 114 个城市,支持搜索周边宾馆、银行,地图收藏。另外还支持非常实用的交通换乘指示服务。

微软真的财大气粗,看来丁丁地图有一定的危险哦。不过还不如Google那样,可以直接插入到网页使用中,现在只能自己Copy & PS一下了,这点还不是非常方便。

看看实际效果如何:(我们公司新闸路地铁站附近的地图)

company-map1.jpg

phpBB3 已经发布

Posted in PHP    作者:Ray    2007年十二月14日

长时期的phpBB3 RC版本的煎熬终于可以结束了,phpBB3 Gold Release已经于12/13日最终发布,同时还有一个很酷的名字:Olympus,可能是为了配合明年的2008北京奥运会。

周末有空就把自己的论坛更新一下,接着就可以安装或开发一些自己想实现的功能。:)

下载链接http://downloads.sourceforge.net/phpbb/phpBB-3.0.0.zip?download
安装说明http://www.phpbb.com/support/documents.php?mode=install&version=3

标签: ,