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
配置文件 config/session.php 大多数是用file驱动,将session保存在storage/framework/sessions,可以考虑使用redis或者memcached 驱动实现更出色的性能 使用database作为驱动 需要创建数据表 数据表内容 使用session lar ...
分类:
Web程序 时间:
2018-02-09 17:25:31
阅读次数:
159
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
HDFS Architecture HDFS Architecture(HDFS 架构) Introduction(简介) Assumptions and Goals(假设和目标) Hardware Failure(硬件失效是常态) Streaming Data Access(支持流式访问) Lar ...
分类:
其他好文 时间:
2017-05-08 14:13:04
阅读次数:
175
由于项目在运行过程中经常用到邮件检测报警的功能,而在之前我都是用shell脚本发送邮件。shell脚本的优点是可以直接处理服务器指令,但是其缺点就是处理数据的能力效率太低,取数据库的许多数据要先把数据写入文件里,然后每行读文件并且分割来取出你想要的数据,相对来说麻烦太多。所以本人就准备直接利用Lar ...
分类:
其他好文 时间:
2016-11-04 23:34:41
阅读次数:
332
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
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
小知识
调试变量使用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(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
题目链接 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