Skip to content

Instantly share code, notes, and snippets.

View lndj's full-sized avatar
🎯
Focusing

Ning Luo lndj

🎯
Focusing
View GitHub Profile

Python Socket 编程详细介绍

Python 提供了两个基本的 socket 模块:

  • Socket 它提供了标准的BSD Socket API。
  • SocketServer 它提供了服务器重心,可以简化网络服务器的开发。

下面讲解下 Socket模块功能。

Socket 类型

@lndj
lndj / chrome_extension_get_cookie.js
Created August 3, 2017 05:13 — forked from neekey/chrome_extension_get_cookie.js
Chrome 插件获取指定域下的Cookie,代码示例
@lndj
lndj / 01_Laravel 5 Simple ACL manager_Readme.md
Created March 12, 2016 10:03 — forked from amochohan/01_Laravel 5 Simple ACL manager_Readme.md
Laravel 5 Simple ACL - Protect routes by an account / role type

#Laravel 5 Simple ACL manager

Protect your routes with user roles. Simply add a 'role_id' to the User model, install the roles table and seed if you need some example roles to get going.

If the user has a 'Root' role, then they can perform any actions.

Installation

Simply copy the files across into the appropriate directories, and register the middleware in App\Http\Kernel.php