作者文章

It Is My First E Article

Today was very cold &  The Damn Railway Bureau!
Hey guys and the only beautiful and sexy girl,I love you all~ Tonight I have maked a logo and uploaded  it to our site.If you have something  to suggest , please tell me, I will change it.
This is my first English article though my English is poor. First I will thank daniela,the beautiful and sexy girl,second I thought I was very lucky to met you daniela. The blog is our team's  home,please love our home and'Chang Huijia Look'.
From today I will update the article of our blog  per 2/3  days, the article is about IT Technology,my mood and so on...
I hope eric and hlex can write some article to our blog.Hey! Where R U?
OK,that 's all! This was Chunk's writing,good luck!

评论暂缺


根据日期获得对应的星期

今天处理了一个NetOffice的问题,是如何显示相关日期对应的星期几的问题。
之前的函数不清楚哪个地方出错,所以又重写了一个。一定要熟悉date()函数如何去使用。
 

function getWeekNew($myMonth,$myDay,$myYear){
 $arr_date = array("星期日","星期一","星期二","星期三","星期四","星期五","星期六");
 if(checkdate($myMonth,$myDay,$myYear)){
  if(strlen($myMonth) == 1 ) {
   $myMonth = "0".$myMonth;
  }
  $mydate = $myYear."-".$myMonth."-".$myDay;
  $myweek = $arr_date[date('w',strtotime($mydate))];
  return $myweek;
 } else {
  return "Wrong Date!!";
 }
}

评论暂缺


博客声明

这个blog最近修改的地方不多,增加了几个分类,和汉化了theme里面的一些文字,我再讲一下未来的blog的更新计划,主要是多国语言的部分,这个部分是用一个插件实现,原理是一个文章必须有中文和英文才能中英转换。这个就类似我们刚开始作的Liferay Portal里面的内容管理的多语言原理。另外想增加的是在blog右边有我们团队成员的介绍,基本上就这个两点
上周因为排练演出,少时间去整理这个部落格。接下来慢慢会发现一些新的东西去更新。感谢~
祝愿我们2010事业顺利~

评论暂缺




Page 1 of 11
SetPageWidth