匿名 (未验证), 29 一月, 2010

Over the years I've talked to a number of people that want to broadcast a live video at a certain time of day.  Usually this is in a corporate network where a CEO is doing a large broadcast to the entire company or something similar that needs to happen at a specific time without the inter

匿名 (未验证), 29 一月, 2010

The wallclock value can be used in the begin and end attributes to start and stop media according to a real-time clock.

匿名 (未验证), 29 一月, 2010

This module allows module developers to embed (attach) any form in a Views row display as a field.

It creates a simple hook API function to whitelist embeddable forms. Attached a simple form as an example.

逆流の鱼, 29 一月, 2010

最新views 3.x(drupal 7)的变动

例子: 不显示pager,仅显示6条记录,如下:

        $view->display_handler->set_option('pager', array('type'=>'some','options' => array('items_per_page' => 6)));

========================================================================

匿名 (未验证), 28 一月, 2010

Flexigrid的界面超漂亮,可惜速度太慢,最终放弃使用。

已移除图像。

试用案例中,仅10x16(行x列)的表格,P4的电脑用IE6打开Flexigrid表格,每次刷新数据时渲染表格要三~五秒,横向拖动时更慢似蜗牛。

逆流の鱼, 28 一月, 2010
<SCRIPT language=JavaScript type=text/JavaScript>

function img_zoom(e, o)    //图片鼠标滚轮缩放

{
  var zoom = parseInt(o.style.zoom, 10) || 100;
  zoom += event.wheelDelta / 12;
  if (zoom > 0) o.style.zoom = zoom + '%';
&nbsp
匿名 (未验证), 28 一月, 2010

yum 的基本操作包括软件的安装(本地,网络),升级(本地,网络),卸载,另外还有一定的查询功能。
设定好了本地的 yum 之后,就可以很方便的进行安装(现在假设就用 fc5 自带的 yum 进行安装),如我们需要安装虚拟机 bochs,可以使用
# yum install bochs

如果本地有相关的 rpm 文件,可以用
# yum localinstall ur.rpm