码迷,mamicode.com
首页 >  
搜索关键字:gen    ( 6556个结果
设计模式之五 原型模式
用原型实例指定创建对象的种类,并且通过拷贝这些原创创建新的对象。public class PrototypeClass implements Cloneable{ @Override protected Object clone() { // TODO Auto-gen...
分类:其他好文   时间:2014-11-03 12:58:29    阅读次数:187
gen already exists but is not a source folder. Convert to a source folder or rename it.
异常提示:gen already exists but is not a source folder. Convert to a source folder or rename it.错误原因:我在导入以前的项目的时候出现了这个异常,原因是.classpath文件(这个文件在eclipse中是看不到...
分类:其他好文   时间:2014-11-02 13:43:57    阅读次数:193
ImportError: No module named matplotlib.pyplot
sklearn的网站上不去,准备编译一下在github中的文档: $ cd scikit-learn-master/doc $ make html 出现以下错误: Exception occurred: File "/home/sunlt/Downloads/scikit-learn-master/doc/sphinxext/gen_...
分类:其他好文   时间:2014-11-02 12:34:44    阅读次数:542
elang和python互通的例子
抄袭自http://www.erlangsir.com/2011/04/14/python-%E5%92%8Cerlang%E4%BA%92%E9%80%9A%E4%BE%8B%E5%AD%90/town.erl-module(town).-behaviour(gen_server).-export...
分类:编程语言   时间:2014-11-02 10:36:45    阅读次数:301
bash shell 内部命令及添加
#manshellbuiltinsBASH_BUILTINS(1)BASH_BUILTINS(1)NAMEbash,:,.,[,alias,bg,bind,break,builtin,cd,command,comp-gen,complete,continue,declare,dirs,disown,echo,enable,eval,exec,exit,export,fc,fg,getopts,hash,help,history,jobs,kill,let,local,logout,popd,printf,pu..
分类:系统相关   时间:2014-10-30 01:55:08    阅读次数:222
照着例子学习 protobuf-lua
参考文章:cocos2dx使用lua和protobuf首先得下载protobuf-gen-lua的插件,插件Git地址在此。下载完之后进入到protoc-gen-lua\plugin这个目录,并在其中建立一个批处理文件:@python E:\3rd\quick-x-protobuf\proto-ge...
分类:其他好文   时间:2014-10-29 21:16:48    阅读次数:298
Android 在Eclipse中使用Ant Build构建项目时出现的"crunch"
-code-gen: [mergemanifest]?Found?Deleted?Target?File [mergemanifest]?Merging?AndroidManifest?files?into?one. [mergemanifest]?Manifest?merger?disabled.?Using?project?manifest?only. ?...
分类:移动开发   时间:2014-10-28 15:52:01    阅读次数:137
pymongo 将vmstat数据插入到mongodb
#!/usr/bin/env python#-*-encoding:utf-8 -*-import subprocessdef gen_vmlog(cmd): result = subprocess.Popen(cmd,shell=True,stdout=subprocess.PIPE) ...
分类:数据库   时间:2014-10-28 15:11:32    阅读次数:281
Mac OS 下 eclipse中文乱码解决方法(eclipse for mac 中文乱码)
http://blog.csdn.net/goodpress/article/details/7819026由于一些java源码是从其他人那里拷贝过来,放入Mac os 版本的eclipse下,发现中文都是乱码。经过小试,可以解决。1、打开eclipse 偏好设置:command + , 2、Gen...
分类:系统相关   时间:2014-10-24 00:08:07    阅读次数:196
Eclipse.Error.gen already exists but is not a source folder.
在Eclipse ADT来开发Android App时会遇到以下问题:"myproject/gen already exists but is not a source folder. Convert to a source folder or rename it"解决办法是:1.Right cli...
分类:系统相关   时间:2014-10-23 12:00:43    阅读次数:258
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!