E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
resty
OpenResty的lua-
resty
-template使用
lua-
resty
-template插件模块并不是OpenResty官方的,官方目前提供了一个lemplate的插件,截止目前(2017-08-01)还不能作为生产环境使用。
风度玉门
·
2020-07-15 09:22
利用 Lua 的函数式编程简化 lua-
resty
-redis 的使用
在OpenResty中,我们通常使用lua-
resty
-redis这个模块操作Redis。
weixin_34209406
·
2020-07-15 05:51
lua脚本之模板渲染
而Lua中也有许多模板引擎,如目前使用的lua-
resty
-template,可以渲染很复杂的页面。
iteye_1873
·
2020-07-14 12:51
nginx/lua
OpenRestyLua
AESaes的使用localaes=require"
resty
.aes"--aes的使用localaes_encode=function()--16位--cbc128pkcs716偏移量为keylocalkey
张广涛
·
2020-07-13 23:26
lua
OpenResty
Openretry+lua缓存,缓存域名网页 加快加载渲染速度
1.场景目前网页渲染太慢,采用lua缓存先缓存下网页,再放回客户端--https://github.com/openresty/lua-
resty
-lrucachelocallrucache=require"
resty
.lrucache
Record Life
·
2020-07-13 09:32
Openresty
Lua
OpenResty 不完全指南
国人章亦春把LuaJITVM嵌入到了Nginx中,使得可以直接通过Lua脚本在Nginx上进行编程,同时还提供了大量的类库(如:lua-
resty
-mysqllua-
resty
杏仁技术站
·
2020-07-12 17:50
[总结]openresty 限流count.lua:53:attempt to call method 'expire' (a nil value)报错排查
最近在研究openresty1.13.6.1版本限流方案,参考该文档:https://github.com/openresty/lua-
resty
-limit-traffic/blob/master/lib
常乐_smile
·
2020-07-11 10:05
openresty
LUA require 搜索路径指定方法
lua;/home/
resty
/?.lua;'--搜索lua模块package.cpath='/usr/local/lib/lua/5.1/?.so;'--搜索so模
langeldep
·
2020-07-11 10:07
ngx_lua访问数据库
https://github.com/openresty/lua-
resty
-mysql张宜春大师写的mysql链接模块利用大神的模块,下面是我写的一个验证的函数,通过用户session判断这次访问是否合法
努力一方
·
2020-07-10 14:49
LUA
MYSQL
linux运维
如何使用
resty
命令行客户端和http rest服务进行交互
本文首发于个人博客https://kezunlin.me/post/4f5f98b9/,欢迎阅读最新内容!howtoinstallanduserestycommandlineclientforinteractingwithrestservicesGuideinstallYouhavecurl,right?Okay.curl-Lhttps://raw.githubusercontent.com/mi
kezunlin
·
2020-07-10 10:42
kezunlin.me
OpenResty连接Mysql
openresty连接mysqllua-
resty
-mysql模块的官方文档地址:https://github.com/openresty/lua-
resty
-mysqllua-
resty
-mysql-LuaMySQLclientdriverforngx_luabasedonthecosocketAPIlua-
resty
-mysql
ycb1689
·
2020-07-09 03:35
Lua+Openresty
lua中的http与https请求
OpenResty默认没有提供Http客户端,需要使用第三方提供;此链接下载需要的资源:https://github.com/pintsized/lua-
resty
-httphttp.luahttp_headers.lua
xiejunna
·
2020-07-09 02:07
lua
openresty 前端开发进阶五之cookie篇
这章主要演示怎么通过lua操作cookie操作cookie有两种方式,一种是直接设置响应头,另外一种是用lua-
resty
-cookie库(其实原理是一样的,只不过做了一点封装),这个库也是春哥写的,可以放心使用
-外星人-
·
2020-07-07 19:36
nginx
openresty
lua
openresty 前端开发入门五之Mysql篇
openresty前端开发入门五之Mysql篇这章主要演示怎么通过lua连接mysql,并根据用户输入的name从mysql获取数据,并返回给用户操作mysql主要用到了lua-
resty
-mysql库
-外星人-
·
2020-07-07 19:36
nginx
openresty
lua
mysql
前端开发
redis接口的二次封装
先看一下官方的调用示例代码:localredis=require"
resty
.redis"localred=redis:new()red:set_timeout(1000)--1seclocalok,err
幽雨雨幽
·
2020-07-07 02:29
nginx_lua
lua-
resty
-http的粗略使用
在当前location中向"http://127.0.0.1:80/accp"发起一次请求,取得返回的数据做下一步操作localhttp=require("
resty
.http");localhttpc
qq_43233907
·
2020-07-05 09:39
学习日记
linux
openresty
NGINX gateway 实现OpenIDConnect RP
GatewayFlow第一次登陆access_
resty
.authenticate(opts)openidc.authenticate(opts)session=session.start()openidc.openidc_authorize
橄榄树下的托马斯
·
2020-07-05 01:57
第五章 常用Lua开发库1-redis、mysql、http客户端
utf8=%E2%9C%93&q=lua+
resty
。Redis客户端lua-
resty
-redis是为基于cosocketA
jinnianshilongnian
·
2020-07-04 19:45
跟我学Nginx+Lua开发
openresty 中lua 操作mysql
lua在mysql的中操作使用lua-
resty
-mysql是为基于cosocketAPI的ngx_lua提供的LuaMysql客户端,通过它可以完成Mysql的操作。
cuichunchi
·
2020-07-04 14:53
nginx/openresty
Lua脚本
openresty 中使用lua 的页面模板类库template来渲染页面
而Lua中也有许多模板引擎,如目前我在使用的lua-
resty
-template,可以渲染很复杂的页面,借助LuaJIT其性能也是可以接受的。
cuichunchi
·
2020-07-04 14:53
nginx/openresty
Lua脚本
陀螺仪和加速度计融合算法流程
符号说明:T:本次测量值跟上次测量值的间隔时间;Restx(n-1)、
Resty
(n-1)、Restz(n-1):第n-1次的位置的最优值向量;GRatexz(n),GRateyz(n):陀螺仪的值,单独进行滤波后第
auz5934
·
2020-07-04 11:27
openresty lua 发送http请求
openresty中http请求环境构建:openrestydockeropenresty实践:openresty最佳实践依赖:lua-
resty
-http可直接下载http.lua/http_headers.lua
藏呆羊
·
2020-06-30 12:14
Nginx
OpenResty文件上传upload
代码如下:localupload=require"
resty
.upload"localcjson=require"cjson"localresult=require"common.result"localuuid
风度玉门
·
2020-06-29 21:48
OpenResty
基于 lua-
resty
-upload 实现简单的文件上传服务
今天了解了一下lua-
resty
-upload模块,并基于lua-
resty
-upload模块简单实现了一个基本的表单文件上传服务。
weixin_34122548
·
2020-06-28 11:54
nginx cache 调研过程
一、调研过程:选择fastcgi_cache做页面缓存之前,选定了ngx_srcache,lua-
resty
-cache和fastcgi_cache这三个做对比,ngx_srcache,lua-
resty
-cache
qlchan
·
2020-06-28 06:32
kong自定义插件实现——使用post发送请求
kong插件机制代码实现--handler.lualocalBasePlugin=require"kong.plugins.base_plugin"--调用模块localzhttp=require"
resty
.http
小卒曹阿瞒
·
2020-06-25 03:21
网关
kong
插件
http
post
lua
API网关Kong(一):Nginx、OpenResty和Kong的基本概念与使用方法
2018-09-2915:41:50+0800说明NginxNginx配置文件,指令与变量Nginx作为TCP/UDP负载均衡器Nginx模块OpenRestyOpenResty安装OpenResty使用用
resty
李佶澳
·
2020-06-24 05:26
openresty
lua
kong
lua
kong
ngxin
openresty
OpenWAF快速上手
规则引擎的启发来自modsecurity及lua-
resty
-waf,将ModS
chouqiong6839
·
2020-06-22 22:11
使用lua-
resty
-repl 调试openresty
lua-
resty
-repl是一个方便的openresty包,我们可以用来方便的调试openresty以下是一个基于容器运行的一个试用环境准备dockerfile主要是安装模块以及一个supervisord
荣锋亮
·
2020-06-10 10:00
API网关Kong(一):Nginx、OpenResty和Kong的基本概念与使用方法
2018-09-2915:41:50+0800说明NginxNginx配置文件,指令与变量Nginx作为TCP/UDP负载均衡器Nginx模块OpenRestyOpenResty安装OpenResty使用用
resty
赚钱笔记
·
2020-04-10 12:18
openresty 限流
准备环境准备luascriptmkdirlua创建lua/test.lua,并写入内容localredis=require('
resty
.redis')localred=redis.new()red:set_timeout
wwq2020
·
2020-04-06 15:28
基于Nginx&Lua 和Netflix Eureka的微服务网关
依赖:lua-
resty
-http基于Nginx&Lua和NetflixEureka的微服务网关。重新架构了内部组件,采用插件模式。
铁汤
·
2020-03-31 14:01
lua-lockbox padding problem
前言在最近的项目中,使用nginx+lua来进行安全管理,其中要用到des算法;根据luajit官方的推荐,采用是lua-
resty
-nettle,但在使用过程中发现,lua-
resty
-nettle采用的是
allanYan
·
2020-03-28 16:36
Openresty+Lua Redis连接池实现
Talkischeap.Showmethecode.localredis_c=require"
resty
.redis"localok,new_tab=pcall(require,"table.new")
8e744d4a988c
·
2020-03-25 22:49
论如何解决类似如 '''使用 openresty 库 lua-
resty
-kafka 对接kafka 报错 no resolver defined to resolve "xxx" ''' 的问题
始苦寻无果,终幸得其所参考项目的issuehttps://github.com/doujiang24/lua-
resty
-kafka/issues/5这个issue已经将问题说的很明白了在我电脑上当时的表现就是
小米的蝉
·
2020-03-17 18:55
BigData
openresty 使用 log_by_lua 发送日志到 syslog-ng
1.安装opmgetp0pr0ck5/lua-
resty
-logger-socket2.使用locationlua_by_lua_blocklog_by_lua_block{locallogger=require"
resty
.logger.socket"ngx.log
dalongrong
·
2020-03-01 07:43
Web开发平台OpenResty(一):学习资料、基本组成与使用方法
作者:李佶澳转载请保留:原文地址发布时间:2018-10-2510:12:32+0800说明学习资料开发环境搭建第一个OpenResty项目用
resty
命令运行用openresty运行OpenResty
李佶澳
·
2020-02-21 22:30
open_
resty
+ elk实现客户端日志上报、展示功能
open_
resty
+elk实现客户端日志上报和展示功能整个功能框图如下:屏幕快照2017-02-21上午11.03.41.png相关知识点:1.open_
resty
2.elk主要过程:1.客户端post
randyjia
·
2020-02-15 12:04
配置nginx和
resty
命令
在安装OpenResty之后,我们需要把nginx和
resty
配置到系统的环境中在操作系统为centos7.3的情况下在/etc/profile中添加如下俩项配置exportPATH=$PATH:/usr
柯柯熙
·
2020-01-02 07:39
openresty-rsa加解密库
但是目前OpenResty并没有官方的rsa模块,只有doujiang24前辈提供的lua-
resty
-rsa库,但是该库只支持公钥加密私钥解密,对私钥加密公钥解密却不支持,为了完善这一方面的缺陷,开发了自己的
大斜丸
·
2019-12-29 10:12
一、安装教程
openresty.org/package/centos/openresty.repo安装OpenRestyyuminstallopenresty安装OpenResty的CLI工具yuminstallopenresty-
resty
刀斧手何在
·
2019-12-25 12:44
lua中按照_id 查询
str)return(str:gsub('..',function(cc)returnstring.char(tonumber(cc,16))end))endlocalobject_id=require"
resty
.mongol.object_id"r
晴茗
·
2019-12-14 14:53
36 nginx+lua 实现请求流量上报kafka
环境依赖前面26、27、28讲到的博文环境即可,上报kafka,只需在应用层nginx上操作(192.168.0.16,192.168.0.17)请求上报kafka其实很简单,大致思路是:下载lua-
resty
-kafka
逐暗者
·
2019-12-01 12:34
聊聊高并发系统之限流特技
p/9611149.html#_label3_0目录限流算法应用级限流分布式限流接入层限流ngx_http_limit_conn_modulengx_http_limit_req_modulelua-
resty
-limit-traffic
~风铃~
·
2019-10-19 22:00
基于openResty + KafkaMQ + SpringBoot+Mysql打造业务数据安全审计平台
设计思路:1、通过openresty-1.15.8.1引入lua-
resty
-kafka插件(自带lua脚步支持),定义采集客户端URL返回的response_body具体信息(前后端分离项目,只采集ajax
javaDocker
·
2019-09-10 14:42
nignx
OpenResty不完全指南
国人章亦春把LuaJITVM嵌入到了Nginx中,使得可以直接Lua在Nginx上进行编程,同时还提供了大量的类库(如:lua-
resty
-mys
hgqxjj
·
2019-09-03 10:29
OpenResty不完全指南
OpenResty不完全指南
国人章亦春把LuaJITVM嵌入到了Nginx中,使得可以直接Lua在Nginx上进行编程,同时还提供了大量的类库(如:lua-
resty
-mys
hgqxjj
·
2019-09-03 10:01
Go框架进阶——
Resty
github:https://github.com/go-
resty
/restyapidoc:https://godoc.org/github.com/go-
resty
/
resty
应用实例:import"github.com
钟艾伶
·
2019-08-16 16:41
【Go】
Go框架进阶——
Resty
github:https://github.com/go-
resty
/restyapidoc:https://godoc.org/github.com/go-
resty
/
resty
应用实例:import"github.com
钟艾伶
·
2019-08-16 16:41
【Go】
使用WSGI创建REST接口
解决方案构建一个REST风格的接口最简单的方法是创建一个基于WSGI标准(PEP3333)的很小的库,下面是一个例子:#
resty
.pyimportcgidefnotfound_404(environ,
-零
·
2019-08-13 12:00
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他