用原型实例指定创建对象的种类,并且通过拷贝这些原创创建新的对象。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.错误原因:我在导入以前的项目的时候出现了这个异常,原因是.classpath文件(这个文件在eclipse中是看不到...
分类:
其他好文 时间:
2014-11-02 13:43:57
阅读次数:
193
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
抄袭自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
#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
参考文章: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
-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
#!/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
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 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