http://blog.didu.me/article/472 Read More
Java程序利用main函数中args参数实现参数的传递1.运行Java程序的同时,可以通过输入参数给main函数中的接收参数数组args[],供程序内部使用!即当你在Java命令行后面带上参数,Java虚拟机就直接把它们存放到了main方法中的参数String数组里了。2..args是Java命令... Read More
环境:ubuntu 12.04 (x64)如果不能够 service lightdm stop,显示:unknown service 或者其他的sudo /etc/init.d/lightdm restartcuda 6.01)Verify You Have a CUDA-Capable GPU T... Read More
Java程序利用main函数中args参数实现参数的传递1.运行Java程序的同时,可以通过输入参数给main函数中的接收参数数组args[],供程序内部使用!即当你在Java命令行后面带上参数,Java虚拟机就直接把它们存放到了main方法中的参数String数组里了。2..args是Java命令... Read More
原地址:http://blog.csdn.net/biaobiaoqi/article/details/6846274java的运行机制的基本概念:源文件也就是我们熟知的.java文件。类文件.class 文件是编译器由.java文件编译而成。众所周知,Java的跨平台性在于Java虚拟机(JVM)... Read More
文件系统的类型LINUX有四种基本文件系统类型:普通文件、目录文件、连接文件和特殊文件,可用file命令来识别。1. 普通文件:如文本文件、C语言元代码、SHELL脚本、二进制的可执行文件等,可用cat、less、more、vi、emacs来察看内容,用mv来改名。2. 目录文件:包括文件名、子目录... Read More
1.查询版本aptitude show 软件名例如:aptitude show kde-runtime显示如下:****@ubuntu:~$ aptitude show kde-runtime软件包: kde-runtime 状态: 未安装版本号: 4:4.8.1-0ubun... Read More
1. go to the websie to download the newest version of ant (search google by "Apache Ant").2. $ cd Downloads3.$ ls4.$ tar -xf apache-ant-1.9.3-bin.tar.... Read More
原链接:http://www.linuxforums.org/forum/newbie/26472-source-vs-binary-disadvantages-advantages-each.html1. SourcePackages: Advantages When you compile y... Read More
原地址:http://www.cplusplus.com/doc/tutorial/inheritance/Friend functionsIn principle, private and protected members of a class cannot be accessed from outside the same class in which they are declared.... Read More