Search Filters
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

2128 total results found

Laravel Emoji —— 在 Laravel 应用中集成使用 Emoji 表情

Laravel 优质扩展包 其它

1、简介 在社交网络如此发达的今天,Emoji 表情包无处不在,无论是QQ、微信、微博还是各大论坛,到处都是表情包的身影。作为一个...

由 学院君 发布于9 years ago    浏览数: 15234    点赞数: 9

Leetcode PHP题解--D123 661. Image Smoother

博客

D123 661. Image Smoother 题目链接 661. Image Smoother 题目分析 给定一个二维数...

由 skys215 发布于4 years ago    浏览数: 1318    点赞数: 0

Leetcode PHP题解--D124 1175. Prime Arrangements

博客

题目链接 1175. Prime Arrangements 题目分析 这道题,给一个数字n,生成一个从1到n的数组,有多少种排...

由 skys215 发布于4 years ago    浏览数: 930    点赞数: 0

Leetcode PHP题解--D125 107. Binary Tree Level Order Traversal II

博客

题目链接 107. Binary Tree Level Order Traversal II 题目分析 给定一个二叉树,把同一...

由 skys215 发布于4 years ago    浏览数: 1151    点赞数: 0

Leetcode PHP题解--D126 717. 1-bit and 2-bit Characters

博客

题目链接 717. 1-bit and 2-bit Characters 题目分析 这道题目的描述很难懂,我看了Discuss...

由 skys215 发布于4 years ago    浏览数: 1275    点赞数: 0

Leetcode PHP题解--D127 455. Assign Cookies

博客

题目链接 455. Assign Cookies 题目分析 给定两个数组,第一个数组代表每个容器的容量,第二个数组代表每种物品...

由 skys215 发布于4 years ago    浏览数: 1048    点赞数: 0

Leetcode PHP题解--D129 836. Rectangle Overlap

博客

题目链接 836. Rectangle Overlap 题目分析 给两个矩形的左下角和右上角的坐标,判断该矩形有没有重叠。边线...

由 skys215 发布于4 years ago    浏览数: 1285    点赞数: 0

Leetcode PHP题解--D128 202. Happy Number

博客

题目链接 202. Happy Number 题目分析 这道题目不复杂,就是给定一个数字,把每一位拆开来算个平方再相加。一直加...

由 skys215 发布于4 years ago    浏览数: 1008    点赞数: 0

基于 Laravel Jetstream 提供的 Inertia + Vue 技术栈编写表单组件

Vue.js 入门到实战教程 组件实战

Laravel 8 引入 Jetstream 作为前端 UI 库 在本月 8 号,Laravel 8.0 正式发布,随后 Vue ...

由 学院君 发布于4 years ago    浏览数: 6984    点赞数: 0

Leetcode PHP题解--D130 257. Binary Tree Paths

博客

题目链接 257. Binary Tree Paths 题目分析 给定一个二叉树,返回所有子节点的路径。 解题思路 这道题...

由 skys215 发布于4 years ago    浏览数: 1132    点赞数: 0

Leetcode PHP题解--D132 7. Reverse Integer

博客

D132 7. Reverse Integer 题目链接 7. Reverse Integer 题目分析 这个题目比较简单,...

由 skys215 发布于4 years ago    浏览数: 1502    点赞数: 0

基于 Laravel Fortify 提供纯后端用户认证解决方案

Laravel 8 中文文档 官方扩展包

简介 Laravel Fortify 是一个与前台技术无关的纯后端 Laravel 认证功能实现扩展包。Fortify 提供了实现...

由 学院君 发布于4 years ago    浏览数: 3777    点赞数: 1

基于 Redis 实现 Laravel 广播功能(上):广播事件分发和底层源码探究

高性能 Redis 实战 实战入门篇

在上篇教程中,学院君给大家演示了如何通过 Redis + Socket.io 实现事件消息广播功能,这是一个非常简单的实现,目的在于...

由 学院君 发布于4 years ago    浏览数: 2987    点赞数: 0

Laravel 5 中使用 JWT(Json Web Token) 实现基于API的用户认证

Laravel 优质扩展包 登录认证

在JavaScript前端技术大行其道的今天,我们通常只需在后台构建API提供给前端调用,并且后端仅仅设计为给前端移动App调用。用...

由 学院君 发布于9 years ago    浏览数: 151081    点赞数: 38

基于 Redis 发布订阅 + Socket.io 实现事件消息广播功能

高性能 Redis 实战 实战入门篇

广播系统概述 前面学院君给大家介绍了 Laravel 底层基于 Redis 列表驱动的消息队列实现原理,以及基于消息队列的事件监听...

由 学院君 发布于4 years ago    浏览数: 4440    点赞数: 1