• WampServer, the web development platform on Windows

    WampServer, the web development platform on Windows

    WARNING:YoumustinstallVisualC++2010SP1RedistributablePackagex86orx64VC10SP1vcredist_x86.exe32bits:http://www.microsoft.com/download/en/details.aspx?id=8328VC10SP1vcredist_x64.exe64bits:http://www.microsoft.com/download/en/details.aspx?id=13523WARNING:DonottrytoinstallWampServer2overWAMP5.IfWAMP5isinstalledonyourcomputer,saveyourdata,uninstallitanddeletetheW...

    02012 年 9 月 27 日826PHP木马
  • Employment at UNICEF

    Employment at UNICEF

    We'repassionateaboutourcauseandcommittedtoourmission:topromotetheequalrightsofchildren,andtosupporttheirfullparticipationinthepolitical,socialandeconomicdevelopmentoftheircommunities.That'sourvision.Andit'stheworldwe'dliketobuildwithyou.IfyouareaUNICEFstaffmemberlogintoe-Recruitmentfromtheintranetandnotfromthissite.Forhelp,contacteRecruitment@unicef.org....

    02012 年 9 月 27 日588PHP木马
  • PHP MySQL Insert Into

    PHP MySQL Insert Into

    PHPMySQLInsertInto«PreviousNextChapter»TheINSERTINTOstatementisusedtoinsertnewrecordsinatable.InsertDataIntoaDatabaseTableTheINSERTINTOstatementisusedtoaddnewrecordstoadatabasetable.SyntaxItispossibletowritetheINSERTINTOstatementintwoforms.Thefirstformdoesn'tspecifythecolumnnameswherethedatawillbeinserted,onlytheirvalues:INSERTI...

    02012 年 9 月 27 日637PHP木马
  • PHP with MySQL Tutorials

    PHP with MySQL Tutorials

    PHPCountdownTuesdaySeptember25,2012Havesomethingfunthatyouwanttocountdowntoonyourwebsite?Perhapsyou'regettingmarriedoryouloveHalloween.Regardlessofwhatyouwanttocountdownto,asimplewaytodoitiswithPHP.TakealookatourPHPcountdownscript.(0)PermalinkShareDon'tWriteCodeMondaySeptember24,2012Well...don'twritecodeallthetimeanyway!Knowinghowtoprogramisagreatskill,butanothergoodskill...

    02012 年 9 月 27 日609PHP木马
  • PHP MySQL Connect to a Database

    PHP MySQL Connect to a Database

    W3Schools'OnlineCertificationTheperfectsolutionforprofessionalswhoneedtobalancework,family,andcareerbuilding.Morethan10000certificatesalreadyissued!GetYourCertificate»TheHTMLCertificatedocumentsyourknowledgeofHTML.TheCSSCertificatedocumentsyourknowledgeofadvancedCSS.TheJavaScriptCertificatedocumentsyourknowledgeofJavaScriptandHTMLDOM.ThejQueryCertif...

    02012 年 9 月 26 日588PHP木马
  • GET Variable

    GET Variable

    W3Schools'OnlineCertificationTheperfectsolutionforprofessionalswhoneedtobalancework,family,andcareerbuilding.Morethan10000certificatesalreadyissued!GetYourCertificate»TheHTMLCertificatedocumentsyourknowledgeofHTML.TheCSSCertificatedocumentsyourknowledgeofadvancedCSS.TheJavaScriptCertificatedocumentsyourknowledgeofJavaScriptandHTMLDOM.ThejQueryCertif...

    02012 年 9 月 26 日584PHP木马
  • PHP开源框架CodeIgniter发布2.1.1版

    PHP开源框架CodeIgniter发布2.1.1版

    在CodeIgniter2.1.0版发布后的几个月中,我们的开发重点已经转移到3.0版的开发上(GitHub上的“develop”分支)。进展很顺利,现在我们已经有单元测试,PDO驱动,增强的QueryBuilder(不再称为ActiveRecord了),性能优化和各种其他新功能。虽然离3.0.0稳定版的发布还有数月之遥,但我们决定先发布一个修复一些BUG和功能调整的CodeIgniter2.1.1版。2.1.1版虽然不会给你带来什么惊喜,但这意味着我们可以...

    02012 年 9 月 26 日534PHP木马
  • Nginx安装配置PHP(FastCGI)环境的教程

    Nginx安装配置PHP(FastCGI)环境的教程

    一、什么是FastCGIFastCGI是一个可伸缩地、高速地在HTTPserver和动态脚本语言间通信的接口。多数流行的HTTPserver都支持FastCGI,包括Apache、Nginx和lighttpd等,同时,FastCGI也被许多脚本语言所支持,其中就有PHP。FastCGI是从CGI发展改进而来的。传统CGI接口方式的主要缺点是性能很差,因为每次HTTP服务器遇到动态程序时都需要重新启动脚本解析器来执行解析,然后结果被返回给HT...

    02012 年 9 月 26 日640PHP木马
  • 浅谈PHP代码设计结构

    浅谈PHP代码设计结构

    浅谈PHP代码设计结构http://www.edu-hb.com2012-5-118:57:30来源:曾经的梦  coding多年,各种代码日夜相伴,如何跟代码友好的相处,不光成为职业生涯的一种回应,也是编写者功力的直接显露。  如何看待程序和代码呢?  那就让我们从程序定义来谈起,  如果从业务最终呈现来看,一个程序可以看成是一个真实业务需求的逻辑代码映射。  如果从程序逻辑结构看,程序就是数据结构加算法的结合。  这样看,为满足更多的业...

    02012 年 9 月 26 日779PHP木马
  • 经常用到的PHP正则表达达式(1)

    经常用到的PHP正则表达达式(1)

    思维导图点击下图,可以看具体内容!介绍正则表达式,大家在开发中应该是经常用到,现在很多开发语言都有正则表达式的应用,比如javascript,java,.net,php等等,我今天就把我对正则表达式的理解跟大家唠唠,不当之处,请多多指教!需要知道的术语——下面的术语你知道多少?;;;;;;;;;定位我们什么时候使用正则表达式呢?不是所有的字符操作都用正则就好了,php在某些方面用正则反而影响效率。当我们遇到复杂文...

    02012 年 9 月 26 日671PHP木马
1003 / 1075 « 上一页 1 ...1001 1002 1003 1004 1005 ...1075 下一页 »