private void getFiles(String path, List list) { File dir = new File(path); if (dir.isFile()) { list.add(dir); } el...
分类:
其他好文 时间:
2015-09-23 18:52:58
阅读次数:
140
直接看代码吧#获取文件path路径中文件名(去掉目录路径)sub get_file_basename{ my ($file_path) = @_; my @tmp_arr = split(/[\\|\/]+/,$file_path); my $len = @tmp_arr; if ($len >=2...
分类:
其他好文 时间:
2015-09-23 14:58:16
阅读次数:
145
#1.Mailpartialconfiguration,set/etc/mail.rc
#2.Belowisthemainconfiguration
cat>>/etc/profile<<Share
#Variables
LAST_USER=`last-n2|awk‘NR==2{print$1}‘`
LOG_FILE_PATH="/tmp/Shared_Operation"
LAST_FILE_LOG=`ls-tl${LOG_FILE_PATH}/${LAST_USER}|awk-F‘..
分类:
其他好文 时间:
2015-09-21 12:33:31
阅读次数:
161
0. 终端可以进行MD5和SHA1校验,分别是命令: md5 <file path>、shasum <file path> 1. 打开终端(Terminal) 2. 输入命令 "md5" 或者 "shasum" ? // 不要双引号 3. 然后输入空格(" ") 4. 输入文件路径 或者 直接打...
分类:
系统相关 时间:
2015-09-19 15:24:43
阅读次数:
397
备份Spfile、控制文件、数据文件、归档日志文件,并删除冗余备份。可结合rman cmdfile=FILE_PATH msglog=$HOME/backup/log/backup_level0.log和CRONTAB进行周期备份。run {allocate channel c1 device ty...
分类:
其他好文 时间:
2015-09-15 23:35:56
阅读次数:
438
% % file=dir('/home/wang/Desktop/trainset/others/');% % for i=3:length(file)% % path= strcat('/home/wang/Desktop/trainset/others/',file(i).name,'...
分类:
其他好文 时间:
2015-09-14 19:23:21
阅读次数:
471
vc6.0 中使用lib文件 使用库的方法如下:1. 包含库的头文件(把库的头文件包含到项目中)在应用程序工程中使用#include "file path"file path可以为绝对路径,也可以为相对于工程所在目录的相对路径如果头文件比较多,可以在project>settings>c/c++>pr...
分类:
其他好文 时间:
2015-09-14 00:30:31
阅读次数:
200
#!/usr/bin/envputhon
importpexpect
importsys
#定义目标主机
r_ip="IP_ADDRSS"
r_user="USERNAME"
r_passwd="PASSWORD"
#定义目标主机nginx日志文件
target_file="/path/to/nginx_access.log"
#运行ssh命令
child=pexpect.spawn(‘/usr/bin/ssh‘,[r_user+‘@‘+r_ip])
#输入..
分类:
其他好文 时间:
2015-09-13 20:04:41
阅读次数:
282
1.MySQL安装(同LAMP里面的安装方法)2.php安装wgethttp://cn2.php.net/distributions/php-5.4.37.tar.bz2tarjxfphp-5.4.37.tar.bz2useradd-s/sbin/nologinphp-fpmcdphp-5.4.37./configure--prefix=/usr/local/php--with-config-file-path=/usr/local/php/etc--enable-fpm--wit..
分类:
Web程序 时间:
2015-09-09 07:27:30
阅读次数:
197
php 安装参数./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --enable-fpm --with-fpm-user=php-fpm --with-fpm-group=php-fpm -...
分类:
数据库 时间:
2015-09-02 02:04:58
阅读次数:
735