码迷,mamicode.com
首页 >  
搜索关键字:modules    ( 3704个结果
任意n张图像拼接_效果很好_计算机视觉大作业1终版
#include #include #include #include "opencv2/opencv_modules.hpp" #include "opencv2/highgui/highgui.hpp" #include "opencv2/stitching/detail/autocalib.hpp" #include "opencv2/stitching/detail/blenders...
分类:其他好文   时间:2014-12-16 17:16:17    阅读次数:603
apache 配置tomcat代理
http代理LoadModule proxy_module modules/mod_proxy.soLoadModule proxy_http_module modules/mod_proxy_http.soLoadModule proxy_ajp_module modules/mod_proxy_...
分类:Web程序   时间:2014-12-16 16:43:24    阅读次数:381
magento二次开发的基本步骤分享
Magento后台添加新模块的体会确定命名空间(Namespace)和模块(Modulename)的命名;在app/etc/modules/ 路径下,创建 Namespace_Modulename.xml 文件,告诉Magento 系统添加了哪些模块;在app/code/local/ 路径下,创建 ...
分类:其他好文   时间:2014-12-16 11:37:05    阅读次数:282
linux操作系统基本结构和终端控制
初学Linux,写的比较凌乱无序,给自己的学习记录笔记,如有错误,请大牛们指教。linux操作系统基本结构1.Kernl内核2.Modules模块3.Lib库4.shell工具(应用程序)5.Tools工具(应用程序)同一级别应用程序这个系统在结构上可以划分为4个部分:1.Linux内核,内核是系统的心脏,是..
分类:系统相关   时间:2014-12-15 22:07:33    阅读次数:256
【我的笔记BLOG2】认识express框架
app.js:启动文件,或者说入口文件package.json:存储着工程的信息及模块依赖,当在 dependencies 中添加依赖的模块时,运行npm install,npm 会检查当前目录下的 package.json,并自动安装所有指定的模块node_modules:存放 package.j...
分类:其他好文   时间:2014-12-15 17:13:41    阅读次数:179
engine.io分析2--socket.io的基石
转载请注明: TheViperhttp://www.cnblogs.com/TheViper源码分析var engine = require('./node_modules/engine.io/lib/engine.io.js');var server = engine.listen(8000,{ ...
分类:其他好文   时间:2014-12-15 00:08:09    阅读次数:835
opencv2实现n张图像拼接_stitcher具体之代码2(简化版)_计算机视觉大作业2
#include #include #include #include "opencv2/opencv_modules.hpp" #include "opencv2/highgui/highgui.hpp" #include "opencv2/stitching/detail/autocalib.hpp" #include "opencv2/stitching/detail/blenders...
分类:其他好文   时间:2014-12-13 18:04:42    阅读次数:265
专题4-嵌入式文件系统
1.创建目录 #mkdir rootfs#cd rootfs#mkdir bin dev etc lib proc sbin sys usr mnt tmp var#mkdir usr/bin usr/lib usr/sbin lib/modules 2.创建设备文件 (1)在Linux中设备都以文...
分类:其他好文   时间:2014-12-13 16:18:27    阅读次数:226
一些比较Cool的js库
https://github.com/node-modules/hessian.jshttps://github.com/stagas/maptailParsing URLs with the DOM!// This function creates a new anchor element and...
分类:Web程序   时间:2014-12-13 12:11:03    阅读次数:229
opencv2实现n张图像拼接_stitcher具体之代码1
#include #include #include #include "opencv2/opencv_modules.hpp" #include "opencv2/highgui/highgui.hpp" #include "opencv2/stitching/detail/autocalib.hpp" #include "opencv2/stitching/detail/blenders...
分类:其他好文   时间:2014-12-13 09:41:33    阅读次数:395
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!