什么是shell?shell是用C语言编写的程序.既是一种命令语言,又是一种程序设计语言.shell是一种应用程序,这个应用程序提供一个界面,用户通过这个界面访问系统内核的服务.在计算机科学中,Shell(壳),是指使用者使用界面的软件区别于核. 类似于DOS下的command和后来的cmd.exe.它接受用户命令,然后调用相应的应用程序. shell的种类 1.图形界面shell(Graphical User Interface shell) Windowns Explorer,Liunx s
Liunx下安装jdk 1.首先进入ROOT权限 命令 sudo su 输入密码进入 root 权限 2.看下当前liunx 是否存在jdk 环境 ,输入命令 javac,如果存在则会显示对应jdk环境内容,如果不存在,会提示找不到jdk环境,提示内容如下: The program 'javac' can be found in the following packages: * default-jdk * ecj * gcj-4.6-jdk * gcj-4.7-jdk * ope
MS Web Applicaion Stress Tool 是一款网页测试的性能工具,具体的使用可以参考下面这篇博客文章 http://cuisuqiang.iteye.com/blog/1936402 这篇文章主要记录网站性能测试的工具,工具的使用可以提高网站性能,优化网站,提高用户体验,提升代码质量: 下载工具
http://www.softwaretestinghelp.com/what-is-performance-testing-load-testing-stress-testing/ Difference Between Performance Testing, Load Testing and Stress Testing – With Examples Q. What is difference between Performance Testing, Load Testing and St
liunx下tomcat启动 Cannot find ./catalina.sh 2013-08-23 11:50 1521人阅读 评论(0) 收藏 举报 Cannot find ./catalina.shThe file is absent or does not have execute permission This file is needed to run this program 没有给bin目录下的文件授权可执行权限: chmod +x bin/*.sh