??xml version="1.0" encoding="utf-8" standalone="yes"?>久久久久亚洲,亚洲国产资源,热99在线视频http://www.aygfsteel.com/nayanliu/category/1309.html<marquee direction="up" scrollamount=2 height="120" align="right"> <font color=green>有关PHP,Python,Java,的东?lt;/font> <a >我的账本</a> </marquee>zh-cnFri, 02 Mar 2007 03:30:57 GMTFri, 02 Mar 2007 03:30:57 GMT60php 5.1 中的时区问题http://www.aygfsteel.com/nayanliu/archive/2006/02/17/31128.html楚客楚客Fri, 17 Feb 2006 01:27:00 GMThttp://www.aygfsteel.com/nayanliu/archive/2006/02/17/31128.htmlhttp://www.aygfsteel.com/nayanliu/comments/31128.htmlhttp://www.aygfsteel.com/nayanliu/archive/2006/02/17/31128.html#Feedback0http://www.aygfsteel.com/nayanliu/comments/commentRss/31128.htmlhttp://www.aygfsteel.com/nayanliu/services/trackbacks/31128.html(转自 phpx.net   http://www.phpx.com/pth110355.php)

从php5.1.0开始,php.ini里加入了date.timezoneq个选项Q默认情况下是关闭的

也就是显C的旉Q无论用什么php命oQ都是格林威L准时?BR>
和我们的旉Q北京时_差了正好8个小Ӟ有以?中方法可以恢复正常的旉?BR>
1Q最单的Ҏ是不要用php5.1以上的版?BR>
2Q如果一定要用,而且不能修改php.iniQ则需要在关于旉的初始化的语句的
上面加上 date_default_timezone_set (XXX);
cp无此问题

3Q一x逸,仅限能修改php.ini。打开php.ini查找date.timezone L前面的分?BR>= 后面加XXXQ重启http服务Q如apache2或iis{)卛_


关于XXXQ大陆内地可用的值是QAsia/Chongqing QAsia/Shanghai QAsia/Urumqi Q依ơؓ重庆Q上P乌鲁木齐Q?BR>港台地区可用QAsia/Macao QAsia/Hong_Kong QAsia/Taipei Q依ơؓ澳门Q香港,台北Q?BR>q有新加坡:Asia/Singapore
老外好像把北京漏调了
其他可用的值是QEtc/GMT-8 QSingapore QHongkong QPRC
PRC是什么?PRC是中华h民共和国?_-
以上都是我从php官方说明档里整理出来的GMT-8下面的地区,可能会有遗漏
你可?/FONT>http://www.php.net/docs.php上查到更多的地区

׃E序最后还是会把地名{为时区来计算Q所以当你用的不是内置的区域的时候,E序自动用格林威L准时?/FONT>

楚客 2006-02-17 09:27 发表评论
]]>
MySQL密码恢复http://www.aygfsteel.com/nayanliu/archive/2005/06/11/5909.html楚客楚客Sat, 11 Jun 2005 05:49:00 GMThttp://www.aygfsteel.com/nayanliu/archive/2005/06/11/5909.htmlhttp://www.aygfsteel.com/nayanliu/comments/5909.htmlhttp://www.aygfsteel.com/nayanliu/archive/2005/06/11/5909.html#Feedback0http://www.aygfsteel.com/nayanliu/comments/commentRss/5909.htmlhttp://www.aygfsteel.com/nayanliu/services/trackbacks/5909.html(传较广的方?mysql中文参考手册上?
1. 向mysqld server 发送kill命oxmysqld server(不是 kill -9),存放q程ID的文仉常在MYSQL的数据库所在的目录中?
killall -TERM mysqld
你必LUNIX的root用户或者是你所q行的SERVER上的同等用户Q才能执行这个操作?
2. 使用`--skip-grant-tables' 参数来启?mysqld?(LINUX?usr/bin/safe_mysqld --skip-grant-tables , windows下c:\mysql\bin\mysqld --skip-grant-tables)

3. 然后无密码登录到mysqld server Q?BR>>use mysql
>update user set password=password("new_pass") where user="root";
>flush privileges;
。你也可以这样做Q`mysqladmin -h hostname -u user password 'new password''?

4. 载入权限表: `mysqladmin -h hostname flush-privileges' Q或者?SQL 命o`FLUSH PRIVILEGES'?BR>5.killall -TERM mysqld
6.用新密码登陆

修正一下:我在Windows下的实际操作如下
1.关闭正在q行的MySQL?BR>2.打开DOSH口Q{到mysql\bin目录?BR>3.输入mysqld-nt --skip-grant-tables回R。如果没有出现提CZ息,那就对了?BR>4.再开一个DOSH口Q因为刚才那个DOSH口已经不能动了Q,转到mysql\bin目录?BR>5.输入mysql回RQ如果成功,出现MySQL提示W?>
6. q接权限数据?gt;use mysql; (>是本来就有的提示W?别忘了最后的分号)
6.改密码:> update user set password=password("123456") where user="root"; (别忘了最后的分号)
7.h权限Q必ȝ步骤Q?gt;
flush privileges;
8.退?> \q
9
.注销pȝQ再q入Q开MySQLQ用用户名root和刚才设|的新密?23456登陆?BR>
据说可以用直接修改user表文件的ҎQ?BR>关闭MySQLQWindows下打开Mysql\data\mysqlQ有三个文guser.frm,user.MYD,user.MYI找个知道密码的MySQLQ替换相应的q三个文Ӟ如果user表结构没改过Q一般也没hLQ替换user.MYD可以了?BR>也可以直接编辑user.MYDQ找个十六进制编辑器QUltraEdit有q个功能。关闭MySQLQ打开user.MYD。将用户名root后面的八个字W改?65491d704013245Q新密码是123456。或者将它们对应的十六进制数字,Q左辚w里,一个字W对应两个数字)Q改?00 02 02 02 02 02 02 02,q就是空密码Q在~辑器右边看到的都是星号*Q看h很象数炏V重开MySQLQ输入root和你的新密码?/FONT>

楚客 2005-06-11 13:49 发表评论
]]>Limbo v1.0.3.6的两个Bugs及解x?/title><link>http://www.aygfsteel.com/nayanliu/archive/2005/06/11/5899.html</link><dc:creator>楚客</dc:creator><author>楚客</author><pubDate>Sat, 11 Jun 2005 01:04:00 GMT</pubDate><guid>http://www.aygfsteel.com/nayanliu/archive/2005/06/11/5899.html</guid><wfw:comment>http://www.aygfsteel.com/nayanliu/comments/5899.html</wfw:comment><comments>http://www.aygfsteel.com/nayanliu/archive/2005/06/11/5899.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/nayanliu/comments/commentRss/5899.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/nayanliu/services/trackbacks/5899.html</trackback:ping><description><![CDATA[在用Limbo v1.0.3.6q程中发现的两个BugsQ?BR>1.前台的翻BugQ当到达W二|Q显C录ؓI白?BR>开始以为是 Page_Nav() 函数出错了。后来找了很久,发现是MySQL数据库连接类中的SelectLimit() 函数中的错误 /classes/miniadodb.inc.php---91?MySQL) , 271?SQLite)<BR>?nbsp;  if ( !$numrows || !$lm_offset )$sql .= " LIMIT";<BR>改ؓ if ( isset($numrows) || isset($lm_offset) )$sql .= " LIMIT";<BR>(使用MySQL数据库和SQLite数据库会q样,不知文本数据库有没有同样的问?<BR><BR>2.后台登陆几分钟后p动注销的问题?BR>Ҏ是cookie讄的时间太短?BR>/classes/class_auth.php---41?BR>?nbsp;  $etime=60*5;  // 5分钟<BR>改ؓ $etime=60*15;  // 15分钟<BR><BR>q两个Bug在新版的 v1.0.3.7中得到改正?BR><img src ="http://www.aygfsteel.com/nayanliu/aggbug/5899.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/nayanliu/" target="_blank">楚客</a> 2005-06-11 09:04 <a href="http://www.aygfsteel.com/nayanliu/archive/2005/06/11/5899.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>PHP的计数器E序---解决全部可能遇到的问?/title><link>http://www.aygfsteel.com/nayanliu/archive/2005/06/04/5551.html</link><dc:creator>楚客</dc:creator><author>楚客</author><pubDate>Sat, 04 Jun 2005 02:21:00 GMT</pubDate><guid>http://www.aygfsteel.com/nayanliu/archive/2005/06/04/5551.html</guid><wfw:comment>http://www.aygfsteel.com/nayanliu/comments/5551.html</wfw:comment><comments>http://www.aygfsteel.com/nayanliu/archive/2005/06/04/5551.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/nayanliu/comments/commentRss/5551.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/nayanliu/services/trackbacks/5551.html</trackback:ping><description><![CDATA[  一般的计数器程序用的执行外部程序函?exec()Q但很多LI间(包括收费?拒绝q个危险操作?BR>我们只好用fread(),fwrite(){文件读写函敎ͼ关键在于采用哪种方式fopen()打开文g。试了Nơ后Q证明以下程序是可行Q在收费I间上获得验证?BR><BR>count目录<BR>   |---count.php<BR>   |---counter.txt<BR>   |---0~9的数字GIF囄(0.gif,...,9.gif)<BR> <DIV style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 0.5pt solid; PADDING-LEFT: 5.4pt; BACKGROUND: #e6e6e6; PADDING-BOTTOM: 4px; BORDER-LEFT: windowtext 0.5pt solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: windowtext 0.5pt solid"> <DIV><SPAN style="COLOR: #008080"> 1</SPAN><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top><SPAN style="COLOR: #000000"><?</SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080"> 2</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top></SPAN><SPAN style="COLOR: #008000">/*</SPAN><SPAN style="COLOR: #008000"> 本文件ؓcount\conut.php </SPAN><SPAN style="COLOR: #008000">*/</SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080"> 3</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top><BR></SPAN><SPAN style="COLOR: #008080"> 4</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top>$countfile </SPAN><SPAN style="COLOR: #000000">=</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #000000">"</SPAN><SPAN style="COLOR: #000000">count/counter.txt</SPAN><SPAN style="COLOR: #000000">"</SPAN><SPAN style="COLOR: #000000">;<BR></SPAN><SPAN style="COLOR: #008080"> 5</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top><BR></SPAN><SPAN style="COLOR: #008080"> 6</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top></SPAN><SPAN style="COLOR: #0000ff">if</SPAN><SPAN style="COLOR: #000000"> (</SPAN><SPAN style="COLOR: #000000">!</SPAN><SPAN style="COLOR: #000000">file_exists(</SPAN><SPAN style="COLOR: #000000">"</SPAN><SPAN style="COLOR: #000000">$countfile</SPAN><SPAN style="COLOR: #000000">"</SPAN><SPAN style="COLOR: #000000">)){<BR></SPAN><SPAN style="COLOR: #008080"> 7</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top>    $fp</SPAN><SPAN style="COLOR: #000000">=</SPAN><SPAN style="COLOR: #000000">fopen(</SPAN><SPAN style="COLOR: #000000">"</SPAN><SPAN style="COLOR: #000000">$countfile</SPAN><SPAN style="COLOR: #000000">"</SPAN><SPAN style="COLOR: #000000">,</SPAN><SPAN style="COLOR: #000000">"</SPAN><SPAN style="COLOR: #000000">w</SPAN><SPAN style="COLOR: #000000">"</SPAN><SPAN style="COLOR: #000000">);<BR></SPAN><SPAN style="COLOR: #008080"> 8</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top>    $num</SPAN><SPAN style="COLOR: #000000">=</SPAN><SPAN style="COLOR: #000000">1</SPAN><SPAN style="COLOR: #000000">;<BR></SPAN><SPAN style="COLOR: #008080"> 9</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top>    fputs($fp,$num,</SPAN><SPAN style="COLOR: #000000">8</SPAN><SPAN style="COLOR: #000000">);<BR></SPAN><SPAN style="COLOR: #008080">10</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top>    fclose($fp);<BR></SPAN><SPAN style="COLOR: #008080">11</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top>    }<BR></SPAN><SPAN style="COLOR: #008080">12</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top></SPAN><SPAN style="COLOR: #0000ff">else</SPAN><SPAN style="COLOR: #000000">{<BR></SPAN><SPAN style="COLOR: #008080">13</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top>    $fp</SPAN><SPAN style="COLOR: #000000">=</SPAN><SPAN style="COLOR: #000000">fopen(</SPAN><SPAN style="COLOR: #000000">"</SPAN><SPAN style="COLOR: #000000">$countfile</SPAN><SPAN style="COLOR: #000000">"</SPAN><SPAN style="COLOR: #000000">,</SPAN><SPAN style="COLOR: #000000">"</SPAN><SPAN style="COLOR: #000000">rw+</SPAN><SPAN style="COLOR: #000000">"</SPAN><SPAN style="COLOR: #000000">);<BR></SPAN><SPAN style="COLOR: #008080">14</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top>    $num</SPAN><SPAN style="COLOR: #000000">=</SPAN><SPAN style="COLOR: #000000">fread($fp,</SPAN><SPAN style="COLOR: #000000">8</SPAN><SPAN style="COLOR: #000000">);<BR></SPAN><SPAN style="COLOR: #008080">15</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top>    $num</SPAN><SPAN style="COLOR: #000000">++</SPAN><SPAN style="COLOR: #000000">;<BR></SPAN><SPAN style="COLOR: #008080">16</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top>    rewind($fp);<BR></SPAN><SPAN style="COLOR: #008080">17</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top>    fputs($fp,$num,</SPAN><SPAN style="COLOR: #000000">8</SPAN><SPAN style="COLOR: #000000">);<BR></SPAN><SPAN style="COLOR: #008080">18</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top>    fclose($fp);<BR></SPAN><SPAN style="COLOR: #008080">19</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top>    }<BR></SPAN><SPAN style="COLOR: #008080">20</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top><BR></SPAN><SPAN style="COLOR: #008080">21</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top></SPAN><SPAN style="COLOR: #008000">/*</SPAN><SPAN style="COLOR: #008000">如果不用囄昄数字Q请以下直?nbsp;?> 之前的部分,改ؓ echo  "<font color=red>".$num."</font>";之类</SPAN><SPAN style="COLOR: #008000">*/</SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">22</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top>$len_str </SPAN><SPAN style="COLOR: #000000">=</SPAN><SPAN style="COLOR: #000000"> strlen($num);<BR></SPAN><SPAN style="COLOR: #008080">23</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top></SPAN><SPAN style="COLOR: #0000ff">for</SPAN><SPAN style="COLOR: #000000">($i</SPAN><SPAN style="COLOR: #000000">=</SPAN><SPAN style="COLOR: #000000">0</SPAN><SPAN style="COLOR: #000000">;$i</SPAN><SPAN style="COLOR: #000000"><</SPAN><SPAN style="COLOR: #000000">$len_str;$i</SPAN><SPAN style="COLOR: #000000">++</SPAN><SPAN style="COLOR: #000000">){<BR></SPAN><SPAN style="COLOR: #008080">24</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top>$numbers_exploded </SPAN><SPAN style="COLOR: #000000">=</SPAN><SPAN style="COLOR: #000000"> substr($num,$i,</SPAN><SPAN style="COLOR: #000000">1</SPAN><SPAN style="COLOR: #000000">);<BR></SPAN><SPAN style="COLOR: #008080">25</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top>$output_str </SPAN><SPAN style="COLOR: #000000">=</SPAN><SPAN style="COLOR: #000000"> $output_str . </SPAN><SPAN style="COLOR: #000000">"</SPAN><SPAN style="COLOR: #000000"><img src=\</SPAN><SPAN style="COLOR: #000000">"</SPAN><SPAN style="COLOR: #000000">count</SPAN><SPAN style="COLOR: #000000">/</SPAN><SPAN style="COLOR: #000000">$numbers_exploded.gif\</SPAN><SPAN style="COLOR: #000000">"</SPAN><SPAN style="COLOR: #000000">></SPAN><SPAN style="COLOR: #000000">"</SPAN><SPAN style="COLOR: #000000">;<BR></SPAN><SPAN style="COLOR: #008080">26</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top>}<BR></SPAN><SPAN style="COLOR: #008080">27</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top>echo  $output_str;<BR></SPAN><SPAN style="COLOR: #008080">28</SPAN><SPAN style="COLOR: #000000"><IMG src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align=top></SPAN><SPAN style="COLOR: #000000">?></SPAN></DIV></DIV><BR>使用ҎQ?BR>例如Q在count文g夹外面新Z个test.php。其它位|请修改 $countfile路径?BR>在test.php要显C的地方直接require一下count.php文g(注意路径)?BR><br><BR><?php <BR>echo "您是W?;<BR>require("count/count.php");<BR>echo "位访?;<BR>?><BR><br><BR><BR>最后一个问题,误|counter.txt文g可读?Windows下文件权限ؓeveryoneQLinux下至ؓ444。网上的文g或Linux下的文g权限讄要用FTP软g?img src ="http://www.aygfsteel.com/nayanliu/aggbug/5551.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/nayanliu/" target="_blank">楚客</a> 2005-06-04 10:21 <a href="http://www.aygfsteel.com/nayanliu/archive/2005/06/04/5551.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>PHP中的date()函数http://www.aygfsteel.com/nayanliu/archive/2005/05/18/4812.html楚客楚客Wed, 18 May 2005 15:14:00 GMThttp://www.aygfsteel.com/nayanliu/archive/2005/05/18/4812.htmlhttp://www.aygfsteel.com/nayanliu/comments/4812.htmlhttp://www.aygfsteel.com/nayanliu/archive/2005/05/18/4812.html#Feedback0http://www.aygfsteel.com/nayanliu/comments/commentRss/4812.htmlhttp://www.aygfsteel.com/nayanliu/services/trackbacks/4812.html函数原Ş?BR>    string date ( string format [, int timestamp] )
q回 format 格式的时间字W串。参?format 请参见官Ҏ?A Y-m-d" 或?"Y-m-d H:i:s"。参?timestamp 是可选的Q留I时{同?time() ?BR>
单的例子Q?BR><?php
    echo date("Y-m-d");    //输出Q?005-05-18
?>

更复杂有用的例子Q?英文档出自php.net)

carlj at vibez dot ca
17-Jun-2003 03:28
 
Why not 
do something like this, to find the number of days in a month?

$monthNum 
= date("n"); // or any value from 1-12
$year        = date("Y"); // or any value >= 1
$numDays  = date("t",mktime(0,0,0,$monthNum,1,$year))

This will tell you 
if there is 28-31 days in a month

可用该方法求某年某月有多天?BR>
我综合一下,得到的例子:
<?php
 echo date("t",mktime(0,0,0,date("5"),1,date("2005")));  //输出Q?1
?>
q不是写E序的好习惯Q我们应当把它写成一个函敎ͼ以备来用?/P>

 1<?php
 2//?nbsp;$y q?nbsp;$m 月有多少天的函数
 3function days_in_a_month($y,$m)
 4{
 5       if($year<1901 or $year>2038)
 6                return;    //出了PHP的时间范?/SPAN>
 7      else  {
 8              $mon=date($m);
 9              $year=date($y);
10              $mkt=mktime(0,0,0,$mon,1,$year);
11              return date("t",$mkt);
12      }
13}
14?>
15

有趣的是Q我发现月䆾其实可以填大?2的数字,象下面这P
<?php
echo  days_in_a_month(2003,14);  //输出Q?9
?>
你知道,14月就是来q的2月?/P>

楚客 2005-05-18 23:14 发表评论
]]>
打造目前功能最全最的Mambohttp://www.aygfsteel.com/nayanliu/archive/2005/05/16/4309.html楚客楚客Mon, 16 May 2005 02:54:00 GMThttp://www.aygfsteel.com/nayanliu/archive/2005/05/16/4309.htmlhttp://www.aygfsteel.com/nayanliu/comments/4309.htmlhttp://www.aygfsteel.com/nayanliu/archive/2005/05/16/4309.html#Feedback0http://www.aygfsteel.com/nayanliu/comments/commentRss/4309.htmlhttp://www.aygfsteel.com/nayanliu/services/trackbacks/4309.htmlMambo4.5.2已有体中文版Q但Mambo功能最丰富的MamboQphpShop1.2却还是英文版Q还有安装不成功的问题?BR>       我们可以E加攚w,做个手的MamboQ集成phpShopQ前后台都是体中文,q能自动生成静态页面?BR>      先去mambochina.com下蝲“Mambo4.5.2体中文黄金版”ƈ安装好。再去mambo.cn下蝲“Mambo4.5.2集成mamboQphpShop1.2英文版”也安装好。接下来替换文gQ黄金版/language/ Q?gt;英文?language/ Q黄金版/administrator/  Q?gt;英文?administrator/(compents/com_phpshop/除外)Q把后台Q全局配置Q语a中的en_GB改ؓzh_CN,q样phpShop变成中文版。什么,首页名称之类没变Q还是HomeQ哥哥,ȝ您去数据库改Q?BR>     最后一道工序,去mambo.cn下蝲老马的MamboHTMLQ照其中的说明做生成静态页面?BR>     打完收功Q?BR>    



楚客 2005-05-16 10:54 发表评论
]]>
վ֩ģ壺 | | | ʤ| ʯ| | | ɽ| | | ϰ| | ɽʡ| | ״| | | | ʯɽ| | ʻ| ɽ| | | ɳ| ʡ| ̨| ľ| ¦| Ϫ| | ¦| | ɽ| | ֦| | ԰| ̨| | ɳƺ|