当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: <?//made by huyang @2005-01-2
 

 

    摘要:昨天在调试程序时,意外的发现 crontab 不能执行php文件。今早才找到原因。解决过程如下:[root@lulu /]# whereis phpphp: /usr/local/bin/php /usr/local/lib/php /usr/local/lib/php.ini /usr/local/php[root@lulu /]# cd bin[root@lulu /bin]#ls无php可执行文件!《== 哎!!!![root@lulu /bin]#......
    摘要:php在线编辑器fckeditor 2.0试用小记 zthttp://www.gbunix.com/htmldata/2005_06/14/22/article_1240_1.html一、简介  2004年11月30日推出了fckeditor 2.0 rc1版,据其官方网站称:这是fckeditor 2.0版的第一个稳定版本。大家现在可以考虑正式使用它了。目前支持的后台语言有asp、asp.net、php和coldfusion。  笔者在经过简单的试用发现......


一个双向加密解密法(php)

基于进制转换的

【相关文章:Project2002术语词典

<? 【扩展阅读:利用RSS进行项目沟通

【扩展信息:SharePoint在项目管理中的应用

//made by huyang @2005-01-20||11-04-06

##用n进位制到m进位制

##0~9a-z,最多可理解为36进制范围

print<title>加密解密法</title>;

class carry

  {

    function carry($n,$m)

      {

 $this->n=$n;

 $this->m=$m;

 $this->chn[0]=0;

 $this->chn[1]=1;

 $this->chn[2]=2;

 $this->chn[3]=3;

 $this->chn[4]=4;

        $this->chn[5]=5;

        $this->chn[6]=6;

        $this->chn[7]=7;

        $this->chn[8]=8;

        $this->chn[9]=9;

        $this->chn[a]=10;

        $this->chn[b]=11;

        $this->chn[c]=12;

        $this->chn[d]=13;

        $this->chn[e]=14;

        $this->chn[f]=15;

        $this->chn[g]=16;

        $this->chn[h]=17;

        $this->chn[i]=18;

        $this->chn[j]=19;

        $this->chn[k]=20;

        $this->chn[l]=21;

        $this->chn[m]=22;

        $this->chn[n]=23;

        $this->chn[o]=24;

        $this->chn[p]=25;

        $this->chn[q]=26;

        $this->chn[r]=27;

        $this->chn[s]=28;

        $this->chn[t]=29;

        $this->chn[u]=30;

        $this->chn[v]=31;

        $this->chn[w]=32;

        $this->chn[x]=33;

        $this->chn[y]=34;


...   下一页
 ·php通用检测函数集合    »显示摘要«
    摘要:php通用检测函数集合<? //:未经许可请勿随便修改 //----------------------------------------------------------------------------------- ------- //----------------------------------------------------------------------------------- ------- // // 【文件名】......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE