
PHP && Drupal
文章平均质量分 71
iteye_17228
这个作者很懒,什么都没留下…
展开
-
【转】PHP工程师面临成长瓶颈
作为Web开发中应用最广泛的语言之一,PHP有着大量的粉丝,那么你是一名优秀的程序员吗?在进行自我修炼的同时,你是否想过面对各种各样的问题,我该如何突破自身的瓶颈,以便更好的发展呢? PHP工程师面临成长瓶颈 先明确这里所指的PHP工程师,是指主要以PHP进行Web系统的开发,没有使用其的语言工作过。工作经验大概在3~4...原创 2010-10-20 21:11:35 · 167 阅读 · 0 评论 -
【转】PHP 文件上传
How to upload image file to remote server with PHP cURLIn this example we learn how to upload static files to remote server using PHP cURL library.We must know following functionality before we...原创 2010-10-26 18:58:55 · 163 阅读 · 0 评论 -
当前文件路经
转载:如果 /home/web/config/config.php dirname(dirname(__FILE__)) = /home/web dirname(__FILE__) = /home/web/config/dirname(dirname(__FILE__));得到的是文件上一层目录名dirname(__FILE__);得到的是文件所在层目录...原创 2010-06-19 14:47:12 · 111 阅读 · 0 评论 -
php solr client demo
<?php // make sure browsers see this page as utf-8 encoded HTML header('Content-Type: text/html; charset=utf-8'); $limit = 10; $query = isset($_REQUEST['q']) ? $_REQUEST['q'] : false; $re...原创 2011-02-25 00:23:23 · 250 阅读 · 0 评论 -
Apache Solr 架设搜索服务器 (一)
//TODO at home原创 2011-03-02 15:38:02 · 124 阅读 · 0 评论 -
Apache Solr 架设搜索服务器 学习笔记
Solr查询 *:* 查询所有文档 查询结果: <?xml version="1.0" encoding="UTF-8"?<response><lst name="responseHeader"> response基本信息 <int name="status&原创 2011-03-02 15:39:57 · 151 阅读 · 0 评论