原创 html5學習canvas實例之時鐘

<html> <head> <title>html5-01</title> <meta http-equiv="content-type" content="text/html" charset="utf-8"> <script

原创 ajax處理數據(html,xml,json)

html 文件<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>ajax test</title> <script src="js/ajax.js"></script>

原创 c++隊列鏈表模板類

/* *隊列鏈表模板類 */ #include<stdio.h> #include<iostream> using namespace std; template <class T> class Node{ private:

原创 ajax學習之xml數據處理實例(網頁註冊用戶名無刷新檢測)

文件 reg.php <html> <head> <title>用戶註冊</title> <meta http-equiv="content-type" content="text/html;charset=utf-8"/> </head

原创 c++ 計算時間的date類

計算時間的date類 代碼: #include<iostream> using namespace std; class Date{ private:int year;int month;int day; public:Date(int

原创 c++求積分算法

//c++ 作業:用兩重菜單顯示 積分函數和積分方法 #include<iostream> #include<cmath> using namespace std; class Function{ public: virtua

原创 jQuery學習之路(二) 基本選擇器

這是第二課,主要學習一些基本的jQuery選擇器<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>lesson2 基本選擇器</title> <link rel="st

原创 CentOS 6.0安裝phpMyAdmin的簡單步驟

phpMyAdmin是一個Web界面,通過它可以管理你的MySQL數據庫。那麼怎麼在CentOS 6.0安裝phpMyAdmin呢?本文我們就來介紹這一安裝過程,希望能夠對您有所幫助。 首先,我們使我們的CentOS系統的RPMFor