码迷,mamicode.com
首页 >  
搜索关键字:luarocks    ( 33个结果
LUAROCKS 报错解决办法
用luarocks 加载包时报错 此时先安装 就可以解决问题了。 ...
分类:其他好文   时间:2017-08-03 00:46:40    阅读次数:230
openresty && hashids&& redis 生成短链接
1. 原理 a. 从redis 获取需要表示的短链接的id( redis incr) b. hashids 编码 id c. openresty conteent_by_lua_block 阶段显示数据 2. 安装以来的插件 a. lua hashdis 使用 luarocks 注意需要先安装lua... ...
分类:其他好文   时间:2017-06-18 11:50:43    阅读次数:183
luarocks错误 require ‘luasql.mysql' 报module 'luasql.mysql' not found:
错误: require 'luasql.mysql'stdin:1: module 'luasql.mysql' not found: no field package.preload['luasql.mysql'] no file '/usr/local/share/lua/5.3/luasql/ ...
分类:数据库   时间:2017-05-18 16:51:50    阅读次数:608
lua第三方库
luarocks ...
分类:其他好文   时间:2017-05-04 23:16:29    阅读次数:578
lua resty template && openresty 使用
1. 安装 luarocks install lua-resty-template 2. 使用 luarocks install lua-resty-template 2. 使用 配置模板页面位置 有多种方式: a. 直接使用root 目录 代码如下: location /{ root html; ...
分类:其他好文   时间:2017-04-04 23:25:18    阅读次数:1166
luarocks 安装
1. linux 安装wget https://luarocks.org/releases/luarocks-2.4.1.tar.gztar zxpf luarocks-2.4.1.tar.gzcd luarocks-2.4.1./configure; sudo make bootstrap2. 包... ...
分类:其他好文   时间:2017-03-25 22:14:53    阅读次数:205
(原)luarocks更新某个模块
转载请注明出处: http://www.cnblogs.com/darkknightzh/p/6424398.html 参考网址: https://github.com/torch/nn/issues/974 https://github.com/brotchie/torch-ubuntu-gpu- ...
分类:其他好文   时间:2017-02-21 19:03:29    阅读次数:372
Lua 调用 Opencv 的方法
Lua 调用 Opencv 的方法 最近想用 Lua 调用 Opencv 进行相关像素级操作,如:bitwise_and 或者 bitwise_or,从而完成图像 IoU 的计算。 那么,怎么用 Lua 调用 Opencv 呢? 查了 Torch 的官方文档,发现只有这么几个可以调用的包: 链接:  ...
分类:其他好文   时间:2016-12-04 23:07:22    阅读次数:5502
luarocks install with lua5.1 and luajit to install lapis
...
分类:Windows程序   时间:2016-09-18 23:35:32    阅读次数:308
luarocks在macOS系统上的安装
luarocks是基于lua开发的一个包管理工具,所以在安装luarocks之前需要先安装lua(见博客同目录下“lua在MacOS系统上的安装”)。具体的安装步骤如下: 1.源码安装部署luarocks 其实除了源码安装,我们还有其他可以选择的安装方法,比如brew,apt-get,yum等,这里 ...
分类:系统相关   时间:2016-09-16 23:00:17    阅读次数:927
33条   上一页 1 2 3 4 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!