Description
Karel is a robot who lives in a rectangular coordinate system where each place is designated by a set of integer coordinates (x and y). Your job is to design a program that will help ...
分类:
其他好文 时间:
2014-08-13 01:17:24
阅读次数:
312
方法一:对于:eclipse打开eclipse后:Help-->About Eclipse-->Installation Details-->Configuration如果看到x86字样说明eclipse是32bit的,反之如果看到x86_64或x64字样则说明eclipse是64bit的对于:My...
分类:
系统相关 时间:
2014-08-13 01:07:34
阅读次数:
260
对于eclipse方法一:在eclipse安装路径下用记事本打开 .eclipseproduct文件,里面就有eclipse版本号。形如:name=Eclipse Platformid=org.eclipse.platformversion=4.2.0方法二:打开eclipse:help-->Abo...
分类:
系统相关 时间:
2014-08-13 01:07:04
阅读次数:
237
指令名称 : chmod 使用权限 : 所有使用者 使用方式 : chmod [-cfvR] [--help] [--version] mode file... 说明 : Linux/Unix 的档案调用权限分为三级 : 档案拥有者、群组、其他。利用 chmod 可以藉以控制档案如何被他人所调用。 ...
分类:
其他好文 时间:
2014-08-12 16:36:14
阅读次数:
174
名称:cat 使用权限:所有使用者 使用方式:cat [-AbeEnstTuv] [--help] [--version] fileName 说明:把档案串连接后传到基本输出(萤幕或加 > fileName 到另一个档案) 参数: -n 或 --number 由 1 开始对所有输出的行数编号 -.....
分类:
其他好文 时间:
2014-08-12 16:35:54
阅读次数:
197
1.For all entries in什么时候使用?2.注意事项1.对于不能join的表,使用for all entries in语句将数据库表与内表串联。for all entries in类似外连接的时候,为避免多次重复数据库查询,用内表的某一字段为条件,从数据库表中取得数据,有一样则选出,相...
分类:
其他好文 时间:
2014-08-12 13:18:34
阅读次数:
384
1 philosopher哲学家 eg. He is a teacher by occupation,but a philosopher by inclination.他的职业是教师,但他的本心是成为哲学家 2 altruism 利他主义,无私n eg. Altruism is crucial fo...
分类:
其他好文 时间:
2014-08-12 08:56:43
阅读次数:
209
http://poj.org/problem?id=3225题意:对集合进行交、并、差、异或四种操作,输出几步操作的之后的集合。U [a,b] :可以将[a,b]全部置为1; I [a,b] :可以将[a,b]之外的全部置为0; S-[a,b] :将[a,b]全部置为0; [a,b]-s :将[a....
分类:
其他好文 时间:
2014-08-12 00:04:43
阅读次数:
352
python 的ide,之前用过eric5,只要下载eric5后,点击install就行了。后来改用pydev;安装pydev先下载eclipse,jre;我下的是4.4luna再eclipse--help--install new software在“Work with:”后输入“pydev - ...
分类:
编程语言 时间:
2014-08-11 21:03:52
阅读次数:
234
[root@server~]#python
Python2.6.6(r266:84292,Dec72011,20:48:22)
[GCC4.4.620110731(RedHat4.4.6-3)]onlinux2
Type"help","copyright","credits"or"license"formoreinformation.原本版本2.6下载2.7安装包[root@serversoft]#wgethttps://www.python.org/ftp/python/2.7/Pytho..
分类:
编程语言 时间:
2014-08-11 18:15:33
阅读次数:
191