<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>PHPDisk网盘系统官方论坛 - PHP开发讨论</title>
    <link>http://bbs1.phpdisk.com/forum-27-1.html</link>
    <description>Latest 20 threads of PHP开发讨论</description>
    <copyright>Copyright(C) PHPDisk网盘系统官方论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 25 Apr 2026 09:40:35 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs1.phpdisk.com/static/image/common/logo_88_31.gif</url>
      <title>PHPDisk网盘系统官方论坛</title>
      <link>http://bbs1.phpdisk.com/</link>
    </image>
    <item>
      <title>有没有朋友愿意一起合作做网盘的</title>
      <link>http://bbs1.phpdisk.com/thread-6574-1-1.html</link>
      <description><![CDATA[有没有想一起做网盘的，本人先把自己的本事拿出来，愿意一起做的，可以联系，不愿意做的，可以忽略。



想跟有技术的人合作，我可以出钱，网盘程序可以定制。 只需要有人管理，（如果有好的模版我就不用买了）

有一个很好的域名 **pan.com  **为数字。我就不发出来； ...]]></description>
      <category>PHP开发讨论</category>
      <author>17155014</author>
      <pubDate>Sun, 14 Sep 2014 06:56:19 +0000</pubDate>
    </item>
    <item>
      <title>武汉众智鸿源科技有限公司 体现价值合作双赢!</title>
      <link>http://bbs1.phpdisk.com/thread-5566-1-1.html</link>
      <description><![CDATA[土元，又叫地鳖虫、土鳖虫等，其性寒、味咸、有毒，具有催乳、化淤止痛等功能，是重要的中药材。人工饲养土元，是一项成本低，收益大的家庭副业，现将其养殖及加工技术作以简介。建饲养坑长3.5米、宽0.5米的面积，可建坑5座，每座中间用水泥板隔成5层，共25个坑，每个坑 ...]]></description>
      <category>PHP开发讨论</category>
      <author>bangfu9hao</author>
      <pubDate>Thu, 20 Mar 2014 00:32:04 +0000</pubDate>
    </item>
    <item>
      <title>PHPDISK微信API，支持修改密码，查询收益等功能！</title>
      <link>http://bbs1.phpdisk.com/thread-5055-1-1.html</link>
      <description><![CDATA[后期增加：提现申请，文件删除，文件管理

有想到的功能留下言~]]></description>
      <category>PHP开发讨论</category>
      <author>lokym</author>
      <pubDate>Thu, 16 May 2013 19:52:05 +0000</pubDate>
    </item>
    <item>
      <title>任务完成！@@@@</title>
      <link>http://bbs1.phpdisk.com/thread-4469-1-1.html</link>
      <description><![CDATA[@@@@@@@@@@@]]></description>
      <category>PHP开发讨论</category>
      <author>心静自然凉。</author>
      <pubDate>Thu, 19 Jul 2012 08:02:11 +0000</pubDate>
    </item>
    <item>
      <title>和php有关的几种常见安全</title>
      <link>http://bbs1.phpdisk.com/thread-3515-1-1.html</link>
      <description><![CDATA[我们php手手工安装的，php的默认配置文件在 /usr/local/apache2/conf/php.ini，我们最主要就是要配置php.ini中的内容，让我们执行php能够更安全。整个PHP中的安全设置主要是为了防止phpshell和SQL Injection的攻击，一下我们慢慢探讨。我们先使用任何编辑工具打开/etc/l ...]]></description>
      <category>PHP开发讨论</category>
      <author>______專屬丶</author>
      <pubDate>Tue, 26 Jun 2012 04:00:27 +0000</pubDate>
    </item>
    <item>
      <title>php可以生成缩略图和水印图的类</title>
      <link>http://bbs1.phpdisk.com/thread-3514-1-1.html</link>
      <description><![CDATA[用法：
(1)改变图片大小
以下为引用的内容：
　　require_once(\'image.php\');
　　$img = new Image(\'pic.jpg\');
　　$img-&gt;changeSize(80,50);//改变尺寸
　　$img-&gt;creat();
　　$img-&gt;free();

(2)添加水印 
以下为引用的内容：
　　require_once(\'image.php\');
　　 ...]]></description>
      <category>PHP开发讨论</category>
      <author>______專屬丶</author>
      <pubDate>Tue, 26 Jun 2012 04:00:10 +0000</pubDate>
    </item>
    <item>
      <title>MySQL数据库性能优化之SQL优化</title>
      <link>http://bbs1.phpdisk.com/thread-3513-1-1.html</link>
      <description><![CDATA[优化目标
　　1.减少 IO 次数
　　IO永远是数据库最容易瓶颈的地方，这是由数据库的职责所决定的，大部分数据库操作中超过90%的时间都是 IO 操作所占用的，减少 IO 次数是 SQL 优化中需要第一优先考虑，当然，也是收效最明显的优化手段。
　　2.降低 CPU 计算
　　除了  ...]]></description>
      <category>PHP开发讨论</category>
      <author>______專屬丶</author>
      <pubDate>Tue, 26 Jun 2012 03:59:49 +0000</pubDate>
    </item>
    <item>
      <title>MySQL数据库性能优化之表结构优化</title>
      <link>http://bbs1.phpdisk.com/thread-3512-1-1.html</link>
      <description><![CDATA[由于MySQL数据库是基于行(Row)存储的数据库，而数据库操作 IO 的时候是以 page(block)的方式，也就是说，如果我们每条记录所占用的空间量减小，就会使每个page中可存放的数据行数增大，那么每次 IO 可访问的行数也就增多了。反过来说，处理相同行数的数据，需要访问的 p ...]]></description>
      <category>PHP开发讨论</category>
      <author>______專屬丶</author>
      <pubDate>Tue, 26 Jun 2012 03:59:34 +0000</pubDate>
    </item>
    <item>
      <title>数据库技巧——MySQL十大优化技巧</title>
      <link>http://bbs1.phpdisk.com/thread-3511-1-1.html</link>
      <description><![CDATA[WEB开发者不光要解决程序的效率问题，对数据库的快速访问和相应也是一个大问题。希望本文能对大家掌握MySQL优化技巧有所帮助。
1. 优化你的MySQL查询缓存
在MySQL服务器上进行查询，可以启用高速查询缓存。让数据库引擎在后台悄悄的处理是提高性能的最有效方法之一。当 ...]]></description>
      <category>PHP开发讨论</category>
      <author>______專屬丶</author>
      <pubDate>Tue, 26 Jun 2012 03:59:12 +0000</pubDate>
    </item>
  </channel>
</rss>