⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 list_top500

📁 BaiduMp3 search baidu mp3
💻
📖 第 1 页 / 共 3 页
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Nio's Weblog</title><meta http-equiv="Content-Type" content="text/html; charset=GB2312" /><meta name="description" content="本 blog 是 Krazy Nio 肖理达的个人博客网站,内容主要涉及 PHP JavaScript DHTML JSP Java Linux 相关技巧、日常生活、工作等" /><meta name="keywords" content="PHP CMS Linux JSP Java JavaScript DHTML" /><script language="JavaScript" type="text/javascript" ><!--     function gotoCategory(index) {        document.categories.submit();    }//--></script><link rel="stylesheet" type="text/css" href="weblog.css" /></head><body><div id="title">    <div class="title"><a href="/~nio/">Nio's Weblog</a></div>    <div class="quote"><font color="#0000CC">&lt;?php</font> <font color="#006600">print(</font><font color="#DD0000">"First they ignore you. Then they laugh at you. Then they fight you. Then you win. -- Mohandas Gandhi"</font><font color="#006600">);</font> <font color="#0000CC">?&gt;</font></div></div><!--  Main content on right side of page --><div id="content"><!-- Weblog entries --><div class="weblog">
<h3>百度 MP3 批量下载程序 v2.0 beta 发布!&nbsp;<a href="http://info96.k12studio.com/~nio/weblog.php?id=P263">#</a></h3>
<div class="author">&#187; Posted by: <font color="#FF6600">Nio</font> on 2005-04-21 | 11:24 pm</div>
<div class="content">
已经有几个月没有发布过新版本了,v1.5a 的版本竟然被下载了有 51041 次,出乎我的预料。这次的版本对底层进行了彻底的改变,去掉了一些不必要的设置,增加了新的特性,同时可方便地增加除百度之外的其它歌曲排行榜。<br />
<br />
<b>ChangeLog:</b><br />
<pre>*) 支持多任务下载。
*) 支持下载日志。
*) 支持保存已下载歌曲的列表。
*) 支持 MP3、WMA、RM 格式的歌曲。
*) 支持保存已下载歌曲的列表。
*) 可复制下载地址,直接用于其它下载工具。
*) 增强了断点续传功能。
*) 目前支持百度的
    <a href="http://list.mp3.baidu.com/list/newhits.html" target="_blank">新歌TOP100</a>、
    <a href="http://list.mp3.baidu.com/topso/mp3topsong.html" target="_blank">歌曲TOP500</a>、
    <a href="http://list.mp3.baidu.com/list/movies.html" target="_blank">影视金曲</a>、
    <a href="http://list.mp3.baidu.com/list/oldsong.html" target="_blank">经典老歌</a>、
    <a href="http://list.mp3.baidu.com/list/oumei.html" target="_blank">欧美金曲</a>、
    <a href="http://list.mp3.baidu.com/list/hanri.html" target="_blank">韩日歌曲</a>、
    <a href="http://list.mp3.baidu.com/minge/mp3topsong.html" target="_blank">民歌精选</a>、
    <a href="http://list.mp3.baidu.com/xiaoyuan/mp3topsong.html" target="_blank">校园歌曲</a>
    等八个排行榜。
</pre><br />
<a href="/~nio/BaiduMp3.html#download">请到此处下载 BaiduMp3_v2.0beta.exe</a> (306.688 KB,下载次数:<script language="JavaScript" type="text/javascript" src="/~nio/download.php?id=8&amp;c=1"></script>)<br />
<br />
<b>ScreenShot:</b><br />
<img src="http://www.infor96.com/~nio/images/uploads2/BaiduMp3_14.gif" border="0" alt="image" name="image" width="651" height="477" /> <br />
<br />
PS:之前的版本曾经有网友发现在 WinXP 英文版(装了中文字体)下界面中的文字都是乱码,由于我这里没有 WinXP 的操作系统,所以恳请有条件的网友帮忙测测看。
<br />

</div>

<div style="text-align:right">
&#187; <a href="http://info96.k12studio.com/~nio/comments.php?id=263_0_1_0_C">评论</a>&nbsp;(14)
&nbsp;|&nbsp;
<a href="http://info96.k12studio.com/~nio/comments.php?id=263_0_1_0_C">浏览</a>&nbsp;(90)
</div>
</div><div class="weblog">
<h3>Zend PHP Certification - Self Test&nbsp;<a href="http://info96.k12studio.com/~nio/weblog.php?id=P262">#</a></h3>
<div class="author">&#187; Posted by: <font color="#FF6600">Nio</font> on 2005-04-19 | 9:45 am</div>
<div class="content">
<a href="http://www.zend.com/store/education/certification/self-test.php?begin=1" target="_blank">Zend PHP Certification - Self Test</a>,感兴趣的可以去测一下自己的 PHP 基础知识掌握的如何 :) 。下边列出了题目:<pre>1. What does <font color="#0000bb">&lt;? </font><font color="#007700">echo </font><font color="#0000bb">count </font><font color="#007700">(</font><font color="#dd0000">"123"</font><font color="#007700">) </font><font color="#0000bb">?&gt;</font> print out? <br> <br>A. 3 <br>B. False <br>C. Null <br>D. 1 <br>E. 0</pre><br />
<pre>2. Which of the following snippets prints a representation of <br>42 with two decimal places? <br> <br>A. <font color="#0000bb">printf</font><font color="#007700">(</font><font color="#dd0000">"%.2d\n"</font><font color="#007700">, </font><font color="#0000bb">42</font><font color="#007700">); </font><br>B. <font color="#0000bb">printf</font><font color="#007700">(</font><font color="#dd0000">"%1.2f\n"</font><font color="#007700">, </font><font color="#0000bb">42</font><font color="#007700">); </font><br>C. <font color="#0000bb">printf</font><font color="#007700">(</font><font color="#dd0000">"%1.2u\n"</font><font color="#007700">, </font><font color="#0000bb">42</font><font color="#007700">); </font></pre><br />
<pre>3. Given <br><br><font color="#0000bb">$text </font><font color="#007700">= </font><font color="#dd0000">'Content-Type: text/xml'</font><font color="#007700">; </font><br><br>Which of the following prints 'text/xml'? <br> <br>A. <font color="#007700">print </font><font color="#0000bb">substr</font><font color="#007700">(</font><font color="#0000bb">$text</font><font color="#007700">, </font><font color="#0000bb">strchr</font><font color="#007700">(</font><font color="#0000bb">$text</font><font color="#007700">, </font><font color="#dd0000">':'</font><font color="#007700">)); </font><br>B. <font color="#007700">print </font><font color="#0000bb">substr</font><font color="#007700">(</font><font color="#0000bb">$text</font><font color="#007700">, </font><font color="#0000bb">strchr</font><font color="#007700">(</font><font color="#0000bb">$text</font><font color="#007700">, </font><font color="#dd0000">':'</font><font color="#007700">) + </font><font color="#0000bb">1</font><font color="#007700">); </font><br>C. <font color="#007700">print </font><font color="#0000bb">substr</font><font color="#007700">(</font><font color="#0000bb">$text</font><font color="#007700">, </font><font color="#0000bb">strpos</font><font color="#007700">(</font><font color="#0000bb">$text</font><font color="#007700">, </font><font color="#dd0000">':'</font><font color="#007700">) + </font><font color="#0000bb">1</font><font color="#007700">); </font><br>D. <font color="#007700">print </font><font color="#0000bb">substr</font><font color="#007700">(</font><font color="#0000bb">$text</font><font color="#007700">, </font><font color="#0000bb">strpos</font><font color="#007700">(</font><font color="#0000bb">$text</font><font color="#007700">, </font><font color="#dd0000">':'</font><font color="#007700">) + </font><font color="#0000bb">2</font><font color="#007700">); </font><br>E. <font color="#007700">print </font><font color="#0000bb">substr</font><font color="#007700">(</font><font color="#0000bb">$text</font><font color="#007700">, </font><font color="#0000bb">0</font><font color="#007700">, </font><font color="#0000bb">strchr</font><font color="#007700">(</font><font color="#0000bb">$text</font><font color="#007700">, </font><font color="#dd0000">':'</font><font color="#007700">);</font></pre><br />
<pre>4. What is the value of $a?<br><br><font color="#0000bb">&lt;?php<br><br>&nbsp;&nbsp;&nbsp;&nbsp;$a </font><font color="#007700">= </font><font color="#0000bb">123 </font><font color="#007700">== </font><font color="#0000bb">0123</font><font color="#007700">;</font><br><br><font color="#0000bb">?&gt; <br></font> <br>A. True <br>B. False</pre>
<br />
&#187;  <a href="http://info96.k12studio.com/~nio/comments.php?id=262_0_1_0_C">更多内容....</a>
</div>

<div style="text-align:right">
&#187; <a href="http://info96.k12studio.com/~nio/comments.php?id=262_0_1_0_C">评论</a>&nbsp;(3)
&nbsp;|&nbsp;
<a href="http://info96.k12studio.com/~nio/comments.php?id=262_0_1_0_C">浏览</a>&nbsp;(37)
</div>
</div><div class="weblog">
<h3>抢手的 Firefox 工程师和技术人员&nbsp;<a href="http://info96.k12studio.com/~nio/weblog.php?id=P261">#</a></h3>
<div class="author">&#187; Posted by: <font color="#FF6600">Nio</font> on 2005-04-15 | 2:45 pm</div>
<div class="content">
在 <a href="http://www.mozilla.org" target="_blank">firefox</a> 渐渐成为主流的时候,<a href="http://news.com.com/IBM+on+the+hunt+for+Firefox+programmers/2100-1032_3-5669519.html?tag=alert" target="_blank">IBM 也开始网罗 firefox 程序员</a>,其声称这是为了加强 firefox 浏览器各方面的特性,以满足其随需应变(On Demand)的中间件。而在前不久,<a href="http://news.com.com/2061-10812_3-5655639.html?tag=nl" target="_blank">Google 雇用了 Mozilla 的工程师 Paul Festa</a>。这一切都似乎在表明,firefox 的技术人员及工程师变得越来越抢手了,对于 RIA(Rich Internet Application,富互联网应用,这个翻译有些怪 :( ) 来说,居于 firefox 的 <a href="http://www.xulplanet.com" target="_blank">XUL</a> 无疑是个不错的选择。<br />
<br />
回过头来看看国内的情况,好像对于 RIA 的研究不算广泛,几位朋友中有看到过这类研究的,而对于 XUL 的研究与应用就更少了,想来可能的原因是国内客户基本都是用 IE 浏览器,想要说服他们改用 firefox 还有很长的路要走,没有了这方面的需求,自然就不会驱动技术人员去往这方面发展。我们现在每天都在劝说周围的人们使用 firefox,已经初见成效,大部分都已经接受了这项建议,而且有相当一部分人已经开始成为了习惯。希望 firefox 能够越来越普及,这样也能使我们的应用越来越广泛,说不定某一天,我的专项技术就成了 firefox/XUL 了,哈。
<br />

</div>

<div style="text-align:right">
&#187; <a href="http://info96.k12studio.com/~nio/comments.php?id=261_0_1_0_C">评论</a>&nbsp;(0)
&nbsp;|&nbsp;
<a href="http://info96.k12studio.com/~nio/comments.php?id=261_0_1_0_C">浏览</a>&nbsp;(3)
</div>
</div><div class="weblog">
<h3>使用 eAccelerator 加速您的 PHP&nbsp;<a href="http://info96.k12studio.com/~nio/weblog.php?id=P260">#</a></h3>
<div class="author">&#187; Posted by: <font color="#FF6600">Nio</font> on 2005-04-14 | 8:24 pm</div>
<div class="content">
最早的时候,相信很多 PHP 程序员都在使用 <a href="http://turck-mmcache.sourceforge.net/" target="_blank">Turck MMCache</a> 对 PHP 进行优化、缓存、加密,但从某一天开始,此项目就开始停滞不前了,使得 PHP 4.3.8 之后无法再使用 MMCache。幸运的是,不久之后,<a href="http://eaccelerator.net/BinaryInstallationUk" target="_blank">eAccelerator</a> 项目开始取而代之,其实 eAccelerator 和 Turck MMCache 是非常相似的,只是扩展库的名字、函数名等等不一样。eAccelerator 的及时的版本更新使得其可以兼容 PHP 4.3.10/5.0.3,同时也受到广大 PHP 开发者的推崇。<a href="http://www.clarkconnect.org/forums/showflat.php?Board=webserver&amp;Number=67958" target="_blank">最近有人将 eAccelerator 和 Zend Optimizer 做比较</a>,发现 eAccelerator 略胜一筹:<br />
<img src="http://www.infor96.com/~nio/images/uploads2/eaccelerator-results.png" border="0" alt="image" name="image" width="564" height="309" /><br />
如果您还没有使用 eAccelerator 的话,今天就开始行动吧,他不但可以优化运行您的 PHP 代码,还可以对 PHP 代码进行加密,最主要的是,他是免费的!
<br />

</div>

<div style="text-align:right">
&#187; <a href="http://info96.k12studio.com/~nio/comments.php?id=260_0_1_0_C">评论</a>&nbsp;(0)
&nbsp;|&nbsp;
<a href="http://info96.k12studio.com/~nio/comments.php?id=260_0_1_0_C">浏览</a>&nbsp;(12)
</div>
</div><div class="weblog">
<h3>PHP :: Prado&nbsp;<a href="http://info96.k12studio.com/~nio/weblog.php?id=P259">#</a></h3>
<div class="author">&#187; Posted by: <font color="#FF6600">Nio</font> on 2005-04-12 | 9:36 pm</div>
<div class="content">
<a href="http://www.xisc.com/" target="_blank">PRADO</a> 是<font color="green">用于 PHP5</font> 的居于组件、事件驱动的 WEB 编程框架。其使用组件、事件与属性代替过程、URL 与请求参数,重新定义了 WEB 应用程序开发。<br />
<br />
一个 PRADO 组件由 XML 规格说明文件、模板文件和 PHP 类组合而成。<br />
<br />
开发 PRADO WEB 应用程序主要包括实例化预创建对象及应用程序组件类型、通过属性设置进行配置、编写处理函数响应其事件和将它们组合到应用程序任务中。<br />
<br />
PRADO 对于 WEB 应用开发者来说有如下好处:<blockquote>    * 可复用性 - PRADO 的组件协议代码有很高的可复用性,在其中的任何东西都是可复用的组件。<br />
    * 使用方便 - 创建及使用组件都是相当简单的,通常只需要简单配置组件属性即可。<br />
    * 健壮性 - PRADO 将开发者从烦人多错的代码编写中解放出来,使用对象、方法与属性代替了 URL 与请求参数,利用最新的 PHP5 异常机制严格控制错误报告。<br />
    * 性能 - PRADO 使用 cache 缓存技术保证居于此机制的应用程序性能,其性能实际上与通常使用的模板引擎不相上下。<br />
    * 便于团队合作 - PRADO 可将内容和显示分离,组件与典型的页面保存在不同文件中,都有它们自己的内容(逻辑)和显示。</blockquote>
<br />
&#187;  <a href="http://info96.k12studio.com/~nio/comments.php?id=259_0_1_0_C">更多内容....</a>
</div>

<div style="text-align:right">
&#187; <a href="http://info96.k12studio.com/~nio/comments.php?id=259_0_1_0_C">评论</a>&nbsp;(0)
&nbsp;|&nbsp;
<a href="http://info96.k12studio.com/~nio/comments.php?id=259_0_1_0_C">浏览</a>&nbsp;(26)
</div>
</div><div class="weblog">
<h3>PHP :: WinBinder&nbsp;<a href="http://info96.k12studio.com/~nio/weblog.php?id=P258">#</a></h3>
<div class="author">&#187; Posted by: <font color="#FF6600">Nio</font> on 2005-04-11 | 2:52 pm</div>
<div class="content">
<b>WinBinder 是什么?</b><br />
<br />
<a href="http://www.hypervisual.com/winbinder/" target="_blank">WinBinder</a> 是一种<a href="http://www.hypervisual.com/winbinder/doc/license.txt" target="_blank">开源</a>的 <a href="http://www.php.net/" target="_blank">PHP</a> 扩展,也算是脚本编程语言。其运行 PHP 程序员轻松地使用 PHP 创建 Windows 应用程序。当然,这个只能在 Windows 下运行。<br />
<br />
<b>Some key benefits</b><br />
<blockquote>    * Large installed base of PHP programmers.<br />
    * No compiling and linking steps necessary: just code and run.<br />
    * Access to the vast range of existing PHP functions and extensions, including databases, graphics, web functions, XML, PDF, and much more.<br />
    * A relatively small set of WinBinder-PHP functions encapsulates many complex aspects of the Windows API and makes programming for Windows an easy task.<br />
    * 100% native Windows classes and controls.<br />
    * Direct interface to the Window API. This means fast execution, no extra libraries and no installation required.<br />
    * Supports both procedural and object-oriented programming models.<br />
    * High performance, compares favorably to most scripting languages.<br />
    * Produces standalone applications that can be easily installed and removed with no reboot.<br />
    * Small footprint. A simple Windows application, complete with the PHP runtime and SQLite extension, is smaller than 700 kB (zipped).<br />
    * A database-independent framework (in PHP) allows database work very easy with no SQL coding necessary&#185;.<br />
    * No database server required&#178;.<br />
    * Does not need access to the Windows registry (but may use it if necessary).<br />
    * <a href="http://www.hypervisual.com/winbinder/overview.php" target="_blank">More...</a></blockquote>
<br />
&#187;  <a href="http://info96.k12studio.com/~nio/comments.php?id=258_0_1_0_C">更多内容....</a>
</div>

<div style="text-align:right">
&#187; <a href="http://info96.k12studio.com/~nio/comments.php?id=258_0_1_0_C">评论</a>&nbsp;(3)
&nbsp;|&nbsp;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -