查询磁盘使用情况:[root@css-management ~]# df -hl文件系统 容量 已用 可用 已用% 挂载点Filesystem Size Used Avail Use% Mounted on/dev/mapper/vg_cssmanagement-lv_roo...
分类:
系统相关 时间:
2014-10-15 13:31:40
阅读次数:
268
[root@soon20141011ntlib]#ls-altotal16drwxr-xr-x.4rootroot4096Oct1111:41.drwxrwxr-x.22bluesunbluesun4096Oct1111:41..-rw-r--r--.1rootroot0Oct1111:411drwxr-xr-x.4rootroot4096Oct1111:00jspdrwxr-xr-x.3rootroot4096Oct1111:00WEB-INF[root@soon20141011ntlib]#pwd/roo..
分类:
系统相关 时间:
2014-10-11 15:52:06
阅读次数:
326
Apache 的 httpd.conf文件修改之后,必须重启服务器才能生效。
有时服务器在提供服务的时候,直接更改配置,重启服务,会带来很大的危险性。
如果能在修改配置之后,先验证语法正确与否,再重启服务器,则能避免一些不必要的错误。
对以上需求,Apache本身提供了相应的命令来验证配置文件的语法。
Windows环境的命令:
httpd -t
Linux环境的命令:
[roo...
分类:
Web程序 时间:
2014-10-11 13:17:25
阅读次数:
216
/etc/local下面的文件[root@localhost local]# lsbin etc games include lib lib64 libexec sbin share src[root@localhost local]# ls -ltotal 40drwxr-xr-x. 2 roo....
分类:
其他好文 时间:
2014-10-06 21:37:50
阅读次数:
176
Code path:
https://github.com/bluesilence/Lisp/tree/master/clojure/projects/room-escape
As I have been a fan of room-escape games, there have always been a desire to make my own story of a roo...
分类:
Web程序 时间:
2014-10-05 17:44:38
阅读次数:
269
之前看spring实战的时候,书中提到spring roo工具,一直没有来得及尝试. 这次十一,我和女友一致认为前两天人太挤出去是受罪,于是就窝在了家里,就有了点时间来研究一下技术.好了,言归正传 ,我比较懒,所以一直在寻找最简单的办法去完成一些事情. 对于框架集成也是如此 ,已经尝试过各种方法了,...
分类:
编程语言 时间:
2014-10-03 02:47:54
阅读次数:
375
文件的复制、移动、压缩等对SELinux属性关系详解1.临时修改文件的类型属性文件的类型属性不正确是常见的SELinux拒绝访问的主要原因1)修改文件的SELinux属性:[root@localhost~]#touchtest.file##新建文件[root@localhost~]#ls-Ztest.file##查看文件的SELinux属性-rw-r--r--.roo..
分类:
移动开发 时间:
2014-09-30 12:53:10
阅读次数:
505
使用Spring注入Properies文件方法:1、src中新建一个settings.properties文件,内容如下:db_driverClassName=com.mysql.jdbc.Driverdb_url=jdbc:mysql://127.0.0.1/testdb_username=roo...
分类:
编程语言 时间:
2014-09-17 13:33:02
阅读次数:
237
用户的身份Linux 下的用户等级实际上是非常简单的,就两个等级 root 和非 root。root 用户在 Linux 下是拥有至高无上的权利的,也就是说它可以胡作非为。但是比较幸运的是,只有一个用户是 root,它的用户名就叫 root。而非 root 用户的权利是严格受限的,只能访问由 roo...
分类:
系统相关 时间:
2014-09-17 01:03:21
阅读次数:
313
#include using namespace std;class Building{ int Floors,Rooms; double Total_area;public: Building( int f,int r,double t) { Floors=f; Roo...
分类:
其他好文 时间:
2014-09-14 15:11:57
阅读次数:
154