上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 74 下一页
摘要: read()) !== FALSE) { echo $file . ""; } $dir->close(); //filesize()得到文件大小,返回单位为字节: //echo filesize('a.txt')/1024; //unlink() 删除文件: //6秒之后删除文件a.php /*sleep(6); unlink('a.php');*/ //删除60目录下的所有的d... 阅读全文
posted @ 2018-01-10 17:38 生如逆旅,一苇以航 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 使用animate.css动画库控制vue.js过渡效果 显示/隐藏 http://www.baidu.com百度一下就知道 阅读全文
posted @ 2018-01-10 15:56 生如逆旅,一苇以航 阅读(1142) 评论(0) 推荐(0) 编辑
摘要: css过渡动作实例: 显示/隐藏 http://www.baidu.com百度一下就知道 阅读全文
posted @ 2018-01-10 15:12 生如逆旅,一苇以航 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 组件之使用动态组件灵活设置页面布局 单行文本框 多行文本框 阅读全文
posted @ 2018-01-09 16:58 生如逆旅,一苇以航 阅读(1010) 评论(0) 推荐(0) 编辑
摘要: 组件之父组件使用scope定义子组件模板结构 {{v.field.title}} 阅读全文
posted @ 2018-01-09 16:43 生如逆旅,一苇以航 阅读(430) 评论(0) 推荐(0) 编辑
摘要: "; print_r($dirArr);*/ //遍历当前文件夹下的所有目录和文件。可以指定遍历的文件后缀: /*function globDir($dirname,$type=""){ if ($type==''){ $dirInfo=glob($dirname.'/*'); }else{ $dirInfo=glob($dirname.'/*.... 阅读全文
posted @ 2018-01-08 18:05 生如逆旅,一苇以航 阅读(199) 评论(0) 推荐(0) 编辑
摘要: "; print_r($dir);*/ /*通过scandir 遍历当前文件下的所有文件以及文件夹下的所有文件: * */ function scand($dir) { static $i = 0; static $d = 0; $dirInfo = scandir($dir); foreach ($dirInfo as $v){ if ($v... 阅读全文
posted @ 2018-01-08 17:33 生如逆旅,一苇以航 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 组件之使用内容分发slot构建bootstrap面板panel hdp开元框架 abc 阅读全文
posted @ 2018-01-08 16:28 生如逆旅,一苇以航 阅读(640) 评论(0) 推荐(0) 编辑
摘要: 组件之使用.sync修饰符与computed计算属性实现购物车原理 总价:{{totalPrice}} 阅读全文
posted @ 2018-01-08 15:29 生如逆旅,一苇以航 阅读(697) 评论(0) 推荐(0) 编辑
摘要: 创建数据库迁移文件: php artisan make:migration create_links_table 创建完表之后,设置字段: 设置完字段之后,在运行数据库迁移文件: php artisan migrate 为创建的数据库迁移文件创建的表填充数据: 创建数据填充文件: php artis 阅读全文
posted @ 2018-01-06 20:49 生如逆旅,一苇以航 阅读(418) 评论(0) 推荐(0) 编辑
上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 74 下一页