返回上一页  首页 | cnbeta报时: 00:36:45
今日软件集[2007.05.10晨]
发布日期:2007-05-10 04:37:03  稿源:

PPLive 2007 v1.7.23 正式版 - 视频直播软件
FileZilla v3.0.0 Beta 8 多国语言版
Yahoo Widget Engine v4.0.3 Build 178 最酷最绚的桌面产品
eMule 0.48a Beta 2 多国语言版
K-Meleon v1.1 RC2+K-Meleon CCF ME v0.07 RC1
J.River Media Center v12.0.226 多国语言版

PPLive 2007 v1.7.23 正式版 - 视频直播软件



PPlive是一款用于互联网上大规模视频直播的软件,采用多点下载,网状模型的P2P技术,具有人越多,播放越流畅的特性。

软件特性
清爽明了,简单易用的用户界面
利用P2P技术,人越多越流畅
丰富的节目源,支持节目搜索功能
频道悬停显示当前节目截图及节目预告
优秀的缓存技术,不伤硬盘
自动检测系统连接数限制
对不同的网络类型和上网方式实行不同的连接策略,更好地利用网络资源
在全部Windows平台下支持UPnP自动端口映射
自动设置XP的网络连接防火墙
老板键功能
支持多语言,包括简体中文、繁体中文、英语、西班牙语、法语、德语
最近收看的10个节目(包括网页中)都会加入收藏中的最近收看类别中
收藏夹功能
内网用户共享播放功能

新版本有哪些改进?1.7.23(2007.05.09)
01.提供用户登录注册功能
02.增加定时管理功能,用户能方便预定管理频道播放时间
03.增加新增频道提示功能,方便了解内容更新情况
04.改进部分Bug

官网:http://www.pplive.com

官方下载:
http://download.pplive.com/pplivesetup(1.7.23).exe


 

FileZilla v3.0.0 Beta 8 多国语言版



FileZilla是一个免费开源的FTP客户端软件,虽然它是免费软件,可功能却一点也不含糊,比起那些共享软件来有过之而无不及,在新的版本中作者改进了手动下载的界面和功能等,不过该软件暂时还是不支持断点续传功能。总的来说是一款优秀的免费软件。

*** The main features of FileZilla are:
- Ability to resume Uploads/Downloads (if the server supports it)
- Custom Commands
- Site Manager with folders
- Keep Alive system
- Timeout detection
- Firewall support
- SOCKS4/5 and HTTP1.1 Proxy support
- SSL secured connections
- SFTP support
- Upload/Download Queue
- Drag & Drop
- Multi-language support
- GSS authentication and encryption using Kerberos

Changes in FileZilla 3.0.0 Beta 8:
! Fix data corruption on FTPS uploads
+ Implement speed limits
+ Last used local directory will be remembered
+ New option for the sorting of the filelists. Directories can be kept on top or sorted inline.
+ Display warning if detecting a Windows system with a networking bug confirmed by Microsoft
+ Right-clicking the Sitemanager button in the toolbar displays a popup menu with the sites for quick access. On Windows, a dropdown arrow got added.
- Directorylisting-parser fixes, including support for Microware OS-9
- Small SFTP transfer speed improvement under Windows
- Autocompletion did not work properly on GTK based systems
- Uninstalling FileZilla on Windows should no longer leave registry keys behind
- lots of small bugfixes

官网:http://sourceforge.net/projects/filezilla

v3.0.0 Beta 8 多国语言版 官方下载:(右键另存为~)
http://switch.dl.sourceforge.net/sourceforge/filezilla/FileZilla_3.0.0-beta8_win32-setup.exe
v2.2.32 Final 多国语言版 官方下载:(右键另存为~)
http://nchc.dl.sourceforge.net/sourceforge/filezilla/FileZilla_2_2_32_setup.exe
http://ovh.dl.sourceforge.net/sourceforge/filezilla/FileZilla_2_2_32_setup.exe
http://prdownloads.sourceforge.net/filezilla/FileZilla_2_2_32_setup.exe?download


 

Yahoo Widget Engine v4.0.3 Build 178 最酷最绚的桌面产品



Yahoo!Widget是由雅虎推出的免费并开放源码的桌面应用程序平台。它由Widget引擎和Widget工具两部分组成。能够极大的便利您的网络操作和完善您的桌面应用。Widget引擎提供了一个Ajax应用程序平台,在Windows和Mac OS X的操作系统环境下都可以使用。安装引擎后就能在此平台上运行各式各样的Widget工具了。

Widget工具是能够运行在桌面上的小迷你应用程序,它集合了多种网络应用,并以其多样炫酷的形态用来展示桌面的网络软件。Widget工具的功能包罗万象,例如:游戏娱乐,时钟日历,信息咨询,媒体工具,系统辅助,网络工具,工作助手等等。您可以通过使用Widget工具在装点您桌面的同时实现自己所需要的各项服务。而且在Yahoo!Widget这个平台上,您既可以享用丰富多彩的Widget工具,也能创造自己的炫酷个性的Widget工具。

Changes in Version 4.0

Performance
   * Implemented image sharing to attempt to reduce memory consumption for some Widgets.
   * When a Window is hidden, we now release all the drawing buffers. Not a huge savings in most cases, but hey.
   * XPath is now substantially faster on large XML DOMs.
   * We now load Win HTTP on-demand.
   * Rewrote COM support to be faster and fixed some issues with event sinks.

Animations
   * Implemented Resize Animation.
   * It is now possible to reuse an animation. Previously, once an animation was complete, it was useless.
   * Changed animations to always call any 'done' function you pass in even if the animation is run with runUntilDone (i.e. synchronously). This only takes effect if your minimumVersion is 4.0 or later.

Filesystem
   * Added filesystem.zip() and filesystem.unzip() as simple utilities to do basic zip/unzip actions.
   * Filesystem.move() now will rename a file (i.e. it should now behave exactly like the unix mv command).
   * Added filesystem.getMD5() to return the MD5 string for a given file.
   * Added optional third parameter to filesystem.writeFile. You can now pass a boolean to tell us whether or not to append to the file instead of merely overwriting the entire file. appendFile( path, content [, append] );
   * Added filesystem.createDirectory() and filesystem.remove(). view full changelog

Operating Systems Supported
   * Windows XP SP2, 2000 SP4
   * Windows Vista
   * Mac OS X 10.3.9 and up

Latest Changes:
* Fixed getDirectoryContents when passed “C:”.
* Fixed Drag and Drop events in Textareas.
* Fixed problem where opacity on frames wasn't being obeyed properly.
* Fixed issue with debug window never showing file/line number info. Also pulled in change to debug window to avoid having to use print() to see values.
* Fixed problem with duplicate widgets when consolidating. This would manifest itself as the apparent duplication of Widgets if you kept downloading and running the same Widget over and over (or an update to a Widget not gotten via the built-in update mechanism).
* Fixed truncation of Japanese characters in prefs.
* Fixed 'with' with COM objects.
* Fixed problem where we weren't always properly releasing COM objects.
* Fixed last remaining positioning issue wrt context menus when windows have shadows.
* Mac: Fixed reloadWidget() bug.
* Mac: Fixed font styling problem on Panther.
* Mac: Fixed Japanese font rendering issues in textareas.

官网(中文):http://cn.widget.yahoo.com

v4.0.2 Build 178 英文 - 官方下载:
http://l.yimg.com/download.yahoo.com/ycs/widgets/us/4.0.3x178/widgetsus.exe
v3.1.4.0 简体中文版 - 官方下载:
http://cn.download.widget.yahoo.com/engine/YahooWidget-Install-CN.exe
工具下载页面:http://cn.widget.yahoo.com/gallery

 


 

eMule 0.48a Beta 2 多国语言版

 

在2002年5月13日的黎明,一个叫Merkur的人对原始的eDonkey2000客户端感到不满,他坚信他能做的更好。然后他就那么去做了。他在自己的周围聚集了很多的开发人员,eMule工程也由此诞生。他们的目标是将eDonkey的精华保留下来,增加新的功能,并使图形界面更加友好。他们无法想象此时的决定会带来什么样的影响……

今天,eMule是世界上最大最可靠的点对点文件共享客户端之一。由于它奉行开发源代码的政策,众多的开发者得以对eMule工程有所贡献。随着每一个版本的发布,eMule的开发者网络都变得更有效率。

eMule是什么意思?
eMule(电骡)来自一种叫做“骡子”的动物,提醒你一下,就是那种有点像驴的家伙。;)

eMule多长时间更新一次?
eMule并不是有规律的更新和升级的,一般是一周到三周一次,但是不总是这样。:)

一些eMule具有的功能:

客户端使用若干种网络来建立一个可靠的传输网络(ED2K,来源交换和Kad)
Kad正处于开放测试阶段,eMule 0.42以后的版本中都包含了Kad功能。
eMule的队列和信用系统确保每个人通过上传文件、回馈给整个网络的方式来获得自己想要的文件。
eMule是完全免费的,它也决不包含广告软件、间谍和流氓软件。我们之所以创造eMule是为了快乐和知识,而不是为了金钱。
每个下载的文件都会自动检查是否损坏,以确保文件的正确性。
eMule的智能损坏控制系统有助于快速纠正在传输中损坏的部分。
自动优先级和来源管理系统使你可以一次下载许多文件而不必一直监视它们。
预览功能允许你在下载完成之前查看视频或者压缩文件的内容。在预览视频时,我们建议您使用Video Lan Client。
eMule的Web服务功能和Web服务器可以使您快速的访问因特网。
你可以为你下载的文件创建目录,并且对它们进行组织和管理。
要想找到你所需要的文件,eMule提供了许多搜索的方式,包括:服务器搜索(本地搜索和全局搜索),基于Web的搜索(Jigle和FileDonkey)以及KAD(测试中)。
eMule允许你使用非常复杂的布尔操作符来进行查询,使你更加灵活的搜索文件。
通过信息与好友系统,你可以向其它用户发送信息,然后把他们加为好友。在你的好友列表中,你可以查看一个好友是否在线。
通过内置的IRC客户端,你可以一边下载,一边和全世界的eMule用户聊天。

The main features of this version are
*First step torwards Vista by fixing most glitches and problems Vistahad with eMule and by this also support of multi user installations(for all OSs)
* Support for UPnP
* A spam filter for search results
* Several GUI improvments like smiley support for IRC and messages, nicer file tooltips and so on
* And as always fixing several bugs and adding other small changes

更新:http://forum.emule-project.net/index.php?showtopic=123724
官网:http://www.emule-project.net/

官方下载:
http://server4.emuleproject.net/eMule0.48a_BETA2-Installer.exe
http://server4.emuleproject.net/eMule0.48a_BETA2.zip


 K-Meleon v1.1 RC2+K-Meleon CCF ME v0.07 RC1

一个快速的浏览器,使用Gecko引擎。它的界面模仿IE的风格,并且能够使用IE的书签。它最主要的特点就是下载页面的速度相当的快,这对于网速不是很快的中国用户还是很有优势的。K-MeleonCCF是一款采用了Gecko引擎的浏览器,内置了RSS新闻浏览支持和网页翻译功能(Google引擎)等实用功能,相信你使用后一定会喜欢上这款软件。

特点:
* Gecko引擎 (即Mozilla/Firefox的引擎)
* 鼠标手势
* 鼠标托拽(右键)
* 弹出广告阻拦
* 网页广告阻拦
* 网页密码设置/编辑
* 多代理支持
* 快捷键设置
* 可以使用Mozilla/Netscape/IE/Opera多种书签
* 内置RSS新闻浏览支持
* 内置天气预报功能
* 内置Bookmarklets功能
* 网页翻译功能(Google引擎)
* 快捷组/启动组功能

K-Meleon v1.1 RC2
- Fixed a couple of leaks
- scrollbar visibility
- session cookies
- session plugin crash when deleting a session
- english language selection when several locale installed
- some fixes for macros, kmprefs and flashblock

K-Meleon CCF ME v0.07 RC1
+ 最新的Gecko引擎 1.8.1.3, 改进了网页的不少兼容性
+ 过滤编辑器 Ad-Filter, 方便过滤广告图片,iframe,flash
+ WMP Firefox Plugin 加入,大幅改善网页视频支持
* Flash 9 支持

K-Meleon 官网:http://kmeleon.sourceforge.net
K-Meleon CCF ME 官网:http://kmeleon.blog.edu.cn/user1/10104/index.shtml

K-Meleon v1.1 RC2 官方下载:
http://kmeleon.sourceforge.net/files/K-Meleon1.1RC2.exe
K-Meleon CCF ME v0.07 RC1 官方下载:
http://kmeleon.et8.net/K-MeleonCCFME0.07RC1.exe
http://kmeleon.winzheng.com/down/K-MeleonCCFME0.07RC1.exe


 

 

J.River Media Center v12.0.226 多国语言版

具有从音乐的源头(AudioCD)到最后(网络发布)。中间所有环节的一切功能都具备!可以制作CD光盘,CD复制 CD,CD转换MP3,或把MP3文件刻录到CD中。这个软件最大的特点就是:具有强大的网络功能。可以从web直接请听广播或下在音乐文件, 也可以把自己的作品发布到 web中。它为你的数字声音所整合的最强软件。

你可以用它来播放各种声音档案,并控管所有PC上面的音乐来源。你可以靠用以群组的方式来管理你的档案,以演唱者、专辑、播放列表或是种类来分组。总之,有了这个软件后, 你可以把“CD 播放器、MP3 播放器、MP3 制作器、CD 制作器、CD 刻录器”等等统统代替。它可以播放Mp3、MusicEx、WAV、OGG、RealAudio、RealVideo、AVI、QuickTime和其它格式的档案,还能把CD质量的音乐编码成MP3或是Windows Media Audio格式。

Latest Changes:
1. Fixed: In some cases, HTML displayed as text would be missing spaces between some words. (RSS Theater View plugin, etc.)
2. Fixed: Thumbnailing data files could leak GDI resources. (causing a problem if 1000's of data files were thumbnailed)
3. Fixed: The "read-only database" warning could fight with the splash screen
4. NEW: Added command line switch /LibraryReadOnly that can be used when starting MC to force the library to load as read-only
5. Fixed: Digital TV could fail if "DBA IP Sink" filter could not be found
6. Changed: Reworked digital TV recording graph-building, when switching from time-shifting
7. Changed: When audio streams with metadata stops playing, metadata fields (Name, Duration, Artist, Album) revert back to previous values
8. Changed: Renamed "Share to Pix01" "share to web" to match other menus
9. NEW: Added "Share to Web" to the right click->sendto->email/web menu
10. NEW: AW art for Share to Web
11. NEW: Caption field below the Pix01 images. (Set the text via the "Caption" field in MC.)
12. Changed: Minor Pix01 noire template changes
13. Fixed: When Now Playing is set to a "Track Info" view, view updated too frequently and kept clearing context menus
14. Fixed: Boolean parameters of the automation interface could behave badly when invoked from .NET

更多皮肤和插件:
http://accessories.jrmediacenter.com/mediacenter/accessories.php
所有特征请看官方:
http://www.jrmediacenter.com/features.html

官方下载:
http://ftp.jriver.com/pub/downloads/MC12/MediaCenter120226.exe

我们在FebBox(https://www.febbox.com/cnbeta) 开通了新的频道,更好阅读体验,更及时更新提醒,欢迎前来阅览和打赏。
查看网友评论   返回完整版观看

返回上一页  首页 | cnbeta报时: 00:36:45

文字版  标准版  电脑端

© 2003-2025