發表文章

目前顯示的是 2月 24, 2013的文章

Sony PlayStation 4 is coming ?

圖片
Sony PS4 is official: Coming in 2013, but design and price remain a mystery NEW YORK--Sony has unveiled the PlayStation 4. But, we still didn't get to see what it looked like. The PlayStation 4 was formally announced at an event in New York City. At least we know the name is definite. As for its features, the details came out eventually. Here's what you need to know. Hardware An eight-core X86 AMD Jaguar CPU 1.84-teraflop AMD Radeon graphics engine (with "18 compute units") 8GB of GDDR5 memory Hard-drive storage (not SSD) Blu-ray drive Three USB 3.0 ports 802.11 b/g/n Wi-Fi Ethernet, HDMI, Bluetooth 2.1, optical audio and analog AV out DualShock 4 and the new PS Eye: Touch and move source from:  http://reviews.cnet.com/ps4/

What is Adobe Photoshop Touch?

圖片
What is Adobe Photoshop Touch?  Adobe® Photoshop® Touch lets you quickly combine images, apply professional effects, and share the results with friends and family through social networking sites like Facebook — all from the convenience of iPad or Android tablet, iPhone or Android phone, and iPod Touch. Photoshop Touch for tablet Android: Download iOS: Download Photoshop Touch for mobile Android: Download iOS: Download source from: http://www.adobe.com/hk_en/products/photoshop-touch.html

How to PHP export to Excel 2

How to use PHP to export excel file. export.php <? php // load library require 'php-excel.class.php' ; // create a simple 2-dimensional array $data = array (         1 => array ( 'Name' , 'Surname' ),         array ( 'Schwarz' , 'Oliver' ),         array ( 'Test' , 'Peter' )         ); // generate file (constructor parameters are optional) $xls = new Excel_XML ( 'UTF-8' , false , 'My Test Sheet' ); $xls -> addArray ( $data ); $xls -> generateXML ( 'my-test' ); ?> php-excel.class.php <? php /**  * Simple excel generating from PHP5  *  * @package Utilities  * @license http://www.opensource.org/licenses/mit-license.php  * @author Oliver Schwarz <oliver.schwarz@gmail.com>  * @version 1.0  */ /**  * Generating excel documents on-the-fly from PHP5  *  * Uses the excel XML-specification t...

How to PHP export to Excel

How to PHP export to Excel export.php <?php require 'php-excel.class.php'; $xls = new Excel('Sheet1'); $xls->worksheets['Sheet']->addRow(array("col1"," col2 "," col3 ")); $xls->addsheet(' Sheet2 '); $xls->worksheets[' Sheet2 ']->addRow(array(" col1a "," col2a "," col3a ")); $xls->generate('export'); ?> php-excel.class.php <?php class WorkSheet { private $lines = array(); public $sWorksheetTitle; public function __construct($sWorksheetTitle) { $this->setWorksheetTitle($sWorksheetTitle); } public function setWorksheetTitle ($title) { $title = preg_replace ("/[\\\¦:¦\/¦\?¦\*¦\[¦\]]/", "", $title); $title = substr ($title, 0, 31); $this->sWorksheetTitle = $title; } public function addRow ($array) { $cells = ""; foreach ...

Barcode Footballer

圖片
如果你喜歡育成足球Game, 又擁有iPhone, iPod 的話. 快些下載 Download in iTunes  (一定要用Japan iTunes Account) Android 暫時未有 :( 我用iPod Touch 都玩到! (要JB 左先) 如何在iPod Touch 玩Barcode Footballer: 首先在電腦上的iTunes 登入 Japan Account 搜尋 Barcode Footballer 按"下載"到你的電腦 之後用 iFunbox  安裝到你的iPod 上 如果App update, 要再做Step 1 - 4 :) Source from http://www.barcodefootballer.com/