码迷,mamicode.com
首页 >  
搜索关键字:rsyncerror: unknown module    ( 11207个结果
magento后台开发学习笔记一(入门实例向)
目的是做一个grid,参考博客http://www.sunzhenghua.com/magento-admin-module-development-part1-grid-forms-tabs-controllers,由于少了很多基础的配置,我便补充了一下一。开发的目录结构如下:Jago->Empl...
分类:其他好文   时间:2014-05-26 16:17:01    阅读次数:312
python模块与包加载机制
模块的搜索路径:When a module namedspamis imported, the interpreter searches for a file namedspam.pyin the current directory, and then in the list of director...
分类:编程语言   时间:2014-05-26 15:09:11    阅读次数:367
1分钟试用PowerShell 5.0新功能PowerShellGet安装Script Browser和Script Analyzer
微软PowerShell 产品组上周发布了PowerShell 5.0 PowerShellGet功能。有了它,IT 人员可以方便地搜索,安装,更新PowerShell Module。在这篇博客中,我将演示如果使用PowerShellGet安装微软ScriptBrowser和ScriptAnalyz...
分类:其他好文   时间:2014-05-26 12:10:24    阅读次数:232
#Apache#多站点与虚拟目录配置
1、修改配置文件Apache\conf\httpd.conf找到LoadModule vhost_alias_module modules/mod_vhost_alias.so 去掉前面的#找到Include conf/extra/httpd-vhosts.conf ...
分类:其他好文   时间:2014-05-26 11:51:47    阅读次数:247
install source nginx 1.6.0
yum install gcc pcre-devel zlib-devel openssl-develwget http://nginx.org/download/nginx-1.6.0.tar.gz./configure --with-http_stub_status_module --with-...
分类:其他好文   时间:2014-05-26 07:58:20    阅读次数:253
Android之TextureView浅析
最近,在修改Android4.4的原生相机Camera2,很习惯的去寻找SurfaceView,结果任凭我使用grep还是ack,都无法搜索到SurfaceView,最后还是通过代码CameraActivity-->CameraModule-->PhotoUI-->R.layout.photo_module找到,原来是使用了TextureView。不是很了解此控件,百度之,在官方API文档中找到此...
分类:移动开发   时间:2014-05-26 04:55:25    阅读次数:351
node.js module初步理解,exports与module.exports的区别
在开发一个复杂的应用程序的时候,我们需要把各个功能拆分、封装到不同的文件,在需要的时候引用该文件。没人会写一个几万行代码的文件,这样在可读性、复用性和维护性上都很差,几乎所有的编程语言都有自己的模块组织方式,比如Java中的包、C#中的程序集等,node.js使用模块和包来组织,其机制实现参照了CommonJS标准,虽未完全遵守,但差距不大,使用起来非常简单。 在node.js中模块与文件是...
分类:Web程序   时间:2014-05-26 03:45:20    阅读次数:366
nginx源码分析--模块分类
ngx-modules Nginx 主要的模块大致可以分为四类: handler – 协同完成客户端请求的处理、产生响应数据。比如模块, ngx_http_rewrite_module, ngx_http_log_module, ngx_http_static_module。 filter – 对 handler 产生的响应数据做各种过滤处理。比如模块, ngx_http_n...
分类:其他好文   时间:2014-05-25 23:14:00    阅读次数:242
modelsim使用function和display
【步骤1】在modelsim中输入文件内容如下module tryfact; function[31:0]factorial; //此处定义函数,[31:0]是返回值的类型或范围,factorial是函数名 input[3:0]operand; //端口说明语句 reg...
分类:其他好文   时间:2014-05-25 03:48:34    阅读次数:303
FROM:LDD Chapter 2
Quick Referenceinsmodmodprobermmod User-space utilities that load modules into the running kernels and remove them.#include module_init(init_function)...
分类:其他好文   时间:2014-05-24 12:05:39    阅读次数:286
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!