码迷,mamicode.com
首页 >  
搜索关键字:modules    ( 3704个结果
npm WARN unmet dependency问题的解决方法
removenode_modules$ rm -rf node_modules/run$ npm cache clean详见这里:http://stackoverflow.com/questions/20764881/why-does-npm-install-say-i-have-unmet-dep...
分类:其他好文   时间:2015-03-15 02:02:16    阅读次数:274
[Node.js] Using npm link to use node modules that are "in progress"
It is some times convenient, even necessary, to make use of a module that you are working on before it has been published to the node package manager ...
分类:Web程序   时间:2015-03-15 00:30:58    阅读次数:182
Spark API编程动手实战-08-基于IDEA使用Spark API开发Spark程序-01
创建一个Scala IDEA工程:点击“Next”:点击“Finish”完成工程的创建:修改项目的属性:首先修改Modules选项:在src下创建两个文件夹,并把其属性改为source:再修改Libraries:因为要开发Spark程序,所以需要把Spark的开发需要的jar包导进来:导入包完成后,...
分类:Windows程序   时间:2015-03-14 16:54:25    阅读次数:241
Spark API编程动手实战-08-基于IDEA使用Spark API开发Spark程序-02
接下来进行打包,使用Project Structure的Artifacts:使用From modules with dependencies:选择Main Class:点击“OK”:把名称改为SparkDemoJar:因为每台机器上都安装了Scala和Spark,所以可以把Scala和Spark相关...
分类:Windows程序   时间:2015-03-14 16:46:12    阅读次数:219
人脸识别初探
人脸识别比较成熟,OpenCV也已经把目前主流的人脸识别算法(PCA,Haar,LBP)集成到算法库,并且附带例程和文档。文档链接http://docs.opencv.org/modules/contrib/doc/facerec/facerec_tutorial.html...
分类:其他好文   时间:2015-03-13 18:44:41    阅读次数:221
Python之import
1 Import When program grows bigger, it's good to break it into different modules. A module is a file containing Python definitions and statements.Pyt....
分类:编程语言   时间:2015-03-13 01:39:25    阅读次数:179
apache2.2 虚拟主机配置
一、改动httpd.conf打开appserv的安装文件夹,找到httpd.conf文件,分别去掉以下两行文字前面的#号。#LoadModule vhost_alias_module modules/mod_vhost_alias.so去掉#意思是启用apache的虚拟主机功能。#Include c...
分类:Web程序   时间:2015-03-12 20:41:37    阅读次数:157
2015/3/12--NOTES
Android Studio中的Modules和Library Modles取代了Eclipse中的Project.Modules实际上是一个可以独立编译,运行,调试和测试的独立单元.左侧资源管理器,右侧工作区AndroidStudio常用的快捷键:(可在Settings下的keymap下去自定义快...
分类:其他好文   时间:2015-03-12 13:01:59    阅读次数:122
Pyhon 嵌入C/C++模块(一)
1 Extending Python with C or C++It is quite easy to add new built-in modules to Python, if you know how to program in C. Such extension modules can do...
分类:编程语言   时间:2015-03-11 23:15:51    阅读次数:223
mmm hardware/libhardware_legacy/power/
android源码目录下的build/envsetup.sh文件,描述编译的命令- m: Makes from the top of the tree.- mm: Builds all of the modules in the current directory.- mmm: Builds all...
分类:其他好文   时间:2015-03-11 21:22:50    阅读次数:140
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!