原创 php+mysql實現英漢查詢詞典的功能

1.建立數據庫 create database worddb; 2.創建表 create table words( id int auto_increment primary key, en_word varchar(128

原创 mysql操作數據庫進行封裝實現增刪改查功能

SqlTool.class.php <?php class SqlTool{ private $conn; private $host = "localhost"; private

原创 html+css+js(+JQuery)製作撲克牌圖片切換效果

要實現的效果圖: 先把靜態頁面寫出來: index.html <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Con