转自:http://bbs.csdn.net/topics/390451617下载python进行安装,默认自带此工具开始->程序->Python
2.*/3.*-> IDLE (Python GUI)如此就打开了Python Shell->File->New
window(Ctrl+N)就出现了p...
分类:
编程语言 时间:
2014-05-22 03:05:37
阅读次数:
291
Linux文件类型和Linux文件的文件名所代表的意义是两个不同的概念。我们通过一般应用程序而创建的比如file.txt、file.tar.gz,这些文件虽然要用不同的程序来打开,但放在Linux文件类型中衡量的话,大多是常规文件(也被称为普通文件)。一.文件类型Linux文件类型常见的有:普通文件...
分类:
系统相关 时间:
2014-05-22 02:55:36
阅读次数:
446
C++ string class copy constructor and assign
constructor.
分类:
其他好文 时间:
2014-05-22 02:10:40
阅读次数:
325
usingandusing namespacehave validity only in
the same block in which they are stated or in the entire source code file if
they are used directly in th...
分类:
其他好文 时间:
2014-05-22 02:08:48
阅读次数:
268
On using the sudo command if we see the
errorThis means that the user as whom we have logged in and are trying to run
the command "sudo" does not have...
分类:
其他好文 时间:
2014-05-22 00:57:35
阅读次数:
272
在CentOS 6.5安装MySQL
5.6.17,安装到最后一个rpm文件MySQL-server时安装命令是:rpm -ivh
MySQL-server-5.6.17-1.el6.x86_64.rpm出现了错误信息:error: Failed dependencies: libai...
分类:
数据库 时间:
2014-05-21 22:57:20
阅读次数:
779
rem 复制文件copy "D:\xxxx" "C:\xxxx"rem 复制文件夹xcopy
"D:\xxxx" "C:\xxxx" /e /i /h解压使用开源的7z命令版本(license GNU LGPL)7za x -y D:\xxxx.zip
-oC:\::其中 -y 是覆盖::-oC.....
分类:
其他好文 时间:
2014-05-21 22:25:18
阅读次数:
282
解决eclipse中断点调试不起作用的问题eclipsegeneration编译器file工作
最近几天,遇到了一个问题,就是在eclipse中进行断点调试程序到时候,跟踪不到我设置的断点。困惑了很久,在网上也查阅了很多资料,都没能解决我的问题。今天早上,我试着把eclipse的工作空间重新换了一个...
分类:
系统相关 时间:
2014-05-21 22:13:07
阅读次数:
541
今天遇到一个问题,环境变量设置均没有问题,但依然出现“jar不是系统内部指令”错误。JAVA_HOMEd:\ProgramFiles\Java\jdk1.5.0_02CLASS_PATH.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;Path%J...
分类:
其他好文 时间:
2014-05-21 21:38:23
阅读次数:
271