[lvhongmin@AY1401201736089361adZ start_svr]$ cat startall_svr.sh
#!/bin/bash
errpath[0]=''
errnum=0
runnum=0
curr_path=`pwd`
#进程的名字
array[${#array[*]}]=/home/lvhongmin/bin/bin....
分类:
其他好文 时间:
2014-06-05 11:11:43
阅读次数:
243
AIX安装好之后只有一个$或#的提示符,使用起来非常的不方便,在网上搜索到的资料都只说到修改~/.profile文件,或者是在/etc/profile文件加入环境变量PS1=‘$USER@$PWD$‘,但是这样修改要么是每个用户都得自己改~/.profile文件,要么root的提示符也变成了$,经过我的试验,只需要..
分类:
其他好文 时间:
2014-06-02 03:44:28
阅读次数:
211
一、统计脚本及代码 1 #!/bin/sh 2 3 root_dir=`pwd` 4
source_file="$root_dir"/operate0526.txt 5 single_file="$root_dir"/single0526.txt
6 result_file="$roo...
分类:
其他好文 时间:
2014-05-27 23:54:25
阅读次数:
524
1.static:静态的,不属于对象,属于全部类的属性。
public:成员变量,不同的new,值不同。class Person{ static $type="小孩"; public $name; public
$pwd;}$p1=new Person();$p1->name="zhangsan";...
分类:
其他好文 时间:
2014-05-26 20:58:18
阅读次数:
232
最近在考虑换个工作 原因?咱能不逗吗?一面感觉发挥不错 二面之后累觉不爱
基本上浪费了半天的工资(好多钱啊~~~)PWD上海地址在浦东软件园
工作环境说实话没我现在工作的环境好,不过里面的人给人感觉不错。前台不NICE但给人很舒服的感觉。说重点,面试过程。面试分笔试和面试
笔试面试都是英文(回答问题...
分类:
编程语言 时间:
2014-05-26 14:46:44
阅读次数:
404
1link=$link; $this->user=$user;
$this->pwd=$pwd; $this->bd=$db; ...
分类:
其他好文 时间:
2014-05-26 13:53:21
阅读次数:
290
1.static:静态的,不属于对象,属于全部类的属性。 public:成员变量。class
Person{ static $type="小孩"; public $name; public $pwd;}$p1=new
Person();$p1->name="zhangsan";$p1->pwd="1...
分类:
其他好文 时间:
2014-05-26 13:51:03
阅读次数:
286
1、static:静态的静态对象不属于对象,它只属于一个类 class Person{ static
$type="小孩"; public $name; public $pwd;
}2、调用静态对象:person::$type类本身调用静态对象:self::$type3、extends:继承
分类:
其他好文 时间:
2014-05-26 13:12:08
阅读次数:
196
host = $host; $this->user = $user; $this->pwd
= $pwd; $this->db = $db; $this->charset = $charset; $this->conn =
get_conn(); } public function ge...
分类:
Web程序 时间:
2014-05-25 19:49:42
阅读次数:
317
dirname($sql);获取前缀路径 class mysql{ private $host
; private $user = "root"; private $pwd = ""; private $db = "bbs"; private
$charset = "utf8"; pri...
分类:
Web程序 时间:
2014-05-25 14:01:26
阅读次数:
343