📄 list_top500
字号:
<a href="http://info96.k12studio.com/~nio/comments.php?id=258_0_1_0_C">浏览</a> (33)
</div>
</div><div class="weblog">
<h3>PHP vs. Java CMS/Portal <a href="http://info96.k12studio.com/~nio/weblog.php?id=P257">#</a></h3>
<div class="author">» Posted by: <font color="#FF6600">Nio</font> on 2005-04-08 | 9:21 am</div>
<div class="content">
最近 <a href="http://www.theserverside.com/" target="_blank">TSS</a> 上贴了个<a href="http://www.theserverside.com/news/thread.tss?thread_id=33163" target="_blank">《Ask TSS: Do any Java CMS/Portals match the PHP ones?》</a>,谈到 Java 网站 <a href="http://www.indicthreads.com" target="_blank">Indicthreads.com</a> 和 <a href="http://www.javalobby.com" target="_blank">Javalobby.com</a> 都认为居于 PHP 的 CMS 比现存开源的 Java CMS 要好。而 Javalobby.com 还提到了著名的 PHP CMS - <a href="http://www.drupal.org/" target="_blank">Drupal</a>:<blockquote>Is there any Java package that does what this PHP package does?<br />
We have a couple of new sites in development for the Javalobby network, and we have been facing the tough question of whether or not to use Java to build them? After long consideration we're close to deciding not to, at least not for the main core of the sites. Instead, we're thinking we may try out the powerful PHP content management system called <a href="http://www.drupal.org/" target="_blank">Drupal</a>. As far as we know there's nothing quite like this in the Java space, and the effort required to implement the features Drupal offers by default would take us a long time to develop in Java. It just doesn't make sense to start from scratch when there's an active community already growing around Drupal. We have looked at JetNuke, JBoss Portal, and several other Java-powered options, but as far as we can tell they are not superior for our purpose.</blockquote><br />
个人感觉 PHP 开发中小型 WEB 应用确实比 Java 要方便些,有很多现成的扩展支持,<a href="http://www.opensourcecms.com/" target="_blank">开源方面的 PHP CMS</a> 也是一直在蓬勃发展,其最重要的原因可能就是技术门槛较低,快速开发特性明显,这也使参与开发的人越来越多,而且大家都乐在其中。<br />
<br />
当然 Java 的 OO 特性是很令 PHP 程序员羡慕的。各种语言都有优缺点,存在即是合理,在某些方面,Java 开发者还真是需要多看看外边变化的世界,学习其他语言、产品、系统的好的方面,不要一直以“牛人”自居,坐井观天,在我曾经接触到的某些 Java 程序员中就有这一类的,这类人对于 PHP、Python、Perl、.Net 等等完全瞧不起,他们可能根本就没接触、了解过这些语言或相关的产品系统。
<br />
</div>
<div style="text-align:right">
» <a href="http://info96.k12studio.com/~nio/comments.php?id=257_0_1_0_C">评论</a> (0)
|
<a href="http://info96.k12studio.com/~nio/comments.php?id=257_0_1_0_C">浏览</a> (12)
</div>
</div><div class="weblog">
<h3>PHP :: Zend Core for IBM <a href="http://info96.k12studio.com/~nio/weblog.php?id=P256">#</a></h3>
<div class="author">» Posted by: <font color="#FF6600">Nio</font> on 2005-04-05 | 10:49 am</div>
<div class="content">
早上收到 IBM developerWorks 的订阅邮件,看到 <a href="http://www-900.ibm.com/developerWorks/cn/dmdd/library/techarticles/dm-0502nickolas/index.shtml?ca=dwcn-newsletter-dmdd" target="_blank"> 《Zend Core for IBM 技术路线图》</a>,因为与 <a href="http://www.php.net" target="_blank">PHP</a> 及 DB2 相关,所以打开来看了看:<blockquote>Zend Core for IBM® 提供了无缝的开箱即用 PHP 开发和生产环境,包括 Zend 的支持以及和 IBM Cloudscape™ 与 DB2 ® Universal Database® (DB2 UDB) 数据库的集成。面对应用日增的面向服务架构(SOA),该产品提供了对 XML 和 Web 服务的原生支持。它为数据库驱动的应用程序提供了快速开发和部署的基础,为易用的轻型 Cloudscape 数据库和高性能的、能支持关键应用的数据库 DB2 提供了一致 API,从而建立了从前者到后者的迁移路径。</blockquote><br />
虽然 IBM 为开源做了不少贡献,但本人对 DB2 的其实并没有太多好感。另外当前 PHP 操作 DB2 数据库实在是麻烦,只能通过 ODBC,要是提供直接操作的 APIs 的话,会使这方面的应用更加合理,执行效率也会有所提高。当然使用扩展 APIs 的方式会给数据库移植带来不小的成本,目前基本都是通过类似 <a href="http://adodb.sourceforge.net/" target="_blank">ADOdb</a> 这样的数据库抽象层来处理多种数据库之间的移植问题的,这方面最为值得期待的就是 <a href="http://pecl.php.net/package/PDO" target="_blank">PDO</a> 了,目前已经有了 0.3beta,但不要混淆了 PDO 和 ADOdb,这两个东东不是同一个概念。改天有时间写写这方面的东东。扯远了~~回到主题,这篇文章还是不错的,介绍了 PHP 在相关技术领域的发展,包括 SOA、SOAP、XML、DB2、PDO 等等,同时也可以看到,IBM 除了 Java 之外,也开始为 PHP 做一些事情了,这个需要继续发扬 :D 。
<br />
</div>
<div style="text-align:right">
» <a href="http://info96.k12studio.com/~nio/comments.php?id=256_0_1_0_C">评论</a> (0)
|
<a href="http://info96.k12studio.com/~nio/comments.php?id=256_0_1_0_C">浏览</a> (16)
</div>
</div><div class="weblog">
<h3>PHP 4.3.11 and 5.04 Released! <a href="http://info96.k12studio.com/~nio/weblog.php?id=P255">#</a></h3>
<div class="author">» Posted by: <font color="#FF6600">Nio</font> on 2005-04-01 | 9:40 am</div>
<div class="content">
<blockquote>[31-Mar-2005] The PHP Development Team would like to announce the immediate release of <a href="http://www.php.net/downloads.php" target="_blank">PHP 5.0.4 and 4.3.11</a>. These are maintenance releases that in addition to non-critical bug fixes address several security issues. All Users of PHP are strongly encouraged to upgrade to one of these releases as soon as possible.<br />
<br />
For changes in PHP 5.0.4 since PHP 5.0.3, please consult the <a href="http://www.php.net/ChangeLog-5.php#5.0.4" target="_blank">PHP 5 ChangeLog</a>. For changes in PHP 4.3.11 since PHP 4.3.10, please consult the <a href="http://www.php.net/ChangeLog-4.php#4.3.11" target="_blank">PHP 4 ChangeLog</a>. </blockquote>
<br />
</div>
<div style="text-align:right">
» <a href="http://info96.k12studio.com/~nio/comments.php?id=255_0_1_0_C">评论</a> (0)
|
<a href="http://info96.k12studio.com/~nio/comments.php?id=255_0_1_0_C">浏览</a> (17)
</div>
</div><div class="weblog">
<h3>Python vs. PHP <a href="http://info96.k12studio.com/~nio/weblog.php?id=P254">#</a></h3>
<div class="author">» Posted by: <font color="#FF6600">Nio</font> on 2005-03-30 | 10:02 pm</div>
<div class="content">
<a href="http://phplens.com/phpeverywhere" target="_blank">PHP Everywhere</a> 贴出一篇<a href="http://phplens.com/phpeverywhere/?q=node/view/185" target="_blank">《Python never had a chance against PHP》</a>的文章,这并不是在对 Python 进行挑衅,而是较为客观地对 <a href="http://www.php.net" target="_blank">PHP</a> 和 <a href="http://www.python.org/" target="_blank">Python</a> 进行分析,认为在 Web 应用方面,Python 比不上 PHP:<blockquote><ul><li>Python is not a template language, in the sense that you cannot mix code and html easily. PHP is a wonderfully flexible in this respect.</li><br />
<li>Python is a so-so string processing language. One reason being it treats strings as immutable. PHP has much better string processing facilities: embedded "$var in strings", mutable strings, auto-conversion of other data types to strings, output buffering, etc.</li><br />
<li>PHP's documentation is cleaner and much easier to understand than Python's. Probably because PHP is a much simpler language.</li><br />
<li>PHP has tighter integration of a lot of web related stuff. For example, HTTP and SERVER variables.</li></blockquote>对于各种语言,我的观点从来都是:存在即是合理的,每个语言都有其应用的空间。就对于 Python 而言,在 Web 方面不如 PHP,但其在通用编程方面功能却要比 PHP 强大得多。而现在流行 Web 编程,所以 PHP 这方面的优势也就决定了增长势头要比 Python 猛得多。
<br />
» <a href="http://info96.k12studio.com/~nio/comments.php?id=254_0_1_0_C">更多内容....</a>
</div>
<div style="text-align:right">
» <a href="http://info96.k12studio.com/~nio/comments.php?id=254_0_1_0_C">评论</a> (0)
|
<a href="http://info96.k12studio.com/~nio/comments.php?id=254_0_1_0_C">浏览</a> (40)
</div>
</div><table cellpadding="0" cellspacing="0" border="0" width="90%">
<tr>
<td> </td>
<td align="right"><a href="http://info96.k12studio.com/~nio/weblog.php?id=10">下一页</a></td>
</tr>
</table>
<h4>最新评论</h4><div style="color: #66CCCC"><a href="./comments.php?id=263_0_1_0_C" title="百度 MP3 批量下载程序 v2.0 beta 发布!">#</a>我用1.5a没有这种情况
2.0的感觉非常不错 ,但是导致我的CPU芯片温度高的吓人,不敢用了,还是用1.5的
呵呵,希望能够解决一下
另外,谢谢你做的这么好的一个软件~~~
<br /><br /><a href="./comments.php?id=263_0_1_0_C" title="百度 MP3 批量下载程序 v2.0 beta 发布!">#</a>软件是不错的,但是CPU占用率是100%阿
导致我的笔记本的CPU温度老是70度以上 ,
吓的我不敢用了 阿
希望能够解决以下 <br /><br /><a href="./comments.php?id=263_0_1_0_C" title="百度 MP3 批量下载程序 v2.0 beta 发布!">#</a>同一首歌应该有几个源吧,怎么让他自动下载音质最好的那个。<br /><br /><a href="./comments.php?id=263_0_1_0_C" title="百度 MP3 批量下载程序 v2.0 beta 发布!">#</a>便用中发现CPU占用为100%,整台机器好像死机一样,用1.5A版本的就不会,不知大家使用怎样?<br /><br /><a href="./comments.php?id=263_0_1_0_C" title="百度 MP3 批量下载程序 v2.0 beta 发布!">#</a>chicksong:其实 CPU 占用 100% 只是充分利用空闲的资源而已,对其他的程序应该影响不大,至少在我这里测试时是这样的,不会因为下载导致其他程序运行变得很慢。
Posted by: Nio on Apr 22, 05 | 8:28 pm
-----------------------------------------------
re:我的感觉是CPU占用率达到100%会引起其它任务的运行效率。<br /><br /><a href="./comments.php?id=263_0_1_0_C" title="百度 MP3 批量下载程序 v2.0 beta 发布!">#</a>lie:CPU 占用率高的问题正在研究解决中。另,在 [工具] -> [选项] 中可以选择下载的歌曲类型。<br /><br /><a href="./comments.php?id=263_0_1_0_C" title="百度 MP3 批量下载程序 v2.0 beta 发布!">#</a>在DRL看到此软件,觉得还不错,要是能够增加再现播放就好了。别的没什么。
谢谢你的软件。<br /><br /><a href="./comments.php?id=263_0_1_0_C" title="百度 MP3 批量下载程序 v2.0 beta 发布!">#</a>软件运行过程中CPU占有率太高了,感觉干其他事很卡,还有我想提议可不可以让用户选择音乐的格式下载。。<br /><br /><a href="./comments.php?id=263_0_1_0_C" title="百度 MP3 批量下载程序 v2.0 beta 发布!">#</a>我一上来就接触的BaiduMp3_v2.0beta
总体评价:VeryGood!
美中不足:点击“帮助”的两个菜单后,反应迟钝,还望改进~热切期待中~~<br /><br /><a href="./comments.php?id=263_0_1_0_C" title="百度 MP3 批量下载程序 v2.0 beta 发布!">#</a>st:我试着在删除下载列表的最下面的文件,没出现错误,不知道是不是比较特殊的情况,能否把你看到的错误抓个图发个邮件给我,谢谢 :)
chicksong:其实 CPU 占用 100% 只是充分利用空闲的资源而已,对其他的程序应该影响不大,至少在我这里测试时是这样的,不会因为下载导致其他程序运行变得很慢。<br /><br /></div></div><!-- Right sidebar --><div id="menu"><a href="./lilina/"><img src="./lilina/i/logo.gif" border="0" alt="lilina" /></a><div class="menuSpacer"> </div><h4>About me</h4><div>程序员,专项为 PHP。爱好体育(以足球为主)、美术、摄影。<br />krazynio[AT]hotmail.com<br /><img src="./images/face3.gif" alt="I Like Snoopy" title="I Like Snoopy" border="0" style="margin: 4px" /></div><div class="menuSpacer"> </div><h4>Projects</h4><a href="/~nio/BaiduMp3.html"><font color="green">百度MP3批量下载程序</font></a><br /> 最新版本:<font color="red"><b>v2.0 beta</b></font><br /><a href="/~nio/phpdoc-zh/">翻译 PHP 手册</a><br /> <a href="/~nio/phpdoc-zh.tar.gz">Download!</a> [<a href="/~nio/phpdoc-zh/revcheck.html">revcheck.html</a>]<br /><div class="menuSpacer"> </div><div align="center"> <table border="0" cellpadding="0" cellspacing="0" ><tr><td style='text-align: center'><table style='text-align: center' border="0" cellpadding="2" cellspacing="0" width="100%"><tr><td><a href="http://info96.k12studio.com/~nio/weblog.php?id=M200503"><small><</small></a></td><td style='text-align: center'><span class="header">四月 2005</span></td><td> </td></tr></table></td></tr><tr><td bgcolor="#cccccc"><table border="0" cellpadding="4" cellspacing="1"><tr><th bgcolor="#efefef" style='text-align: center' width="0"><span class="weekdays">日</span></th><th bgcolor="#efefef" style='text-align: center' width="0"><span class="weekdays">一</span></th><th bgcolor="#efefef" style='text-align: center' width="0"><span class="weekdays">二</span></th><th bgcolor="#efefef" style='text-align: center' width="0"><span class="weekdays">三</span></th><th bgcolor="#efefef" style='text-align: center' width="0"><span class="weekdays">四</span></th><th bgcolor="#efefef" style='text-align: center' width="0"><span class="weekdays">五</span></th><th bgcolor="#efefef" style='text-align: center' width="0"><span class="weekdays">六</span></th></tr><tr>
<td bgcolor="#ffffff" height="0" valign="top" style='text-align: center'><span class="monthdays"> </span></td><td bgcolor="#ffffff" height="0" valign="top" style='text-align: center'><span class="monthdays"> </span></td><td bgcolor="#ffffff" height="0" valign="top" style='text-align: center'><span class="monthdays"> </span></td><td bgcolor="#ffffff" height="0" valign="top" style='text-align: center'><span class="monthdays"> </span></td><td bgcolor="#ffffff" height="0" valign="top" style='text-align: center'><span class="monthdays"> </span></td><td bgcolor="#ffffff" height="0" valign="top" style='text-align: center'><span class="monthdays"><a href="http://info96.k12studio.com/~nio/weblog.php?id=D20050401">1</a></span></td><td bgcolor="#ffffff" height="0" valign="top" style='text-align: center'><span class="monthdays">2</span></td></tr>
<tr>
<td bgcolor="#ffffff" height="0" valign="top" style='text-align: center'><span class="monthdays">3</span></td><td bgcolor="#ffffff" height="0" valign="top" style='text-align: center'><span class="monthdays">4</span></td><td bgcolor="#ffffff" height="0" valign="top" style='text-align: center'><span class="monthdays"><a href="http://info96.k12studio.com/~nio/weblog.php?id=D20050405">5</a></span></td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -