洗澡看电视-松下防水机
你如果洗澡的话,那么你肯定要有所休闲,但是在浴室的时光并不是可以随便带数码品进来的,毕竟那是有水的地方,水和电是不相容的,松下给大家带来了解决方案-型号分别是ME550和ME650,提供了5英寸,480×272分辨率的液晶屏,没有提到触摸功能,配置了喇叭,带1Seg调谐器,可以支持SD录制,但是只有ME650支持影音播放,包括图片浏览等。

|
标签为‘工具’的日志
洗澡看电视-松下防水机你如果洗澡的话,那么你肯定要有所休闲,但是在浴室的时光并不是可以随便带数码品进来的,毕竟那是有水的地方,水和电是不相容的,松下给大家带来了解决方案-型号分别是ME550和ME650,提供了5英寸,480×272分辨率的液晶屏,没有提到触摸功能,配置了喇叭,带1Seg调谐器,可以支持SD录制,但是只有ME650支持影音播放,包括图片浏览等。 地震侦测民间工具最近全球地震相当频繁,真正地震来的时候,很多信息像震央、规模、深度以及各地震度等,仍然要靠一点猜测和估计才能有一点大概的概念。有办法让这些数据更准确吗?在同样地震频仍的加州,UC Riverside 的地质学家 Elizabeth Cochran 就想到或许可以利用笔电的加速感应器来达成这个目的。大部份新的笔电都有加速度感应器,主要的功能是在感受到加速度急速变化的时候,先把硬盘的读取头移出磁盘的范围,避免数据损害。 每个php程序员应该了解的5个工具之后工作于几个大型php企业,并写了很多php代码。我从中发现了大量的工具,能提高代码质量,同时简化线圈,通常使php开发者生活变得很容易。许多这些工具也许值得一提。不过,因为有些人甚至都不知道这些工具的存在,我估计我就会开始出现。因此,无需再费周折,这里是我显示的每个php程序员应该了解工具清单 。 Phing – a project build system
The idea behind phing (and other build tools) is to evaluate a set of dependencies, then execute a set of PHP classes to properly install and configure an application. The build process is controlled by a simple XML configuration file. Out of the box, phing can perform token replacement (e.g., to change include paths on your development and production systems), execute SQL, move and copy files, run shell scripts, and more. You can also create your own custom tasks by extending the “task” class included with the package. Phing is an invaluable tool for anyone who needs to deploy large scale PHP applications on more than a single server. But I’ve found it useful for simple scripts, too. Xdebug – debugger and profiler tool
The extension has a number of more advanced features that allow developers to perform code coverage analysis, collect profiling information, and debug scripts interactively. The profiling functionality is particularly useful. The profiler uses a common output file format, allowing you to use tools like KCacheGrind to quickly find bottlenecks in your code. A good profiler is an essential tool for any serious developer, as it allows you to properly optimize your code while avoiding the hazards of premature optimization. PHPUnit – unit testing framework
Unit tests form the foundation of several modern agile development methodologies, making PHPUnit a vital tool for many large scale PHP projects. The tool can also be used to generate code coverage reports using the Xdebug extension discussed earlier, and integrates with phing to automate testing. Propel – object-relational mapping framework
Propel is integrated into the popular Symfony PHP framework (among others), which has helped keep the code base flexible, modular, and portable. The project has excellent documentation, and a great support community. phpMyAdmin / phpPgAdmin – web-based database administration
Other StuffThere are tons of excellent tools that fill all sorts of niches, and help provide a rich environment for PHP developers — I wish I could mention them all. A few more that I’ve found useful myself are PHP Beautifier, Spyc, Creole, and Smarty. I’m sure there are tons more that I either forgot, or have never heard of. So if you know of a great PHP development tool that I left out, please post a comment and let me (and everyone else) know about it! 本文来自:http://immike.net/blog 三个月内通过Adsense赚一百万美金的人及访谈2006年3月16号,一位叫markus007的资深会员在站长世界论坛发了一个帖子,题目是:我是怎样在3个月之内赚了一百万。 因为站长世界不允许帖出任何网站的地址,在会员资料当中,markus007也没有写上自己的网站。所以,虽然这个帖子掀起了很热烈的讨论,很多人却不知道他指的是哪一个网站。 |
|