文章列表
个人技术博客:http://www.cooli.cc/
Installation Guide
Note: this guide is a draft, feel free to make changes if you see anything that can be improved, expanded on or corrected This installation guide describes a installation of MMM 2 (without the MMM tools) based on Debian Lenny (5.0)
A basic installatio ...
个人技术博客:http://www.cooli.cc/
在这篇文章中,我将列出 图表,图形和数据可视化的最佳软件,从创建基本的2D图表到产生复杂的数据集的数据可视化,这些PHP,Javascript、Flash的图表,对于任何一个严谨的开发者都是必须一览的。
1. Fusion Charts
FusionCharts v3 帮助创建Web或企业应用的动画/交互的图表。企业级图表组件支持PCs, Macs, iPads, iPhones,以及大量其他的手机设备。
2. Maani
bXML/SWF 图表是个简单、强大的工具,支持XML数据创建吸引人的图表。XML提供灵活 ...
个人技术博客:http://www.cooli.cc/
以前安装好APACHE总是不知道该如何测试APACHE的性能,现在总算找到一个测试工具了。就是APACHE自带的测试工具AB(apache benchmark).在APACHE的bin目录下。
格式: ./ab [options] [http://]hostname[:port]/path
参数:
-n requests Number of requests to perform
//在测试会话中所执行的请求个数。默认时,仅执行一个请求
-c concurrency Number of multiple r ...
个人技术博客:http://www.cooli.cc/
Introduction
會寫這篇文章的原因為某位正在念書的同學向我提出的疑問,讓我發現 HTTP Method 的觀念其實在現在的教育中相當缺乏。以往經驗,大部分的學校課程都會直接傳授網頁程式設計等課程,卻忽略這十年來最廣泛使用的 HTTP 協定。
GET 與 POST 有寫過網頁表單的人一定不陌生,但你了解什麼是 GET 與 POST 嗎!? 現今的網頁設計工具相當的發達,甚至不需要接觸 HTML 語法就能完成一個規模不小的網站,漸漸地很多人都忘記了 HTTP 底層的實作原理,造成在發生錯誤的情況下無法正確進行偵錯。
早期在撰寫 ...
个人技术博客:http://www.cooli.cc/
Windows
After you have downloaded and installed PHP, you have to manually execute the batch file located in e.g. c:\php\go-pear.bat. The setup will ask you some questions and afterwards the PEAR Package Manager will be installed in the path, which you have specified durin ...
个人技术博客:http://www.cooli.cc/
Version 1.1
Author: Falko Timme <ft [at] falkotimme [dot] com>
Last edited: 01/14/2006
This tutorial describes how to set up database replication in MySQL. MySQL replication allows you to have an exact copy of a database from a master server on another server (slav ...
个人技术博客:http://www.cooli.cc/
PHPUnit should be installed using the PEAR Installer. This installer is the backbone of PEAR, which provides a distribution system for PHP packages, and is shipped with every release of PHP since version 4.3.0.
Note
PHPUnit 3.4 requires PHP 5.1.4 (or later) but PHP 5.3 ...
个人技术博客:http://www.cooli.cc/
Cent OS 5.5 安裝 PHP 5.3 + PHPUnit 3.4 (教學備忘筆記)Posted: 3rd 九月 2010 by sj in 程式設計 - Programming, 資訊科技 - Infromation Technology
Tags: PHP, Web 2PHPUnit 介紹
PHPUnit 是目前在 PHP Programming 中最主流的測試框架,包括 Zend Framework 所使用的 Zend_Test 的底層也是交由 PHPUnit 來完成。為什麼需要測試框架呢?主要的原因為強化系統設計品質,然而 ...