摘要:
Mysql常用命令 show databases; 显示数据库 create database name; 创建数据库 use databasename; 选择数据库 drop database name 直接删除数据库,不提醒 show tables; 显示表 describe tablename; 显示具体的表结构 select 中加上distinct去除重复字段 mysqladmin drop databasename 删除数据库前,有提示。 显示当前mysql版本和当前日期 select version(),current_date; 修改mysql中root的密码: shell> 阅读全文
posted @ 2011-05-14 22:37
乐享Flash&PHP
阅读(3536)
评论(0)
推荐(0)
摘要:
<?phpheader("Content-type:application/pdf");// 文件将被称为 downloaded.pdfheader("Content-Disposition:attachment;filename='downloaded.pdf'");// PDF 源在 original.pdf 中readfile("download.pdf");?> 阅读全文
posted @ 2011-05-14 20:18
乐享Flash&PHP
阅读(181)
评论(0)
推荐(0)

浙公网安备 33010602011771号