2010年3月26日

摘要: <!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 htt... 阅读全文
posted @ 2010-03-26 21:16 lances 阅读(484) 评论(0) 推荐(0)
摘要: 启动:net start mySql; 进入:mysql -u root -p/mysql -h localhost -u root -p databaseName; 列出数据库:show databases; 选择数据库:use databaseName; 列出表格:show tables; 显示表格列的属性:show columns from tableName; 建立数据库:source f... 阅读全文
posted @ 2010-03-26 21:09 lances 阅读(189) 评论(0) 推荐(0)
摘要: Alias /icons/ "/var/www/icons/"<Directory "/var/www/icons"> Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all</Directory>----------------------------------htpas... 阅读全文
posted @ 2010-03-26 21:06 lances 阅读(186) 评论(0) 推荐(0)

导航