#!/bin/bash
process=8
PWD=`pwd`
DAT=`date`
ftpip="192.168.1.1"
user="ftp_username"
password="ftp_password"
local_dir="/home/"
getlist()
{
ftp-n$ftpip<<EOF|awk‘{print$9}‘|sed‘/^$/d‘>$PWD/list
user$user$password
cdfile/
dir
bye
EOF
}
copy()
{
if[-f$P..
分类:
系统相关 时间:
2014-05-27 03:55:34
阅读次数:
378
5 安装Oracle[root@oracle~]#cd/temp/[root@oracletemp]#lslinux.x64_11gR2_database_1of2.ziplost+foundyumlinux.x64_11gR2_database_2of2.zippdksh-5.2.14-37.el5_8.1.x86_64.rpm[root@oracletemp]#unziplinux.x64_11gR2_database_1of2.zip[root@oracletemp]#unziplinux..
分类:
数据库 时间:
2014-05-27 03:12:07
阅读次数:
459
安装步骤 ./shutdown.sh 停止tomcat(1) 删除 zjgx 目录下 除bbs
和Demos所有目录和文件(2)上传zjgx0519.zip 到zjgx目录下(3)unzip zjgx0519.zip
该包不带目录,所以直接解压(4)数据库脚本在database目录下,该脚本图片路....
分类:
其他好文 时间:
2014-05-23 08:26:30
阅读次数:
297
IntelliSense:无法重载仅按返回类型区分的函数 d:\programfiles (x86)\microsoft sdks\windows\v7.0a\include\winbase.h 3540在VS2010下用C语言写Windows系统服务,从另一个c#的项目中Copy过来一段代码,修改后再编译,就产生了这个错误!在网上搜索得到的答案是:“无法重载仅按返回类...
分类:
其他好文 时间:
2014-05-22 11:29:13
阅读次数:
207
1.在工程下新建 jni/libs 文件夹 , jni 是和原来的libs 同级 ,将所有的.so文件放入 新建的libs文件下
2.在build.gradle 文件中新增以下内容到android{ } 下
task copyNativeLibs(type: Copy) {
from(new File(project(':HealthCare'...
分类:
移动开发 时间:
2014-05-22 08:50:52
阅读次数:
381
UTL_FILE 的用法UTL_FILE
是用来进行文件IO处理的专用包,使用这外包的注意事项如下:1. 生成的文件好象只能放置在DATABASE所在的服务器路径中.2.
生成的文件如何DOWNLOAD到本地来,还有待研究.Coding步骤:1. 注册文件输出路径 Create directory ...
分类:
其他好文 时间:
2014-05-22 04:41:00
阅读次数:
206
操作系统:CentOS release 5.10
(Final)MySQL版本:5.1.72-community一、MySQL数据库简单迁移(备份与还原)参考:http://dev.mysql.com/doc/refman/5.1/zh/database-administration.html#ba...
分类:
数据库 时间:
2014-05-22 04:17:38
阅读次数:
406
编程题:编写一个函数string_copy()完成strcpy()的作用,并验证。#include<stdio.h>voidstring_copy(char*s1,char*s2){for(;*s2!=‘\0‘;s1++,s2++)*s1=*s2;*s1=‘\0‘;}voidmain(){charstr1[20],str2[]="IlikeC";char*p1=str1,*p2=str2;string_copy(p1,p2);printf("str1:%s\..
分类:
其他好文 时间:
2014-05-21 00:19:23
阅读次数:
202
1.错误描述一个数据较长时间未使用了,最近启动时出现如下错误:SQL>startupOracleinstancestarted.TotalSystemGlobalArea4932501504bytesFixedSize2103096bytesVariableSize889194696bytesDatabaseBuffers4026531840bytesRedoBuffers14671872bytesDatabasemounted.ORA-0109..
分类:
数据库 时间:
2014-05-20 22:13:11
阅读次数:
466