码迷,mamicode.com
首页 >  
搜索关键字:no module named setuptools    ( 13405个结果
CentOS6.3下DNS安装与配置
1.下载并安装最新的bind包yum install –y bind bind-chroot bind-utis2.配置named.confacl internals{ 127.0.0.0/8; 192.168.0.0/24;};view "internal" { m...
分类:其他好文   时间:2014-06-11 22:51:09    阅读次数:331
SDRAM中数据掩码的作用
DQM就是掩码控制位.在sdram中,每个DQM控制8bit Data在读操作的时候没什么大的影响,比如你读32位的sdram module, 但你只要其中低8bit的数据,没有关系,只要读出32bit数据,再在软件里将高24位bit和0"与"就可以了,有没有DQM关系不大.但在执行写操作时,如.....
分类:其他好文   时间:2014-06-11 09:02:20    阅读次数:289
The server does not support version 3.0 of the J2EE Web module specification
1.错误:在eclipse中使用run->run on server的时候,选择tomcat6会报错误:The server does not support version 3.0 of the J2EE Web module specification2.原因:Tomcat 6.0最多支持Ser...
分类:Web程序   时间:2014-06-07 22:16:41    阅读次数:339
Kithara RTS的多任务编程
笔者理解:Kithara RTS的多任务编程主要用于内核实时程序开发中,其体系结构比较像一些嵌入式实时操作系统,如ucos,freertos等。笔者翻译了一部分内容,有一些内容看原文更好理解,因此没有翻译。 Tasks The Multitasking Module offers task exec...
分类:其他好文   时间:2014-06-07 09:32:36    阅读次数:262
关于erlang中的timer:tc/3
timer:tc/3对于统计函数运行时间是个很不错的函数,截图timer:tc/1,tc/2,tc/3的API:拿斐波那契数列入手做个讲解:-module(fib).-export([fib/1]).fib(0) -> 0;fib(1) -> 1;fib(N) when N>1 -> fib(N-1...
分类:其他好文   时间:2014-06-06 17:41:20    阅读次数:325
CSS命名规则
防止污染。尽量减少抽象词的使用。1.限定空间 list>item2.命名空间 .m-list Module .u-btn UI .s-btn Skin .j-tag JS require .g-header 布局 .f-clearfix function3.架构 base:reset...
分类:Web程序   时间:2014-06-06 15:00:13    阅读次数:233
各种搜索路径问题
python中import一个模块时python解释器的搜索目录顺序:参考python帮助文档The Module Search PathWhen a module namedspamis imported, the interpreter first searches for a built-in...
分类:其他好文   时间:2014-06-06 09:45:30    阅读次数:250
undercore & Backbone对AMD的支持(Require.js中如何使用undercore & Backbone)
RequireJS填补了前端模块化开发的空缺,RequireJS遵循AMD(异步模块定义,Asynchronous Module Definition)规范,越来越多的框架支持AMD,像最近的jQuery,但有一些也不支持,像Backbone,那如何在RequireJS使用Backbone呢?需要使...
分类:Web程序   时间:2014-06-06 08:39:24    阅读次数:395
SharedPreferences in Android
As far as I know, SharedPreferences allow us to store some simple data in a named area in our phone. Introduction to the uses of SharedPreferences is ...
分类:移动开发   时间:2014-06-05 14:07:21    阅读次数:390
安装CAD出现Error 1904.Module的解决方法
在安装AutoCAD2008时,安装过程中出现了一个小错误,虽然说不影响使用,也不影响功能,但还是需要把这个问题解决,今天就和大家分享解决这个问题的方法。错误描述会在安装过程中出现错误提示:Error 1904.Module C:Windowssystem32MacromedFlashFlash9....
分类:其他好文   时间:2014-06-03 15:45:33    阅读次数:1240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!