flash chart
$g = new graph(); ½¨Á¢Ò»¸ö¶ÔÏó
$g->title( 'Spoon sales '. date("Y"), '{font-size: 26px;}' );
$g->set_data( $data ); ÉèÖÃÿ¸öµãµÄÊý
$g->line_hollow( 2, 4, '0x80a033', 'Spoon sales', 10 );
ÆäÖеÚÒ»¸ö²ÎÊýÊÇÉèÖÃÏßÌõµÄ´ÖÏߣ¬µÚÒ»¸ö²ÎÊýÊÇÉèÖÃÔ²µãµÄ´óС£¬µÚÈý¸öÊDzÎÊýÊÇÑÕÉ«Öµ£¬µÚËĸöÊDzÎÇ©Ãû³Æ£¬µÚÎå¸öÊÇ×ÖÌåµÄ´óС
$g->set_x_labels( array('Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec' ) ); ÉèÖÃXµÄ×ø±êÖµ
$g->set_y_max( 60 ); ÉèÖÃYÖáµÄ×î´óÖµ£¬
// label every 20 (0,20,40,60)
$g->y_label_steps( 6 );½«YÖá°²×î´óÖµ·Ö³É¶àÉÙ¸ö²½³¤
<?php
include_once( 'ofc-library/open-flash-chart.php' );
$bar = new bar_sketch( 50, 6, '#99FF00', '#7030A0' ); »Öù״ͼ
$bar->key( '% Complete', 10 );ÉèÖñêÌâ±êÇ©
$data = array();
$labels = array();
$bar->data[] = 50;
$labels[] = 'Mon';
$bar->data[] = 65;
$labels[] = 'Tue';
$bar->data[] = 70;
$labels[] = 'Wed';
$bar->data[] = 75;
$labels[] = 'Thu';
$bar->data[] = 80;
$labels[] = 'Fri';
$bar->data[] = 89;
$labels[] = 'Sat';
$bar->data[] = 100;
$labels[] = 'Sun';
//
// ----
//
$g = new graph();
$g->title( 'Paper Mario, % complete', '{font-size: 18px; color: #A0A0A0;}' );
$g->set_tool_tip( 'Progress, #val#%' );//Êó±êµãµ½Öù״ͼÉÏËùÏÔʾµÄÄÚÈÝ
//
//
// set the X axis labels
$g->set_x_labels( $labels );
//$g->set_data( $data );
//$g->bar_sketch( 50, 6, '#99FF00', '#7030A0', '% Complete', 10 );
//
// add the bar object to the graph
//
$g->data_sets[] = $bar;
$g->set_x_label_style( 10,
Ïà¹ØÎĵµ£º
HTML clipboardThese days a
16GB USB thumb drive
is as necessary as your house keys. Whether you are
taking large work files back and forth from the office or are sharing pictures,
videos, and music with friends, nothing beats the convenience of a USB storage
drive. Well, why not make sure t ......
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>Yimin</t ......
Ä¿Ç°ÒµÄÚ×î¾ßÕùÒéµÄ»°ÌâĪ¹ýÓÚNANDÉÁ´æµÄÁ½´ó¼Ü¹¹MLCºÍSLCÁË£¬ÕâÁ½Öּܹ¹×î´óµÄÇø±ðÊÇ´æÈ¡¼¼Êõ²»Í¬£¬ÓÉ´ËÒ²´øÀ´ÁËÖÆÔì³É±¾¡¢¹¤ÒÕÒªÇ󡢸¨Öúµç
·¡¢´æÈ¡´ÎÊýÉϵÄåÄÒì¡£´Ó¶ÌÆÚ·¢Õ¹À´¿´£¬SLC¼Ü¹¹ÔÚʹÓÃÉÏÓÅÊƽÏΪÃ÷ÏÔ£¬Ò²Òò´Ë³ÉΪÁ˲¿·Ö³§ÉÌìÅÒ«²úÆ·µÄ×ʱ¾¡£È»¶øMLC¼Ü¹¹¾ßÓгɱ¾µÍÁ®¡¢µ¥Æ¬ÈÝÁ¿½Ï
SLC³É±¶Ôö´óµÈÓÅÊÆ£¬³¤Ô¶À´¿ ......
/etc/fonts/conf.d/
±à¼µÄÎļþΪ
sudo gedit ./49-sansserif.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!--
If the font still has no generic name, add sans-serif
-->
<match target="p ......
ScrollPane¼ÓÔØͼƬ£ºhttp://flash.9ria.com/viewthread.php?tid=37296&highlight=ScrollPane
SoundChannel¿ØÖÆÉùÒô£ºhttp://flash.9ria.com/viewthread.php?tid=25745&highlight=Sound
²¶»ñ´°Ìå±ä»¯Ê¼þ£ºhttp://flash.9ria.com/viewthread.php?tid=7203&highlight=%E6%9C%80%E5%A4%A7%E5%8C%96
¼ÓÔغÍжÔØ ......