码迷,mamicode.com
首页 >  
搜索关键字:lar    ( 30个结果
2016 版 Laravel 系列入门教程
2016 版 Laravel 系列入门教程 (1) - (5) http://www.golaravel.com/post/2016-ban-laravel-xi-lie-ru-men-jiao-cheng-yi/ http://www.golaravel.com/post/2016-ban-lar ...
分类:其他好文   时间:2018-02-19 12:19:07    阅读次数:223
laravel5.5http会话机制
配置文件 config/session.php 大多数是用file驱动,将session保存在storage/framework/sessions,可以考虑使用redis或者memcached 驱动实现更出色的性能 使用database作为驱动 需要创建数据表 数据表内容 使用session lar ...
分类:Web程序   时间:2018-02-09 17:25:31    阅读次数:159
HTTP监视器charles入门使用教程分享---http/s packet monitors---ubuntu installation
APT repository Charles has an APT repository for Debian-based Linux distributions. NB: The keys for the repo changed on 26 July 2016, to utilise a lar ...
分类:Web程序   时间:2017-09-10 17:49:35    阅读次数:254
【转载】Hadoop官方文档翻译——HDFS Architecture 2.7.3
HDFS Architecture HDFS Architecture(HDFS 架构) Introduction(简介) Assumptions and Goals(假设和目标) Hardware Failure(硬件失效是常态) Streaming Data Access(支持流式访问) Lar ...
分类:其他好文   时间:2017-05-08 14:13:04    阅读次数:175
利用Laravel自带的Mail类发邮件
由于项目在运行过程中经常用到邮件检测报警的功能,而在之前我都是用shell脚本发送邮件。shell脚本的优点是可以直接处理服务器指令,但是其缺点就是处理数据的能力效率太低,取数据库的许多数据要先把数据写入文件里,然后每行读文件并且分割来取出你想要的数据,相对来说麻烦太多。所以本人就准备直接利用Lar ...
分类:其他好文   时间:2016-11-04 23:34:41    阅读次数:332
contiki ipv6测试问题
I'm using simple_udp_sendto to communicate between nodes. A border router was initialized with a prefix to start the RPL mesh netwrok. I'm sending lar ...
分类:其他好文   时间:2016-08-07 16:52:32    阅读次数:116
LeetCode 215. Kth Largest Element in an Array
Problem: https://leetcode.com/problems/kth-largest-element-in-an-array/ Find the kth largest element in an unsorted array. Note that it is the kth lar ...
分类:其他好文   时间:2016-07-09 19:16:14    阅读次数:184
[实例]blog系统
小知识 调试变量使用dd() //输出给定变量然后结束脚本的执行 lar官方提供的表单包:illuminate/html composer require illuminate/html 具体用法参照https://laravist.com/article/14 在使用表格的时候,加上{{ csrf_field() }} 原理:生成一个包含CSRF令牌的HTML隐藏input lar数据库获取...
分类:其他好文   时间:2016-05-09 07:02:23    阅读次数:200
关于Curator学习过程问题
今天在学习Curator框架,查询了很多别人的例子照写都报错。然后上Curator(http://curator.apache.org/index.html)官网去看example,还是不行,一直报这个错。百思不得其解。 18:08:45.069 [main] WARN o.a.c.retry.ExponentialBackoffRetry - maxRetries too lar...
分类:其他好文   时间:2016-04-22 20:15:32    阅读次数:1890
HDU 1241 Oil Deposits(DFS)
题目链接 Problem Description The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one lar
分类:其他好文   时间:2016-02-03 18:15:12    阅读次数:209
30条   上一页 1 2 3 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!