There were hundreds of or thousands of programming languages created since the invention of computer. All these languages have the same target which i...
分类:
编程语言 时间:
2014-08-15 14:08:18
阅读次数:
263
#!/bin/bash#mysql全备脚本,此脚本可以备份多个数据库,#为每个数据建立单独的文件夹进行备份#author:yxy#website:www.sql8.net#mail:anybooks@qq.com#created:2014-8-14#Mysqldabaseinformation#主机db_host="localhost"#数据库帐号db_user="root"#数据库密码db_passwd="1235..
分类:
数据库 时间:
2014-08-15 10:50:08
阅读次数:
284
#!/bin/bash#mysql全备脚本,此脚本可以备份多个数据库,#为每个数据建立单独的文件夹进行备份#author:yxy#website:www.sql8.net#mail:anybooks@qq.com#created:2014-8-14#Mysqldabaseinformation#主机db_host="localhost"#数据库帐号db_user="root"#数据库密码db_passwd="1235..
分类:
数据库 时间:
2014-08-15 10:49:49
阅读次数:
337
操作环境:http主机,php主机,MariaDB主机,操作系统CentOS6.5x86_64全部安装包组:DevelopmenttoolsServerPlatformDevelopmenthttpeth0IP:172.16.32.11MariaDBeth0IP:172.16.32.10phpeth0IP:172.16.32.12httpd2.4新特性:解释下面安装用到的几个event不再是测试状态,而是可..
分类:
数据库 时间:
2014-08-15 02:53:18
阅读次数:
433
'=========================================================================='' VBScript Source File -- Created with SAPIEN Technologies PrimalScript 4....
分类:
Web程序 时间:
2014-08-15 01:28:26
阅读次数:
195
最终效果图:
核心代码:
NSObject+Dict.h
//
// NSObject+Dict.h
// 帅哥_团购
//
// Created by beyond on 14-8-14.
// Copyright (c) 2014年 com.beyond. All rights reserved.
// 使用运行时,将dict转成对象
#import
...
分类:
移动开发 时间:
2014-08-14 23:56:06
阅读次数:
420
ETL工具中最基础的功能是加载远程服务器的文件,如下小程序以二进制方式获取远程服务器上的文件:
#!/usr/bin/bash
#created by lubinsu
#2014
source ~/.bash_profile
filename=$6
srcdir=$4
descdir=$5
ftpip=$1
ftpusr=$2
ftppwd=$3
#get files
ftp -i -in <<...
分类:
其他好文 时间:
2014-08-14 23:55:16
阅读次数:
198
ETL调度中读写数据信息,都需要连接数据库,下面的子程序通过传入的数据库连接字符串和数据库命令(或SQL)执行所需要的操作:
#!/usr/bin/bash
#created by lubinsu
#2014
source ~/.bash_profile
values=`sqlplus -S $1 << EOF
set heading off feedback off pagesize 0...
分类:
数据库 时间:
2014-08-14 23:54:46
阅读次数:
242
最终效果图:
代码片段:
//
// DockItemLocation.m
// 帅哥_团购
//
// Created by beyond on 14-8-13.
// Copyright (c) 2014年 com.beyond. All rights reserved.
//
#import "DockItemLocation.h"
// 点击dock上面的lo...
分类:
移动开发 时间:
2014-08-14 16:53:58
阅读次数:
169
1 /** 2 * Created by guoyongfeng on 2014/7/7. 3 * 4 * @Author guoyongfeng 5 * @Date 2014-07-07 6 * @Version 1.0.0 7 * @update ...
分类:
其他好文 时间:
2014-08-14 01:26:07
阅读次数:
219