摘要:php部分代码 其他:ajax上传 编辑的官方演示地址 http://plugins.krajee.com/file-input-ajax-demo/3 代码中引入3个文件就可以 fileinput.css fileinput.js zh.js
阅读全文
06 2017 档案
摘要:php部分代码 其他:ajax上传 编辑的官方演示地址 http://plugins.krajee.com/file-input-ajax-demo/3 代码中引入3个文件就可以 fileinput.css fileinput.js zh.js
阅读全文
摘要:就是其实新建一个 多域名访问的设置 <VirtualHost *:80> DocumentRoot /var/www/ ServerName IP</VirtualHost> 与其改其他设置,不如改这个了,这个方式最简单了
阅读全文
摘要:要想在linux上实现网页服务器(www)需要Apache这个服务器软件,不过Apache仅能提供最基本的静态网站数据而已,想要实现动态网站的话,最好还是要PHP与MySQL的支持,所以下面我们将会以LAMP(linux+Apache+MySQL+PHP)作为安装与设置的介绍。 LAMP所需软件与其
阅读全文
摘要:解决 php 报错 open_basedir restriction in effect或者nginx提示No input file specified怎么办 问题是出现在了PHP.INI上面了 ,原因是php.ini里设置了 open_basedir=/var/web/w0895/:/tmp:/u
阅读全文
摘要:1 安装VirtualBox和Vagrant 在启动Homestead环境之前,你必须安装VirtualBox(https://www.virtualbox.org/wiki/Downloads)和Vagrant(http://www.vagrantup.com/downloads.html)。这两
阅读全文
|