码迷,mamicode.com
首页 >  
搜索关键字:no module named setuptools    ( 13405个结果
『ENGLISH』
以A字母开头的词汇 英文 中文 abstract module 抽象模组 access 访问、存取 access control 存取控制 access control information 存取控制资讯 access mechanism 存取机制 access rights 存取权限 accessibilit...
分类:其他好文   时间:2014-08-13 22:42:58    阅读次数:1271
安装Python第三方模块MySQLdb
用easy-install安装总是提示error: Unable to find vcvarsall.bat错误,尝试各种手段终于没有解决。最后从http://www.crifan.com/python_install_module_mysql_mysqldb/这篇博客中下载MySQL-python...
分类:数据库   时间:2014-08-13 22:02:57    阅读次数:269
python2.7中的UnicodeDecodeError: 'ascii' codec can't decode byte 0
使用ez_setup.py安装setuptools报错如下Traceback (most recent call last): File "httpservice.py", line 5, in import SimpleHTTPServer File "C:\Python27\lib\...
分类:编程语言   时间:2014-08-13 18:40:56    阅读次数:277
如何在Linux检查并使用串口
原文译至:http://www.cyberciti.biz/faq/find-out-linux-serial-ports-with-setserial/ 我是怎么出于各种目的(如modem,连接空的module或连接到一个dumb终端)在Linux下检查并配置串口的呢? Linux 提供了各种工具. Linux 使用 ttySx 作为一个串口设备的名称. 例如, COM1 (DOS/...
分类:系统相关   时间:2014-08-13 13:12:26    阅读次数:478
Intellij IDEA 普通项目添加Maven支持
Right-click on the module, select "Add framework support...", and check the "Maven" technology. (This also creates a?pom.xml?for you to modify.) If you mean adding source repository elements, I ...
分类:其他好文   时间:2014-08-13 10:44:45    阅读次数:1136
insmod 内核模块参数传递
对于如何向模块传递参数,Linuxkernel提供了一个简单的框架。其允许驱动程序声明参数,并且用户在系统启动或模块装载时为参数指定相应值,在驱动程序里,参数的用法如同全局变量。通过宏module_param()定义一个模块参数:module_param(name,type,perm);name既....
分类:其他好文   时间:2014-08-13 10:09:45    阅读次数:250
angular学习笔记(二十八-附1)-$resource中的资源的方法
通过$resource获取到的资源,或者是通过$resource实例化的资源,资源本身就拥有了一些方法,比如$save,可以直接调用来保存该资源:比如有一个$resource创建的服务:var service = angular.module('myRecipe.service',['ngResou...
分类:其他好文   时间:2014-08-12 16:42:14    阅读次数:202
转载Verilog乘法器
1. 串行乘法器两个N位二进制数x、y的乘积用简单的方法计算就是利用移位操作来实现。module multi_CX(clk, x, y, result); input clk; input [7:0] x, y; output [15:0] result; reg [...
分类:其他好文   时间:2014-08-12 13:27:54    阅读次数:172
【Nginx】负载均衡-IP哈希策略剖析
转自:江南烟雨IP哈希初始化IP哈希的初始化函数ngx_http_upstream_init_ip_hash(ngx_http_upstream_ip_hash_module.c):static ngx_int_tngx_http_upstream_init_ip_hash(ngx_conf_t *...
分类:其他好文   时间:2014-08-11 21:00:42    阅读次数:325
关于niosii不同版本的ip核不兼容的问题
这次用到网上下载的一个12.0版本的ip核,使用qsys做的,而我的开发环境是10.1的,sopc是用的sopcbuilder做的,下载下来的ip核添加新组建后,会报错,采取的做法是对比我的10.1版本的ip核,发现tcl文件几个地方需要改一下就可以用了。1.set_module_property ...
分类:移动开发   时间:2014-08-11 20:42:52    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!