?? sql2rss_dbconfig.inc.php.sample
字號:
<?php//// sql2rss.php RSS feed generation from SQL Sample Configuration//// Copyright 2006-2007 NotePage, Inc.// http://www.feedforall.com//// NotePage, Inc. grants registerd users of our FeedForAll and/or// FeedForAll Mac product(s) the right to install and use the// sql2rss.php script free of charge.// Please refer to the EULA included in the download for full license// terms and conditions.//// $Id: sql2rss_DBconfig.inc.php.sample,v 3.0 2007/04/16 14:23:05 housley Exp $//// Database configuration$config["DBuser"] = "username"; // Database User Name$config["DBpassword"] = "password"; // Database Password$config["DBmachine"] = "localhost"; // Name of machine with the database$config["DBdatabase"] = "recipes"; // Name of the database$config["DBtype"] = "mysql"; // Type of the database // "mysql" or "mssql"?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -