http://www.scpman.com/article/show/27/?classid=10 mysql每天定时倒出本地数据,替换远程数据库数据 需求在每天的5点将192.1…
DEL /F /A /Q \\?\%1 RD /S /Q \\?\%1
#!/bin/sh cd ~/.config/sublime-text-2/Packages echo Install... echo ======================…
#!/bin/bash # Author: 51clocker # blog: http://www.51clocker.com # des: system_init_shell …
echo content1 > text1.txt echo content2 > text2.txt echo content3 > text3.txt ech…
#!/bin/bash modprobe ip_tables modprobe iptable_nat modprobe ip_nat_ftp modprobe ip_conntr…
目标:编写一个shell脚本,以便能够将mongoDb中的数据导出成为csv格式的文件。要求:1. 为了避免导出巨量数据,仅需要过滤出当月数据和上个月的数据即可。2. 由于当天的数…
#!/bin/bash #shell脚本编程之快速排序的实现(以最右边为元点的思想) a=(8 5 10 3 2 93 4 1 2 3 40 9 61 8 6 29) #a=(0 …
#/bin/bash # DEBUG=0 ADD=0 DEL=0 RM=0 while [ $# -gt 0 ] do case $1 in -v|-verbose) DEBUG=…
#!/bin/bash #shell脚本排序之合并排序 a=(1 3 5 7 9) b=(2 4 6 8 10 12 14) c= n=5 m=7 i=0 j=0 k=0 whil…
@echo off SET ORACLE_SID=orcl SET NLS_LANG=AMERICAN_AMERICA.ZHS16GBK SET Year=%date:~0,4% …
@echo off ::依山居 5:51 2015/11/8 ::fr将每行首五位数的该行删除 ::http://www.bathome.net/thread-38036-1-1.…
Unix平台下Oracle数据库exp全备脚本,根据时间保留备份数及自动上备份至FTP