Hope to see you again!

告一段落了

到今天此刻为止,网站总算告一段落了

 

得已松了口气,不过,还有很多要修改,功能也有很多要添加的。

 

继续努力! 

Posted by: freesu, 11/26 2007, 21:02 | My life | Comments (1) | Permalink | Trackbacks (0)

Generate static html with php

easy,  code below: 

<?
require_once("./config/config.php");
ob_start();
$id=$_GET[id];
$sql="select * from test where id='$id'";
$result=mysql_query($sql);
$rs=mysql_fetch_object($result);
$smarty->assign("showtitle",$rs->title);
$smarty->assign("showcontent",$rs->content);
$smarty->display("content.html");
$this_my_f= ob_get_contents();
ob_end_clean();
$filename = "$id.html";
tohtmlfile_cjjer($filename,$this_my_f);
//文件生成函数
function tohtmlfile_cjjer($file_cjjer_name,$file_cjjer_content)
{
if (is_file ($file_cjjer_name)){
      @unlink ($file_cjjer_name); //存在,就删除
}
$cjjer_handle = fopen ($file_cjjer_name,"w"); //创建文件
if (!is_writable ($file_cjjer_name)){ //判断写权限
      return false;
}
if (!fwrite ($cjjer_handle,$file_cjjer_content)){
      return false;
}
fclose ($cjjer_handle); //关闭指针
return $file_cjjer_name; //返回文件名
}
?>

  (More)
Posted by: freesu, 11/21 2007, 15:52 | PHP | Comments (4) | Permalink | Trackbacks (0)

英格兰出局

这委实是件让人失望之事

 

08年的欧锦赛,再也看不到,Rooney, 的天才表演了

 

还好,还有C罗,等众多球星撑着,

 

但是,还是一件非常pity的事。

Posted by: freesu, 11/21 2007, 15:48 | soccer | Comment | Permalink | Trackbacks (0)

车站,血的教训

没想到,昨天晚上,安海车站的票竟然全空了, 害得我,从5点等到7点半,才有车往厦门

 

看来 真是人算不如天算,以往的安海到厦门的车,都是很多的。

 

要吸取这次的教训了。 

Posted by: freesu, 11/18 2007, 11:29 | My life | Comment | Permalink | Trackbacks (0)

地产,产业化?

在头脑风暴节目中, 万科,王石先生,跟众多专家在那边论站,地产产业化

 

不过,所得结论似乎只有一个: 这是一种趋势。

 

以万科的实力,如果不能进行产业化,就没有哪家公司有能力了。 

Posted by: freesu, 11/15 2007, 20:31 | My life | Comment | Permalink | Trackbacks (0)


«Previous   1 2 3 4 5 6 7 8 ...   Next»
© Fly our dream, All rights reserved.