代码很简单:
<style>
html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}
</style>
位置加到<body>下就可以了
例如:
<body>
<style>
html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}
</style>
代码很简单:
<style>
html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}
</style>
位置加到<body>下就可以了
例如:
<body>
<style>
html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}
</style>
公共部分
‘================================================
{sdcms:webname}
显示网站名称
{sdcms:weburl}
显示网站域名
{sdcms:webkey}
显示网站关键字
{sdcms:webdec}
显示网站描述
{sdcms:version}
显示系统版本
{sdcms:skin_author}
显示系统当前风格信息
先下载一份最新版的phpMyAdmin MYSQL管理器。
解压后得到一个phpMyAdmin的目录(你可以改名)
找到目录里的config.inc.php文件,打开
找到 $cfg['PmaAbsoluteUri']
修改你将上传到空间的phpMyAdmin的网址
如:$cfg['PmaAbsoluteUri'] = ‘http://www.XXX.com/phpmyadmin/’;
还有下面的
$cfg['Servers'][$i]['host'] = ‘localhost’;(通常用默认,也有例外)
$cfg['Servers'][$i]['auth_type'] = ‘config’; // Authentication method (config, http or cookie based)?
在自己的机子里调试用config,如果在网上用cookie。
$cfg['Servers'][$i]['user'] = ‘root’; // MySQL user(用户名,自己机里用root,在网上设你的ftp用户名)
$cfg['Servers'][$i]['password'] = ”; // MySQL password (only needed
自己机里不用设
$cfg['Servers'][$i]['only_db'] = ”; // If set to a db-name, only(你只有一个数据就设置一下)
还有设
$cfg['DefaultLang'] = ‘zh’;
Continue reading »
一、系统约定
环境软件下载后存放位置:X:\Server_Tools
环境软件安装位置:X:\Server_Core
PHP安装位置:X:\Server_Core\PHP
MySQL安装位置:X:\Server_Core\MySQL
Zend Optimizer安装位置:X:\Server_Core\Zend
IIS网站站点根目录:X:\wwwroot
MySQL 数据库位置:X:\Database
Php.ini存放位置:X:\Windows\php.ini
My.ini 存放位置:X:\Server_Core\MySQL\my.ini Continue reading »