转自:http://www.cnblogs.com/chinacloud/archive/2010/12/24/1915644.html from setuptools import setupImportError: No module named setuptools 解决方法: wget ht
分类:
其他好文 时间:
2016-02-03 16:29:33
阅读次数:
136
A field annotated with @Id (org.springframework.data.annotation.Id) will be mapped to the '_id' field.A field without an annotation but named 'id' wil
分类:
数据库 时间:
2016-01-28 09:28:29
阅读次数:
255
在学习mega-tutorial的数据库章节时创建数据库遇到了问题,在stackoverflow上找到了结果pip install sqlalchemy==0.7.9 pip install sqlalchemy-migrate==0.7.2 easy_install Flask-SQLAlchem...
分类:
其他好文 时间:
2016-01-23 21:33:47
阅读次数:
652
A group of NP (2 ≤ NP ≤ 10) uniquely named friends has decided to exchange gifts of money. Each of these friends might or might not give some money to...
分类:
其他好文 时间:
2016-01-23 18:01:48
阅读次数:
193
1、configure:error:Nocurses/termcaplibraryfound网上有的说法是:–with-named-curses-libs=/usr/lib/libncursesw.so.5其实是不对的,虽然能解决configure的错误,但是make的时候会提示错误,正确的做法应该是centos:yum-yinstallncurses-develdebian:apt-getinstalllibncur..
分类:
Web程序 时间:
2016-01-22 18:35:40
阅读次数:
245
只支持到2.x的版本,不支持3.x的版本windows下下载:http://webpy.org/static/web.py-0.37.tar.gz安装:打开cmd,cd到解压目录下,输入 python setup.py install出现错误:No module named 'utils'No m....
分类:
Web程序 时间:
2016-01-21 23:19:44
阅读次数:
217
首先肯定离不开选一张自己喜欢的图像来显示#include #include int main() { // read an image cv::Mat image= cv::imread("../img.jpg"); // create image window named...
分类:
系统相关 时间:
2016-01-21 19:48:24
阅读次数:
196
1、定义一个sql 类HelloDROP JAVA SOURCE NEWXZXT."Hello";CREATE OR REPLACE AND RESOLVE JAVA SOURCE NAMED NEWXZXT."Hello" as import java.lang.*; public clas...
分类:
数据库 时间:
2016-01-21 19:34:29
阅读次数:
216
Hanoi TowerTime Limit: 2 Seconds Memory Limit: 65536 KBYou all must know the puzzle named "The Towers of Hanoi". The puzzle has three pegs (peg 1, peg...
分类:
其他好文 时间:
2016-01-21 19:13:06
阅读次数:
165
控制台下输出信息原因:persistence.xml必须放在src下META-INF里面。若误放在其他路径,就会迷路。
分类:
编程语言 时间:
2016-01-15 14:30:00
阅读次数:
213