php

Unable to find the wrapper "https"错误的解决办法

  • 2016-07-06
  • 阅读(1140)
  • 评论(1)
  • PHP.ini默认配置下,用file_get_contents读取https的链接,就会如下错误:Warning: fopen() : Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?这个错误分3种解决方案: ... ...

    Unable to find the wrapper "https"错误的解决办法

    其他

    Apache: You don't have permission to access / on t

  • 2016-07-05
  • 阅读(1395)
  • 评论(2
  • Apache常见问题常见解决方案当在浏览器中查看配置成功与否出现问题时,可优先到Apache官方网站的FAQ 上或用搜索引擎搜索你的问题。 我这里就最常见403问题:ForbiddenYou don't have permission to access / on this ... ...

    Apache: You don't have permission to access / on this server 解决方法

    Yii

    yii2 执行计划任务总结

  • 2016-07-04
  • 阅读(2212)
  • 评论(2
  • Windows:1、将console、yii、yii.bat、host.bat文件均放到项目根目录。修改console下main-local.php中的数据库信息;在controllers下写控制器文件;host.bat为执行计划任务文件,可修改文件名称及控制器名称方法。2 ... ...

    yii2 执行计划任务总结

    linux

    修复/lib/ld-linux.so.2: bad ELF interpreter: No su

  • 2016-07-03
  • 阅读(1075)
  • 评论(0
  • 修复/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory问题1、在64系统里执行32位程序如果出现/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory,安装下glic即可yum install ... ...

    修复/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory问题

    其他

    打开虚拟机提示VMware Workstation cannot connect to

  • 2016-07-02
  • 阅读(943)
  • 评论(0
  • 完整报错信息:VMware Workstation cannot connect to the virtual machine. Make sure you have rights to run the program, access all directories the program uses, and access all directories for temporary ... ...

    打开虚拟机提示VMware Workstation cannot connect to the virtual machine. 解决方法 ...

    mysql

    MySQL备份Out of resources when opening file报错处

  • 2016-07-01
  • 阅读(979)
  • 评论(0
  • 使用命令导出数据库,以便在新的VPS上恢复,命令:root@zr # mysqldump -u(数据库用户名) -p(密码) (数据库名) | gzip blog.sql.gz报错信息:mysqldump: Got error: 23: Out of resources when opening file ‘./zr ... ...

    MySQL备份Out of resources when opening file报错处理

    linux

    aapt 执行错误:-bash: /usr/bin/aapt: /lib/ld-linux

  • 2016-06-30
  • 阅读(1128)
  • 评论(0
  • -bash: /usr/bin/aapt: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory查包yum whatprovides ld-linux.so.2安装yum install -y glibc-2.12-1.107.el6.i6861、centos 64位系统使用android 出现 ... ...

    aapt 执行错误:-bash: /usr/bin/aapt: /lib/ld-linux.so.2

    javascript

    button onclick 实现页面跳转

  • 2016-06-29
  • 阅读(1045)
  • 评论(0
  • 1、onclick="javascript:window.location.href='aa.htm' "2、onclick="location='URL' "3、onclick="window.location.href='?id= ' " ...

    button onclick 实现页面跳转

    php

    管理员权限与几个常用的PHP 常用函数

  • 2016-06-28
  • 阅读(946)
  • 评论(1
  • 先把今天要用的几个函数罗列出来://explode()转换成数组,implode()转化成字符串explode("分隔符",需要被分割的字符串或变量)$priv="product,index";explode(",",$priv);//判断一个字符串是否存在于一个数组中in_ar ... ...

    管理员权限与几个常用的PHP 常用函数

    php

    php导出word格式数据的代码实例

  • 2016-06-26
  • 阅读(1500)
  • 评论(2
  • ?php /** * 生成word文档的类 * */ class word { function start() { ob_start(); echo 'html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http:// ... ...

    php导出word格式数据的代码实例

    php

    PHPExcel读取excel文件示例

  • 2016-06-25
  • 阅读(886)
  • 评论(0
  • PHPExcel是一个非常方便生成Excel格式文件的类,官方下载包中带有大量如何生成各种样式excel文件的示例,但没有一个读取Excel文件的完整例子.Xiaoqiang根据网上的资料,整理了一份简单读取Excel文件的例子.传统方法: ?p ... ...

    PHPExcel读取excel文件示例

    php

    php 数组之添加元素、删除元素

  • 2016-06-24
  • 阅读(949)
  • 评论(1
  • 拆分数组PHP数组添加一个元素的方式: push(), arr, $arr = array(); array_push($arr, el1, el2 ... eln);但其实有一种更直接方便的做法: $arr = array(); $arr = el1; $arr = el2; ... $arr = eln;而且有实验证明 ... ...

    php 数组之添加元素、删除元素

    其他

    部份文件MimeTypes说明

  • 2016-06-23
  • 阅读(732)
  • 评论(2
  • 在制作上传文件的功能时,需要根据MimeTypes来过滤文件,本文整理了部分文件的MimeTypes,供大家参考。部份MimeTypes说明MimeTypes application/mac-binhex40|hqxMimeTypes application/msword|docMimeTypes applica ... ...

    部份文件MimeTypes说明

    discuz!

    Discuz门户编辑器在哪里修改?

  • 2016-06-22
  • 阅读(2801)
  • 评论(1
  • 抽空在完善Discuz的门户的编辑器,不得不说discuz也是一款很好的应用程序,今天电脑技术吧小编给大家带来的是 Discuz门户编辑器在哪里?discuz门户编辑器的位置! 前面找了许久没有找到discuz的门户编辑器在哪里,discuz ... ...

    Discuz门户编辑器在哪里修改?

    javascript

    jQuery中remove()方法用法实例

  • 2016-06-21
  • 阅读(845)
  • 评论(0
  • 此方法将会从DOM中删除所有匹配的元素。说明:remove()方法不会把匹配的元素从jQuery对象中删除,因而可以在将来再使用这些匹配的元素,不过除了这个元素本身得以保留之外,其他的比如绑定的事件,附加的数据等都会被 ... ...

    jQuery中remove()方法用法实例

    程序员电子书

    热门推荐

    友情链接