sudo apt-get install 软件名 安装软件命令
sudo nautilus 打开文件(有root权限)
fdisk fdisk -l 查看系统分区信息
fdisk fdisk /dev/sdb 为一块新的SCSI硬盘进行分区
Usermod -l 新用户名 老用户名 为用户改名
tar –cvf benet.tar /home/benet 把/home/benet目录打包
tar –zcvf benet.tar.gz /mnt 把目录打包并压缩
tar –zxvf benet.tar.gz 压缩包的文件解压恢复
tar –jxvf benet.tar.bz2 解压缩
una ...
- 13:40
- 浏览 (122)
- 评论 (0)
- 分类: UBUNTU
- 发布在 Ubuntu For Fun 圈子
修改 $CATALINA_HOME/conf/server.xml
找到:
<Connector port="8080"
protocol="HTTP/1.1"
maxThreads="150"
connectionTimeout="20000"
redirectPort="8443" />
与压缩相关的设置说明:
compression : The Connector can use HTTP/1.1 GZIP compression to get better bandwidth
from the server. This can be enabled via the ...
安装MyEclipse_6_0_1GA_E3_3_1_Installer.bin的时候提示错误:
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
exec ...
- 21:50
- 浏览 (178)
- 评论 (0)
- 分类: UBUNTU
- 发布在 Ubuntu For Fun 圈子
1.将下载的php的zip包解压缩到c:\php
2.默认安装apache2.2.4后,安装目录为:C:\Program Files\Apache Software Foundation\Apache2.2
3.按照php.net网站的设置方法(http://www.php.net/manual/en/install.windows.apache2.php)将php做为模块对apache进行配置:
# For PHP 4 do something like this:
LoadModule php4_module "c:/php/php4apache2.dll"
# Don't ...
- 浏览: 7731 次
- 性别:

- 来自: 北京

- 详细资料
搜索本博客
最近加入圈子
链接
最新评论
-
Spring2结合DWR2的用户注 ...
javaprograms看看是不是你的dwr的包的版本不对呢
-- by lveyo -
Spring2结合DWR2的用户注 ...
哈哈,好啊
-- by kjj -
Spring2结合DWR2的用户注 ...
严重: Context initialization failed org.sp ...
-- by javaprograms -
innerHTML的性能问题
hax我看了你的分析文章,我也是用到的时候才发现老外的那篇文章的,也没想去研究为 ...
-- by lveyo -
innerHTML的性能问题
对于返回的 element 使用后是不是需要手动的delete掉? 否则会不会有 ...
-- by myreligion






评论排行榜