摘要: 1.在确认cmd 下载好composer 2. composer -V 3. composer config -g repo.packagist composer https://packagist.phpcomposer.com 4.composer create-project laravel/ 阅读全文
posted @ 2017-06-23 18:00 迷失在路上 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 用来把文件读入内存,并且读取文件中的数据。FileReader接口提供了一个异步API,使用该API可以在浏览器主线程中异步访问文件系统,读取文件中的数据。到目前文职,只有FF3.6+和Chrome6.0+实现了FileReader接口。 1、FileReader接口的方法 FileReader接口 阅读全文
posted @ 2017-06-23 09:26 迷失在路上 阅读(707) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>上传demo</title></head><body> <form action="{:U('Index/demo')}" method="post" enctyp 阅读全文
posted @ 2017-06-23 08:56 迷失在路上 阅读(217) 评论(0) 推荐(0) 编辑