• 青岛达内软件科技有限公司

    青岛达内软件科技有限公司

    职位描述:福利待遇:1、有竞争力的薪酬,底薪3500起,可根据个人工作能力浮动;2、按国家和地方法规交纳五险一金及员工生日补贴等福利;3、健康舒适的工作环境,公司位于青岛市市南区,交通便利、环境优美岗位描述:1、负责公司内部网站的具体功能实现与编程。2、掌握php+mysql快速开发各种web程序;3、适应能力强,学习能力强,能独立完成模块开发。4、公司网址http://http://www.zjjv.com//.cn/hr...

    02013 年 7 月 24 日520PHP木马
  • lang/php from 5.4.17 to 5.4.13?

    lang/php from 5.4.17 to 5.4.13?

    Code:mypcrobert#emerge-av=dev-lang/php-5.4.13Thesearethepackagesthatwouldbemerged,inorder:Calculatingdependencies...done![ebuildN]app-doc/php-docs-20101029-r1LINGUAS="en-de-es-fa-fr-ja-pl-pt_BR-ro-tr"0kB[ebuildUD]dev-lang/php-5.4.13:5.4[5.4.17:5.4]USE="apache2berkdbbzip2clicryptctypecurldoc%*exiffileinfofiltergdgdbmgmphashiconvi...

    02013 年 7 月 24 日615PHP木马
  • [公告]PHPWIND与动网达成战略合作伙伴关系

    [公告]PHPWIND与动网达成战略合作伙伴关系

    2008年7月9日,同为国内领先的网络社区论坛提供商PHPWIND与动网达成了战略合作关系。经过商讨,双方在多方面达成共识,将共同规划未来社区论坛及相关解决方案、共同开拓社区论坛市场及相关的增值服务。双方在技术、产品、市场等方面的深入合作,希望为国内社区市场创造更大价值,也希望为国内互联网站长和网民提供更加优质的产品和服务。PHPWind的CEO王学集表示,双方产品存在平台差异,双方的技术和市场都拥有相当大...

    02013 年 7 月 24 日484PHP木马
  • linux 中 php如何安装CURL扩展方法

    linux 中 php如何安装CURL扩展方法

    如果php已经在系统编译好,后来又需要添加新的扩展。一种方式就是重新完全编译php,另一种方式就是单独编译扩展库,以extension的形式扩展。下面以安装curl扩展为例:1、下载curl安装包。(我的php是4.4.4的,下载最新的curl7.16不能使用,最后下载7.14的才可以,所以要注意一下版本问题)./configuremakephp要求curl的目录要有include和lib目录,并且include下要有easy.h和curl.h两个文件,lib下要有libcurl.a。经编译后include下...

    02013 年 7 月 24 日387PHP木马
  • 新浪读书招聘无线产品运营、PHP开发工程师

    新浪读书招聘无线产品运营、PHP开发工程师

      因新业务发展需要,新浪读书新增部分工作岗位,现招贤纳才,期待更多的朋友能加入我们的团队。  一、岗位名称:无线读书产品运营  工作地点:北京  工作性质:全职坐班  招聘人数:2人  岗位职责:  1、负责无线读书网站内容运营、栏目设计、日常运营;  2、对所负责的运营产品进行日常维护及数据跟踪,有效的对运营相关工作的效果进行分析、总结,制定改善或提升策略;  3、通过内容的管理提高wap站用户量及用...

    02013 年 7 月 24 日372PHP木马
  • Display Taxonomy Image on single.php

    Display Taxonomy Image on single.php

    I'musingTaxonomyImages,andIcan'tfigureouthowtodisplayacategory'sassociatedimageonasingle.php.Essentailly,whenauserisviewingapostthatutilizesthesingle.phptemplate,itshoulddisplaythepost'scategory'simage.Rightnow,itjustdoesn'tdisplayanything.ThisisthecodethatI'musing:<?php$image_id=apply_filters("taxonomy-images-queried-term-image-id",0);if(!empty($image_id)):printapply_filters("taxonomy-...

    02013 年 7 月 24 日475PHP木马
  • Passing PHP Data to Javascript Chris London

    Passing PHP Data to Javascript Chris London

    Idon’tlikemixingmylanguagestogether.SomemightcallitOCDbutIthinkkeepingthemseparatereallyhelpsthecodebemoreextensibleandmaintainable.OneofthemostcommonlanguagemixingscomesfromwantingtopassPHPdatatoJavascript.Tomethereareonlytwowaystodoit.1)ViaAjax.Thisis,probably,oneofthemostcommonwaystopassdatafromPHPtoJavascript.IthinktherearealotofbenefitsforpassingdataviaAjaxbutIthin...

    02013 年 7 月 24 日482PHP木马
  • Connect PHP to Microsoft Exchange mail

    Connect PHP to Microsoft Exchange mail

    0Hi,try....>>Openyourphp.inifileandtelluswhatarethevalueassignedtomaildirectives[mailfunction]weneedtoseetheentireblock..gotocode.google.comandsearchforphpmailerBacktoyourserverlocatewhichmailerisinstallede.g.mercury,etcInthesamelevelasyourphpdirectoryfindsendmaildirectory..inlinuxthisisnormallylocatedintheetcdirectory,butdifferentphpapplicationpreferencescanchangetheexactlocationsometim...

    02013 年 7 月 24 日425PHP木马
  • What is the best way to passing jquery values into php as a array?

    What is the best way to passing jquery values into php as a array?

    var$keywords=$("#mytags").siblings(".tagsinput").children(".tag");vartags=[];for(vari=$keywords.length;i--;){tags.push($($keywords[i]).text().substring(0,$($keywords[i]).text().length-1).trim());}vartagsList=tags.toSource();vardata={dataType:'json',action:'my_action',whatever:tagsList//Wepassphpvaluesdifferently!};jQuery.post(ajax_object.ajax_url,data,function(response){alert('Gotthisfromth...

    02013 年 7 月 24 日440PHP木马
  • New to PHP confused!

    New to PHP confused!

    Hiall,thanksforbeingherebecauseIcouldusesomehelp.Ihopethisisnotareallydumbquestion,butheregoesanyway.I'verecentlypurchasedaPHPscripforaclassifiedsadswebsiteformysmalllocalcommunity.I'veneverworkedwithaPHPwebsitescriptbefore,andI'mconfused,here'smyproblem.WhenIlogontomyserverandviewmywebsitefiles,IdonotseeanyHTMLfilesthatIcanactuallydownloadandworkonusingDreamWeaver.Allfilesa...

    02013 年 7 月 24 日464PHP木马
605 / 1078 « 上一页 1 ...603 604 605 606 607 ...1078 下一页 »