#!/bin/sh for i in `ls` do if [ -d $i ]; then echo "$i is direction, so continue" continue…
$today = Get-Date $csvlocation = "d:\Welcome_Letter\newsletter.csv" $pdflocation = "d:\Wel…
<# Export FileStreamData to folder # ALZDBA 20110912 # http://www.sqlservercentral.com/…
#!/bin/bash this_dir=`pwd` echo "$this_dir ,this is pwd" echo "$0 ,this is \$0" dirname $0…
ffmpeg -s 800x600 -r 25 -f x11grab -i :0.0 -f alsa -ac 2 -ar 44100 -i pulse -qscale 0.01 o…
#! /bin/sh #进程名字可修改 PRO_NAME=udhcpc WLAN=ra0 while true ; do # 用ps获取$PRO_NAME进程数量 NUM=`ps …
CREATE OR REPLACE PROCEDURE sp_trafficdata_to_realvflow is v_lst_time DATE; v_lst_max DATE…
import javax.xml.parsers.SAXParser; import javax.xml.parsers.SAXParserFactory; import org.…
@ECHO OFF ECHO ================================================== ECHO KTMANTA MANUAL RECO…
curl -s git.oschina.net/jiange1236/googlehosts/commit/master|grep "host.*.txt" -m 1 |sed -…
find . -name "*.h" -o -name "*.c" -o -name "*.cpp" | xargs etags
@echo off Title I want to say something to you echo Today is %date% echo Long ^time, and w…
使用expect模拟telnet登录Cisco路由器,查询路由器状态