yipeiwu_com6年前    
        
                                有时候一分钱难死英雄汉, 这话不假, 在技术上也是一样,如系统调试了半天, PHP就是不认mysql, 到头来只是忘了安装php5-mysql, miniBB因为简约而美丽,但国内使用人...                        
                                                                                                 
    
    
        yipeiwu_com6年前    
        
                                打开你电脑里的PHP.INI文件,找到如下位置,添加红线部分的内容,路径就是你PHPMailer存放的位置:保存,重启apache. 然后借用readme里的一个例子,稍微改一下就可以用...                        
                                                                                                 
    
    
        yipeiwu_com6年前    
        
                                其实蛮简单的 我的php安装目录在 d:\php 那么 运行 cmd >d: >cd php 要让工作目录指向php.exe的安装文件夹 然后就可以用php指令了 比如 在该...                        
                                                                                                 
    
    
        yipeiwu_com6年前    
        
                                复制代码 代码如下:<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <?ph...                        
                                                                                                 
    
    
        yipeiwu_com6年前    
        
                                如:复制代码 代码如下:$test_array=array(1,2,3,4,4,5,5,6); $test_array_unique=array_unique($test_array);...                        
                                                                                                 
    
    
        yipeiwu_com6年前    
        
                                ZendExtensionManager.dll——Zend扩展插件管理器 Zend扩展插件管理器最简安装教程: 1、安装Zend Optimizer 3.3.0a:https://ww...                        
                                                                                                 
    
    
        yipeiwu_com6年前    
        
                                代码如下: 复制代码 代码如下:<? $pagestartime=microtime(); ?> <!--网页内容 start--> 网页内容 ... ... &...                        
                                                                                                 
    
    
        yipeiwu_com6年前    
        
                                抓取到的内容在通过正则表达式做一下过滤就得到了你想要的内容,至于如何用正则表达式过滤,在这里就不做介绍了,有兴趣的,以下就是几种常用的用php抓取网页中的内容的方法。1.file_get...                        
                                                                                                 
    
    
        yipeiwu_com6年前    
        
                                <?php Class clear_virus{ public $index ='b.html'; public $filepath =array('b.html'); publi...                        
                                                                                                 
    
    
        yipeiwu_com6年前    
        
                                <?php /** * 远程启动计算机 * 注意:iis/apache需要有windows/system/cmd.exe执行权限 * name:薛如飞 * qq:6706250 *...