Being a Good Boy in Spring FestivalTime Limit: 1000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4690Accepted Su...
分类:
其他好文 时间:
2014-08-24 00:20:31
阅读次数:
194
LAMP:linux + apache +mysql+php
1、安装Ubuntu server
2、修改root账户密码 【su/sudo】
3、SSH/FTP server
4、安装apache
5、安装mysql
6、安装php...
分类:
系统相关 时间:
2014-08-23 15:25:31
阅读次数:
407
代理模式:为其他对象提供一种代理以控制对这个对象的访问。 1 /** 2 * 定义了RealSubject和Proxy的共用接口,这样就在任何使用RealSubject的地方都可以使用Proxy. 3 * @author Monica 4 * 5 */ 6 abstract class Su...
分类:
其他好文 时间:
2014-08-22 15:58:28
阅读次数:
182
su英文解释:switchuser作用:切换当前登录的用户到其他用户。使用方法:su[-l]username实例:[root@CentOS6~]#clear
[root@CentOS6~]#suhby
[hby@CentOS6root]$[hby@CentOS6root]$suroot
密码:
[root@CentOS6~]#su-lhby
[hby@CentOS6~]$passwd英文解释:password作用:修改用户..
分类:
系统相关 时间:
2014-08-21 19:39:35
阅读次数:
287
SHELL的类型:1.登录式shell正常通过某终端登录su-su-l2.非登录式shellsu图形终端下打开的命令窗口自动执行的shell脚本bash的配置文件1.全局配置/etc/profile,/etc/profile.d/*.sh,/etc/bashrc2.个人配置~/.bash_profile,~/.bashrcprofile类的文件设定环境变量运行命令或脚本ba..
分类:
系统相关 时间:
2014-08-21 19:38:16
阅读次数:
239
用root帐号切换其他帐号提示:出错原因:基本上是根目录或者是/home/oracle目录权限的问题解决办法:更改根目录权限为755,并保证对应用户主目录的所属用户和所属组一致和用户名一致。示例:--本篇文章转自http://blog.csdn.net/jack161641/article/deta...
分类:
数据库 时间:
2014-08-21 11:04:13
阅读次数:
239
一.samba的安装:sudoapt-getundatesudoapt-getinsallsambasudoapt-getinstallsmbfs二.创建共享目录:mkdir/home/phinecos/sharesoduchmod777/home/phinecos/share三.创建Samba配置文件:1.保存现有的配置文件sudocp/etc/samba/smb.conf/etc/samba/smb.conf.bak2.修改现配置文件su..
分类:
其他好文 时间:
2014-08-21 00:22:13
阅读次数:
186
关闭数据库sqlplus / as sysdbashutdown abort清除oracle软件su - oraclecd $ORACLE_BASErm -rf *rm -rf /etc/ora*删除之前的设置的配置文件的内容如果之前改过版本,编辑文件 /etc/redhat-release 把Re...
分类:
数据库 时间:
2014-08-20 22:25:32
阅读次数:
271
高手别看,给新手看的 【编译 3.4】 【在PC机上,我的系统是Ubuntu 12.04 Desktop 32bit】 sudo su wget https://github.com/linux-sunxi/linux-sunxi/archive/sunxi-3.4.zip unzip sunxi-3.4 cd linux*sunxi*3.4...
分类:
系统相关 时间:
2014-08-20 12:41:12
阅读次数:
370
Being a Good Boy in Spring FestivalTime Limit: 1000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4658Accepted Su...
分类:
编程语言 时间:
2014-08-19 23:42:15
阅读次数:
226